SA-MP Forums Archive
Help me with this - 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: Help me with this (/showthread.php?tid=470767)



Help me with this - kosa451 - 19.10.2013

Код:
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : error 001: expected token: ",", but found "-rational value-"
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : warning 215: expression has no effect
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : error 001: expected token: ";", but found "-integer value-"
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : warning 215: expression has no effect
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : error 001: expected token: ";", but found ")"
C:\Users\Linus\Desktop\T\PZG\gamemodes\PZG.pwn(67101) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
Line 67101:
Код:
SetPlayerCheckpoint(playerid, 2171.93 -2263.81 13.33 0);



Re: Help me with this - JeaSon - 19.10.2013

use right now

SetPlayerCheckpoint(playerid,Float,Float:y,Float :z,Floatize);

here
pawn Код:
SetPlayerCheckpoint(playerid, 2171.93, -2263.81, 13.33, 0);



Re: Help me with this - kosa451 - 19.10.2013

Quote:
Originally Posted by Namer
Посмотреть сообщение
use right now

SetPlayerCheckpoint(playerid,Float,Float:y,Float :z,Floatize);

here
pawn Код:
SetPlayerCheckpoint(playerid, 2171.93, -2263.81, 13.33, 0);
thanks