15.10.2010, 14:07
Hide the speedo when the player leaves the car:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_ONFOOT && oldstate == PLAYER_STATE_DRIVER)
{
Hide the shit here : )))
}
return 1;
}

