[HELP] PlayerIntoVehicle
#8

Quote:
Originally Posted by Don Correlli
OnPlayerEnterVehicle callback is called when someone presses _vehicle_enter_key_ (ENTER or F, ..), so you can't remove him if he is entering (he's not in), it's better if you set his position like this:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z);
hm right don but then best is i guess to use it on OnPlayerStateChange
then u dont to get the playerstate tho XD
just newstate
Reply


Messages In This Thread
[HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 10:35
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 10:47
Re: [HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 11:01
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 11:05
Re: [HELP] PlayerIntoVehicle - by Zeex - 08.09.2009, 11:57
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 12:41
Re: [HELP] PlayerIntoVehicle - by Correlli - 08.09.2009, 13:34
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 13:44
Re: [HELP] PlayerIntoVehicle - by Coicatak - 08.09.2009, 15:14
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 15:24
Re: [HELP] PlayerIntoVehicle - by Coicatak - 08.09.2009, 18:36
Re: [HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 20:50
Re: [HELP] PlayerIntoVehicle - by Coicatak - 09.09.2009, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)