05.08.2018, 17:09
Hi, My car is being teleported in this position https://i.imgur.com/XywLiRp.jpg
instead of this https://i.imgur.com/CaPEE8J.jpg
Why?
instead of this https://i.imgur.com/CaPEE8J.jpg
Why?
PHP код:
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);