23.02.2010, 15:33
Try instead of
pawn Код:
IsPlayerInAnyVehicle(playerid) && GetPlayerVehicleSeat(playerid) == 0
pawn Код:
new state = GetPlayerState(playerid);
if(state == PLAYER_STATE_DRIVER ... )