SetVehiclePos question.
#5

SetVehiclePos isnt synced, The best thing to do is store thier position to a variable, Put them in thier car, Then TP them and thier car back to the original position, Like this
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid,X,Y,Z);
PutPlayerInVehicle(playerid, pInfo[playerid][OwnCar], 0);
SeVehiclePos(pInfo[playerid][OwnCar], X, Y, Z);
SendClientMessage(playerid,c_green,"You have teleported your car to your position.");
Reply


Messages In This Thread
SetVehiclePos question. - by HB - 01.04.2009, 18:40
Re: SetVehiclePos question. - by Rks25 - 01.04.2009, 18:51
Re: SetVehiclePos question. - by Pyrokid - 01.04.2009, 18:53
Re: SetVehiclePos question. - by HB - 01.04.2009, 18:57
Re: SetVehiclePos question. - by ICECOLDKILLAK8 - 01.04.2009, 18:58
Re: SetVehiclePos question. - by HB - 01.04.2009, 19:00
Re: SetVehiclePos question. - by ICECOLDKILLAK8 - 01.04.2009, 19:00
Re: SetVehiclePos question. - by HB - 01.04.2009, 19:07
Re: SetVehiclePos question. - by ICECOLDKILLAK8 - 01.04.2009, 19:11
Re: SetVehiclePos question. - by HB - 02.04.2009, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)