[Ajuda] Deletar Veiculo De Um Player
#4

PHP код:
CMD:deletarcarro(playeridparams[]) {
   new 
Jogador
   if(
sscanf(params"i"Jogador)) return SendClientMessage(playerid, -1"Correзгo: /deletarcarro [id do jogador]");
   if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1,"Vocк nгo й um administrador."); {
        new 
currentveh GetPlayerVehicleID(Jogador);
        
DestroyVehicle(currentveh); }
    return 
1

Caso o jogador nгo esteja em um veнculo, vocк poderб utilizar a seguinte funзгo:
PHP код:
if(!IsPlayerInAnyVehicle(Jogador)) return SendClientMessage(playerid, -1,"Este jogador nгo estб em um veнculo."); 
Nгo testei, mas creio que irб resolver seu problema.
Reply


Messages In This Thread
Deletar Veiculo De Um Player - by caption - 16.01.2014, 03:47
Re: Deletar Veiculo De Um Player - by zG - 16.01.2014, 03:56
AW: Re: Deletar Veiculo De Um Player - by caption - 16.01.2014, 03:58
Re: Deletar Veiculo De Um Player - by Ley - 16.01.2014, 05:31
Re: Deletar Veiculo De Um Player - by yNexus - 16.01.2014, 11:06
Re: Deletar Veiculo De Um Player - by GuilhermeH - 16.01.2014, 11:24
AW: Deletar Veiculo De Um Player - by caption - 16.01.2014, 12:52
Re: Deletar Veiculo De Um Player - by zG - 16.01.2014, 15:12
AW: Re: Deletar Veiculo De Um Player - by caption - 16.01.2014, 15:48
Re: AW: Re: Deletar Veiculo De Um Player - by zG - 16.01.2014, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)