09.07.2013, 17:12
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate) {
if (newstate == PLAYER_STATE_DRIVER && Terrestre[playerid] == 0) {
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, CorErro, "(ERRO) Vocк nгo tem habilitaзгo terrestre, entгo nгo pode dirigir um carro!");
return true;
}
return true;
}