[Ajuda] /Anuncio
#1

Fiz esses 2 comandos, porem ele nгo funciona sу fica retornando vocк nгo tem permissгo apra usar esse comando, sendo que eu sou VIP Premium level 2... e level 1 tambйm...

pawn Код:
CMD:anuncioplat(playerid, params[])
{
    new string2 [ 128+1 ] ;
    if(PInfo[playerid][Premium] < 2) return SendClientMessage(playerid,white," "cred"Vocк nгo tem permissгo para usar este comando!");
    if(gettime() - TempoComando[playerid] < 80)     return SendClientMessage(playerid, 0xFF0000FF, "[x] Aguarde 80 segundos para usar o comando novamente!");
    TempoComando[playerid] = gettime();
    if(sscanf(params, "s[128]", params)) return SendClientMessage( playerid,0x375FFFFF,"[x] Uso correto: /anuncioplat [texto]");
    format(string2, sizeof(string2), "{666666}[ ANЪNCIO ] VIP Platinium %s:{FFFFFF} %s", GetPName(playerid), params);
    SendClientMessageToAll(0xFF9900AA, string2);
    return 1;
}

CMD:anunciogold(playerid, params[])
{
    new string2 [ 128+1 ] ;
    if(PInfo[playerid][Premium] < 1) return SendClientMessage(playerid,white," "cred"Vocк nгo tem permissгo para usar este comando!");
    if(gettime() - TempoComando[playerid] < 80)     return SendClientMessage(playerid, 0xFF0000FF, "[x] Aguarde 80 segundos para usar o comando novamente!");
    TempoComando[playerid] = gettime();
    if(sscanf(params, "s[128]", params)) return SendClientMessage( playerid,0x375FFFFF,"[x] Uso correto: /anunciogold [texto]");
    format(string2, sizeof(string2), "{FFBB00}[ ANЪNCIO ] VIP Gold %s:{FFFFFF} %s", GetPName(playerid), params);
    SendClientMessageToAll(0xFF9900AA, string2);
    return 1;
}
Reply


Messages In This Thread
/Anuncio - by eNtinityGaming - 14.02.2014, 16:53
Re: /Anuncio - by s4kuL - 14.02.2014, 17:08
Re: /Anuncio - by demonneni - 14.02.2014, 17:48
Respuesta: /Anuncio - by eNtinityGaming - 14.02.2014, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)