26.08.2011, 13:43
Hi
i did a /exit and i got error
the error:
C:\Program Files\San Andreas\сшбш\gamemodes\M-RP.pwn(26879) : error 029: invalid expression, assumed zero
The line with the error:
i did a /exit and i got error
pawn Код:
if(strcmp(cmd, "/exit", true) == 0)
{
if(PlayerToPointStripped(2, playerid,238.5380,139.0598,1003.0234,))
{
SetPlayerPos(playerid,2795.4570,-1619.4171,10.9219)
SetPlayerInterior(playerid, 3);
}
return 1;
}
C:\Program Files\San Andreas\сшбш\gamemodes\M-RP.pwn(26879) : error 029: invalid expression, assumed zero
The line with the error:
pawn Код:
if(PlayerToPointStripped(2, playerid,238.5380,139.0598,1003.0234,))