[Ajuda] VIP
#1

Ola quando eu dou vip pra algum kra funfa normal mais nao da pra fala no chat nao sei pq cmd de darvip :
PHP код:
CMD:darvip(playeridparams[])
{
    if(
Player[playerid][pAdmin] < 7)
        return 
SendClientMessage(playeridCOLOR_RED"[ERRO] Vocк nгo tem permissгo para usar este comando!");
       new 
tmp[24], idxtmp strtok(paramsidx);
    if(!
strlen(tmp))
        return 
SendClientMessage(playeridCOLOR_GREY"|USE|: /darvip |ID/Nick| |Level(1-3)|");
    new 
giveid ReturnUser(tmp);
     
tmp strtok(paramsidx);
    new 
vip strval(tmp);
    if(
IsPlayerConnected(giveid))
    {
        if(
giveid != INVALID_PLAYER_ID)
        {
            
Player[giveid][pVIP] = vip;
            
format(thestringsizeof(thestring), "Vocк, %s, foi setado %s pelo administrador %s!"Player[giveid][pName], AccountVIP(giveid), Player[playerid][pName]);
            
SendClientMessage(giveidCOLOR_LIGHTBLUEthestring);
            
WriteLog("vips"thestring);
            
format(thestringsizeof(thestring), "Vocк deu %s para %s!"AccountVIP(giveid), Player[giveid][pName]);
            
SendClientMessage(playeridCOLOR_LIGHTBLUEthestring);
        }
    }
    return 
1;

Cmd de falar no chat vip :
PHP код:
CMD:vip(playeridparams[])
{
    if(
Player[playerid][pVIP] < 1)
        return 
SendClientMessage(playeridCOLOR_RED"[ERRO] Vocк nгo й um vip. Consulte nosso /forum e saiba como se tornar um.");
    if(!
strlen(params))
        return 
SendClientMessage(playeridCOLOR_GREY"[USO] /vip [chat]");
    
format(thestring,128,"%s %s: %s, cвmbio."AccountVIP(playerid), Player[playerid][pName], params);
    
SendVipMessage(COLOR_GREEN,thestring);
      return 
1;

Ajudem por favor
Reply


Messages In This Thread
[Ajuda] VIP - by ' Bigode - 11.06.2012, 09:29
Re: [Ajuda] VIP - by Macintosh - 11.06.2012, 10:34
Re: [Ajuda] VIP - by ' Bigode - 11.06.2012, 10:49
Re: [Ajuda] VIP - by Macintosh - 11.06.2012, 11:13
Re: [Ajuda] VIP - by blacktrindade - 11.06.2012, 11:17
Re: [Ajuda] VIP - by ' Bigode - 11.06.2012, 11:19
Re: [Ajuda] VIP - by blacktrindade - 11.06.2012, 11:21
Re: [Ajuda] VIP - by Macintosh - 11.06.2012, 11:22
Re: [Ajuda] VIP - by blacktrindade - 11.06.2012, 11:24
Re: [Ajuda] VIP - by Don_Speed - 11.06.2012, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)