[Ajuda] Comando Deletar Veнculo
#2

PHP код:
CMD:apagarcarro(playeridparams[])
{
    if(
IsPlayerAdmin(playerid))
    {
        new 
carid;
        new 
string[128];
        if(
sscanf(params"d"carid)) return SendClientMessage(playeridINFO,"[ USO: ] /apagarcarro [id do carro]");
        
format(stringsizeof(string), "Apagaste o carro com o id %d."carid);
        
SendClientMessage(playeridINFOstring);
        
DestroyVehicle(carid);
    }
    else
    {
         
SendClientMessage(playeridFAIL"[ ERRO: ] Tu nгo йs Administrador.");
    }
    return 
1;

Este comando apaga o veнculo pelo carro, que pode ver executando o comando /dl.

Este comando й para pessoas logadas na RCON, vai ter de mudar para o nнvel de admin que quer.
Reply


Messages In This Thread
[Pode Deletar o Tуpico] - by GustavinCTN - 14.04.2013, 04:23
Re: Comando Deletar Veнculo - by bruxo00 - 14.04.2013, 09:19
Re: Comando Deletar Veнculo - by GustavinCTN - 14.04.2013, 10:19
Re: Comando Deletar Veнculo - by iHarzard - 14.04.2013, 11:23
Re: Comando Deletar Veнculo - by bruxo00 - 14.04.2013, 11:30
Re: Comando Deletar Veнculo - by GustavinCTN - 14.04.2013, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)