Help me with this
#1

Код:
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);
Reply
#2

use right now

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)