[Ajuda] como faзo isso ?
#1

olб pessoa esse e meu primeiro topico aqui gostaria de saber como posso fazer isso


ex : um comando em zcmd
PHP Code:
CMD:kill(playeridparams[])
{
    if(
gettime() - Tempokill[playerid] < 00)return SendClientMessage(playeridaa"You have to wait 3 minouts before you can use the command again!");
    
Tempokill[playerid] = gettime();
    
SetPlayerHealth(playerid0);
    return 
1;

//==================================
tipo pra a pessoa poder usar o comando /kill ou /suicide, sem criar outra parte do comando tipo

PHP Code:
CMD:kill(playeridparams[]),
CMD:suicide(playeridparams[])
{
    if(
gettime() - Tempokill[playerid] < 00)return SendClientMessage(playeridaa"You have to wait 3 minouts before you can use the command again!");
    
Tempokill[playerid] = gettime();
    
SetPlayerHealth(playerid0);
    return 
1;

Reply


Messages In This Thread
como faзo isso ? - by zPawnu - 01.09.2015, 18:50
Re: como faзo isso ? - by IgorLuiz - 01.09.2015, 18:54
Re: como faзo isso ? - by [BOPE]Seu._.Madruga - 01.09.2015, 19:00
Re: como faзo isso ? - by zPawnu - 01.09.2015, 19:11
Re: como faзo isso ? - by zPawnu - 01.09.2015, 19:29
Re: como faзo isso ? - by [BOPE]Seu._.Madruga - 01.09.2015, 19:57
Re: como faзo isso ? - by GustavoSouza - 01.09.2015, 20:00
Re: como faзo isso ? - by [BOPE]Seu._.Madruga - 01.09.2015, 20:12
Re: como faзo isso ? - by Locky_ - 01.09.2015, 20:20
Re: como faзo isso ? - by Dayvison_ - 01.09.2015, 20:28
Re: como faзo isso ? - by zPawnu - 01.09.2015, 20:36
Re: como faзo isso ? - by Locky_ - 01.09.2015, 21:03
Re: como faзo isso ? - by IgorLuiz - 02.09.2015, 01:13

Forum Jump:


Users browsing this thread: 4 Guest(s)