07.02.2013, 17:41
Й desse jeito:
pawn Код:
public OnPlayerStateChange( playerid, newstate, oldstate )
{
if( newstate == PLAYER_STATE_DRIVER ) SendClientMessge( playerid, -1, #Use /nos para add nitro /tunar para tunar seu veiculo );
return true;
}