[Ajuda] Servidor desligando apуs uso de comando
#4

Tente Esse Mano


PHP код:
dcmd_setvip(playeridparams[]) // exemplo de comando com 2 parвmetros
{
    if(
Player[playerid][pAdmin] < 1)
        return 
SendClientMessage(playeridCOR_ERRO"Sem permissгo de acesso ao comando!");
        
    new 
tmp[256], tmp2[256], idx;
    
tmp strtok(paramsidx);
    
tmp2 strtok(paramsidx);
    if(!
strlen(tmp2))
        return 
SendClientMessage(playerid,COR_USOCORRETO,"ERRO: /setvip |ID| |Dias|");
    else if(
strval(tmp2) < 0)
        return 
SendClientMessage(playerid,COR_RED"Erro: Nъmero de dias invбlido.");
    new 
id;
    if(!
IsNumeric(tmp))
        
id ReturnPlayerID(tmp);
    else
    
id strval(tmp);
    
setVipUser(strval(tmp2), idgetPName(playerid));
    
Player[id][pVip] = 1;
    new 
string[128];
    
format(stringsizeof(string), "» Vocк deu %d dias de VIP para %s."strval(tmp2), getPName(id));
    
SendClientMessage(playeridCOR_CYANstring);
    
format(stringsizeof(string), "» Vocк ganhou %d dias de VIP do Admin %s."strval(tmp2), getPName(playerid));
    
ShowPlayerDialog(id666DIALOG_STYLE_MSGBOX"Setagem de Vip"string"OK""");
    
SalvarPlayer(id);
    
format(stringsizeof(string), "%s deu %d dias de vip para %s."getPName(playerid), strval(tmp2), getPName(id));
    
WriteLog("SetVip"string);
    return 
1;

Reply


Messages In This Thread
Servidor desligando apуs uso de comando - by Linho - 26.02.2018, 15:42
Re: Servidor desligando apуs uso de comando - by ViDaLoKa1 - 26.02.2018, 16:32
Re: Servidor desligando apуs uso de comando - by Linho - 26.02.2018, 17:18
Re: Servidor desligando apуs uso de comando - by wainner - 26.02.2018, 17:41
Re: Servidor desligando apуs uso de comando - by IlanZ - 26.02.2018, 19:38
Re: Servidor desligando apуs uso de comando - by RazorGuigo - 27.02.2018, 12:42
Re: Servidor desligando apуs uso de comando - by Linho - 27.02.2018, 14:16

Forum Jump:


Users browsing this thread: 3 Guest(s)