23.05.2015, 09:27
How to make like a radius that must be near the vehicle.
Example vehicle that i want is shamal.
The message send to client is "You are not near the shamal!".
Any ideas? I did try it on my own but failed, and i really need help.
Example vehicle that i want is shamal.
Код:
new vehicleid = GetPlayerVehicleID(playerid); if(GetVehicleModel(vehicleid) == 519) //shamal
Any ideas? I did try it on my own but failed, and i really need help.