Search Results
Код: public OnPlayerUpdate(playerid) { if(IsPlayerInAnyVehicle(playerid)) { new veh = GetPlayerVehicleID(playerid); if(veh == 520 || veh == 425 || veh == 577 || veh == 417...
76
and how do I find the nearest position?
168
Quote: Originally Posted by cj101 If im reading right, your trying to get the nearest points of where a player is? Do it like this. Код: New Float:X,Float:Y,Float:z; GetPlayerPos(play...
168
I am looking for a function which takes Closest position.
168