SA-MP Forums Archive
Error Token - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error Token (/showthread.php?tid=521698)



Error Token - ridhoswasta - 24.06.2014

Код:
F:\CNR - RP\gamemodes\arcnr2p.pwn(11989) : error 001: expected token: ";", but found "-identifier-"
line
pawn Код:
PlayerInfo[playerid][pVehicle1] = 1;



Re: Error Token - Jankingston - 24.06.2014

Pawno doesn't shows the accurate line of the error. Try peeping more closely to the script, you are missing ";" somewhere(remove double quotes).


Re: Error Token - Laurey - 24.06.2014

Return true instead of 1, try doing it and let us know.


Re: Error Token - [WSF]ThA_Devil - 24.06.2014

Quote:
Originally Posted by ridhoswasta
Посмотреть сообщение
Код:
F:\CNR - RP\gamemodes\arcnr2p.pwn(11989) : error 001: expected token: ";", but found "-identifier-"
line
pawn Код:
PlayerInfo[playerid][pVehicle1] = 1;
According to that error, it seems that you have ; missing in previous line. ( 11988 )