21.09.2011, 12:49
How can I get if a player is in range of a vehicle? Like I have this command:
I also have the fishing reefer added.
How can I get if they are in range of the vehicle? So they can fish off it.
Thanks
-iGetty
pawn Код:
command(fish, playerid, params[])
{
return 1;
}
pawn Код:
reefer = CreateVehicle(blablabla);
Thanks
-iGetty