01.02.2013, 12:44
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
SendClientMessage(playerid, AMARELO, "Para ligar o veiculo use /veiculo ligar");
SendClientMessage(playerid, AZUL_FORTE, "Para colocar o cinto de seguranзa use /cinto");
}
return 1;
}