12.12.2012, 16:15
The warning says itself. The argument "isPlayerInRangeOfPoint" is not written as it should be
Your function is using 6 Arguments but the definition of this is 5 argument's.. So you need to delete the fifth text "44.9011"
So it should look like this:
so skip the 6th argument "44.9011"
Your function is using 6 Arguments but the definition of this is 5 argument's.. So you need to delete the fifth text "44.9011"
So it should look like this:
Код:
if(!IsPlayerInRangeOfPoint(playerid, 7.0, 2043.1835, -1823.0391, -29.5436))