Posts: 349
Threads: 119
Joined: Jun 2013
Quote:
Originally Posted by Marlon307
pawn Код:
new vid = GetPlayerVehicleID(playerid); if(MotoLIC(vid)) { if(DadosJogador[playerid][LIC_MOTOS_JOGADOR] == 0 || vid != CivilVeiculo[9] || vid != CivilVeiculo[10]) { SendClientMessage(playerid,VERMELHO_BEM_CLARO,"Vocк nгo tem a licenзa nescessбria para conduzir Motos."); } else if(Motor_Do_Veiculo[vid] == false) { SendClientMessage(playerid, 0xE0FF6BFF, "O Motor deste veнculo estб desligado, USE: /motor para liga-lo, Para saber mais digite /ajudaveiculo!"); } }
Remova isso
pawn Код:
RemovePlayerFromVehicle(playerid);
|
Se eu retirar isso, os jogadores que nгo tiverem licenзa vгo usar o veнculo e a mensagem ainda irб continuar!