23.02.2010, 16:02
Quote:
Originally Posted by the_chaoz
Quote:
|
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate){
if(newstate == PLAYER_STATE_DRIVER && IsDDBVehicle(vehicleid)){
... do your things.
}
}
Originally Posted by the_chaoz
Quote:
|
public OnPlayerStateChange(playerid, newstate, oldstate){
if(newstate == PLAYER_STATE_DRIVER && IsDDBVehicle(vehicleid)){
... do your things.
}
}