[HELP]Error !!
#1

I was trying to compile something but i got an error

Code

PHP код:
    else if(IsPlayerInRangeOfPoint(playerid,4.0,-1137.43651092.119037.8589)//sf=lv
    
{
        
MoveObject(sflv,-1138.319341086.7546438.38080,50.06000, -87.26000, -43.26000);
    } 
Error

PHP код:
error 001expected token")"but found "{" 
Reply
#2

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.
Reply
#3

oh you are right

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)