[Ajuda] como faзo isso ?
#3

PHP Code:
CMD:me(playeridparams[])
{
    new 
funcao[20];
    if(!
IsPlayerConnected(playerid)) return SendClientMessage(playerid, -1"[ ERRO ] {FF0000}Voce nao esta conectado no servidor!");
    if(
sscanf(params"s[20]"funcao)) return SendClientMessage(playerid, -1"[ ERRO ] {FF0000}use: /me [kill, suicidar]");
    if(
strfind(funcao"kill"true) != -|| strfind(funcao"suicidar"true) != -1)
    {
        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: 3 Guest(s)