[HELP]Error !! - 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]Error !! (
/showthread.php?tid=586690)
[HELP]Error !! -
Andy5 - 24.08.2015
I was trying to compile something but i got an error
Code
PHP код:
else if(IsPlayerInRangeOfPoint(playerid,4.0,-1137.4365, 1092.1190, 37.8589)//sf=lv
{
MoveObject(sflv,-1138.31934, 1086.75464, 38.38080,5, 0.06000, -87.26000, -43.26000);
}
Error
PHP код:
error 001: expected token: ")", but found "{"
Re: [HELP]Error !! -
Sawalha - 24.08.2015
you forgot a ')' in the end of the first line
pawn Код:
else if(IsPlayerInRangeOfPoint(playerid,4.0,-1137.4365, 1092.1190, 37.8589))
here's it.
Re: [HELP]Error !! -
Andy5 - 24.08.2015
oh you are right
thanks