27.02.2010, 20:39
C:\Users\NASTIE\Documents\Moje primljene datoteke\lva.pwn(73) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
on this code
i put "forward ExitCaffe(playerid);
errors is line below if(IsPlayerInRangeOfPoint(playerid, 2.0, 2018.4739,-2146.8569,19.8344))
can anyone fix that?
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
on this code
Код:
public ExitCaffe( playerid )
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 2018.4739,-2146.8569,19.8344))
}
SetPlayerPos(playerid,2086.8433,1594.0762,10.8203);
SetPlayerVirtualWorld(playerid,0);
SetPlayerInterior(playerid,0);
return 1;
}
errors is line below if(IsPlayerInRangeOfPoint(playerid, 2.0, 2018.4739,-2146.8569,19.8344))
can anyone fix that?

