How to find out which playerid is driving a vehicle
#3

may as well start to build it

Код:
check = GetPlayerVehicleID(playerid);
if(IsPlayerInVehicle(playerid, check))
{
new state = GetPlayerState(idofplayerdriving);

 if(state = PLAYER_STATE_DRIVER)
 {
 
 }

}
Reply


Messages In This Thread
How to find out which playerid is driving a vehicle - by adsy - 07.02.2010, 22:37
Re: How to find out which playerid is driving a vehicle - by XeoN_13 - 07.02.2010, 22:44
Re: How to find out which playerid is driving a vehicle - by adsy - 07.02.2010, 22:46
Re: How to find out which playerid is driving a vehicle - by adsy - 07.02.2010, 22:53
Re: How to find out which playerid is driving a vehicle - by Coicatak - 07.02.2010, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)