[Ajuda] Deletar Veiculo De Um Player
#6

Код:
command(dcarro, playerid, params[]){
new texto[158], idcarro;
if(/*Sua funзгo de admin*/) return SendClientMessage(playerid, -1, "Vocк nгo й admin.");
if(sscanf(params, "i", idcarro)) return SendClientMessage(playerid, -1, "[USO]: /dcarro [ID do Vйiculo]");
format(texto, sizeof(texto), "Vocк deletou o carro %d com sucesso.", idcarro);
SendClientMessage(playerid, COLOR_WHITE, texto);
DestroyVehicle(idcarro);
return 1;
}
Nгo testei mas deve funcionar.
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)