can someone help me with this?
#4

Quote:
Originally Posted by the_chaoz
Quote:
Originally Posted by Rizard
Try instead of

pawn Код:
IsPlayerInAnyVehicle(playerid) && GetPlayerVehicleSeat(playerid) == 0
pawn Код:
new state = GetPlayerState(playerid);
if(state == PLAYER_STATE_DRIVER ... )
same problem
Use: OnPlayerStateChange.
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate){
  if(newstate == PLAYER_STATE_DRIVER && IsDDBVehicle(vehicleid)){
     ... do your things.
  }
}
Reply


Messages In This Thread
can someone help me with this? - by TheChaoz - 23.02.2010, 15:25
Re: can someone help me with this? - by Rizard - 23.02.2010, 15:33
Re: can someone help me with this? - by TheChaoz - 23.02.2010, 15:54
Re: can someone help me with this? - by wafffllesss - 23.02.2010, 16:02
Re: can someone help me with this? - by BlackFoX - 23.02.2010, 16:14
Re: can someone help me with this? - by TheChaoz - 23.02.2010, 16:24

Forum Jump:


Users browsing this thread: 2 Guest(s)