error sa raceom

Započeo FullSlaSh
5. Apr. 2010.
1,213
pregleda
7
postova
FullSlaSh
2
Wheel Man
5. Apr. 2010.
nasao sam race na ovoj temi http://balkan-samp.com/forum/index.php?topic=1457.0 i kada sve ubacim izbaci mi errore:
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : error 029: invalid expression, assumed zero
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : warning 215: expression has no effect
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : error 001: expected token: ";", but found "if"

to jest na ovom djelu :
	else if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }

treba mi pomoc jer stvarno u ovom neam pojma, znam one osnove ali ovo ne xD
Sam
5
Kingpin
5. Apr. 2010.
postaj nekoliko redova iznad i ispod...
Deleted User
Obrisan korisnik
5. Apr. 2010.
Koristite [ code=c ] [ /code ]

Nije bezveze stavljeno..
FullSlaSh
2
Wheel Man
5. Apr. 2010.
public OnPlayerEnterCheckpoint(playerid)
{
new string;
new name;
//-----------------------------------NRG--------------------------------------------
else if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }
else if(CP == 301) { CP = 302; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1673.5345,846.2385,24.6948, 10.0); }
else if(CP == 302) { CP = 303; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1560.8887,844.1173,7.0391, 10.0); }
else if(CP == 303) { CP = 304; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1526.5807,884.1758,7.0391, 10.0); }
else if(CP == 304) { CP = 305; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1617.6240,925.2701,7.6576, 10.0); }
else if(CP == 305) { CP = 306; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1808.1826,926.7799,24.7422, 10.0); }
else if(CP == 306) { CP = 307; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1981.3612,926.8416,45.6645, 10.0); }
else if(CP == 307) { CP = 308; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -2001.6895,886.9785,45.2969, 10.0); }
    else if(CP == 308)
{
Ivex
4
Enforcer
5. Apr. 2010.
cek ne kuzim zasto si zapoceo sa "else if" ?? ☹️
GGC
5
Godfather
5. Apr. 2010.
public OnPlayerEnterCheckpoint(playerid)
{
new string;
new name;
//-----------------------------------NRG--------------------------------------------
if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }
else if(CP == 301) { CP = 302; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1673.5345,846.2385,24.6948, 10.0); }
else if(CP == 302) { CP = 303; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1560.8887,844.1173,7.0391, 10.0); }
else if(CP == 303) { CP = 304; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1526.5807,884.1758,7.0391, 10.0); }
else if(CP == 304) { CP = 305; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1617.6240,925.2701,7.6576, 10.0); }
else if(CP == 305) { CP = 306; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1808.1826,926.7799,24.7422, 10.0); }
else if(CP == 306) { CP = 307; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1981.3612,926.8416,45.6645, 10.0); }
else if(CP == 307) { CP = 308; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -2001.6895,886.9785,45.2969, 10.0); }
    else if(CP == 308)
{


Ovako ti mora izgledati
FullSlaSh
2
Wheel Man
6. Apr. 2010.
ne da mi se sa ovim vise zafrkavat, idem si trazit nesto lakse  😎
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1716) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1741) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1761) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1766) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1830) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1834) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1846) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1850) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1854) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1858) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1862) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1866) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1870) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1882) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1886) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1890) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1894) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1898) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1910) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1914) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1918) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1930) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1934) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2180) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2202) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2214) : error 004: function "SaveCK" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

26 Errors.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha