Help me please
#1

Coding error

PHP код:
[map]Marketdestroy.pwn(190) : error 012invalid function callnot a valid address
[map]Marketdestroy.pwn(190) : warning 215expression has no effect
[map]Marketdestroy.pwn(190) : error 001expected token";"but found ")"
[map]Marketdestroy.pwn(190) : error 029invalid expressionassumed zero
[map]Marketdestroy.pwn(190) : fatal error 107too many error messages on one line 
Code
Код HTML:
if(GetSVarType("EvacTime") != 0) SetPlayerCheckpoint(playerid, 1117.9000244141,-1419.0999755859,13.699999809265 );
help me
Reply
#2

Can you send the whole function/cmd you are using?
Reply
#3

Try:
pawn Код:
if(GetSVarType("EvacTime") != 0) return SetPlayerCheckpoint(playerid, 1117.9000244141,-1419.0999755859,13.699999809265 );
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)