Vehicle teleport coords
#7

Quick note:

This:
Код:
new vehicle; 
vehicle = GetPlayerVehicleID(playerid); 
SetPlayerPos(playerid, 58.9391,-134.7392,2.3367); 
SetVehiclePos(vehicle, 58.9391,-134.7392,2.3367); 
PutPlayerInVehicle(playerid, vehicle, 0);
Could've been done like this:
Код:
SetVehiclePos(GetPlayerVehicleID(playerid), 58.9391,-134.7392,2.3367);
And it would give the same results.
Reply


Messages In This Thread
Vehicle teleport coords - by Zeus666 - 05.08.2018, 17:09
Re: Vehicle teleport coords - by Lokii - 05.08.2018, 17:32
Re: Vehicle teleport coords - by Zeus666 - 05.08.2018, 18:15
Re: Vehicle teleport coords - by BornHuman - 05.08.2018, 18:25
Re: Vehicle teleport coords - by Zeus666 - 05.08.2018, 18:28
Re: Vehicle teleport coords - by BornHuman - 05.08.2018, 18:35
Re: Vehicle teleport coords - by RogueDrifter - 05.08.2018, 18:49

Forum Jump:


Users browsing this thread: 2 Guest(s)