Crazy Error 001 - 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: Crazy Error 001 (
/showthread.php?tid=558975)
Crazy Error 001 -
Thoma - 20.01.2015
error 001: expected token: ";", but found "-identifier-"
Код:
if(checkpointid == Checkpoint[84])//DM Out
{
SetPlayerWantedLevel(playerid, 0);
SetPlayerPos(playerid,2458.4380,2770.2036,10.6719,136.5085);
SetPlayerFacingAngle(playerid, 136.5085);
SetCameraBehindPlayer(playerid);
return 1;
}
Re: Crazy Error 001 -
Ironboy - 20.01.2015
SetPlayerPos
Re: Crazy Error 001 -
Facerafter - 20.01.2015
You used 5 arguments in SetPlayerPos but there are only 4
Re: Crazy Error 001 -
Thoma - 20.01.2015
Ah lol i feel dumb now lol +rep