27.12.2010, 19:47
Ive scripted a "IsPlayerInRangeOfPoint" script.
The problem is that when i tried doing this line:
It came up with this error:
Thanks
The problem is that when i tried doing this line:
pawn Код:
if(!IsPlayerInVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED,"You Are Not In A Vehicle!");
pawn Код:
(3825) : warning 202: number of arguments does not match definition