10.05.2012, 15:49
You are not closing the functions properly, for example:
You need to keep track of the brackets and end the functions at the right place.
Also, this seems awfully messy, ever considered putting all of those co-ordinates in an array and using a loop to test all of them?
pawn Код:
if(PlayerToPoint(8, playerid,364.1431,173.7478,1008.3828) || PlayerToPoint(8, playerid,1713.30004883,1529.50000000,10.39999962))
Also, this seems awfully messy, ever considered putting all of those co-ordinates in an array and using a loop to test all of them?