SetVehiclePos question.
#4

I forgot to mention what is wrong with this.. Well it just doesn't work. It sends the ClientMessage, thats all.

Now I adjusted the code a little bit.. And it still doesn't work.
Код:
new Float:X, Float:Y, Float:Z;
	GetPlayerPos(playerid,X,Y,Z);
	SetVehiclePos(cInfo[pInfo[playerid][OwnCar]][Vehicle],X,Y,Z);
	SendClientMessage(playerid,c_green,"You have teleported your car to your position.");
cInfo[carid][Vehicle] is the CreateVehicle line, pInfo[playerid][OwnCar] can be seen as the car id. Same problem as above.
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)