[Ajuda] ProgressBar
#2

https://sampforum.blast.hk/showthread.php?tid=580508
ou
https://sampforum.blast.hk/showthread.php?tid=502080

Comando usando o 1° sistema:
PHP код:
CMD:exp(playeridparams[])
{
    new 
quantidadeadminName[MAX_PLAYER_NAME], string[128];
    
GetPlayerName(playeridadminNamesizeof(adminName));
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"Erro: Vocк nгo estб logado na RCON!");
    if(
sscanf(params"d"quantidade)) return SendClientMessage(playerid, -1"Uso correto: /exp [quantidade]");
    for(new 
iMAX_PLAYERSi++) { XP[i] += quantidade; }
    
format(stringsizeof(string), "O administrador %s deu %d XPs para todos!"adminNamequantidade);
    
SendClientMessageToAll(-1string);  
    return 
1;  

Comando usando o 2° sistema:
PHP код:
CMD:exp(playeridparams[])
{
    new 
quantidadeadminName[MAX_PLAYER_NAME], string[128];
    
GetPlayerName(playeridadminNamesizeof(adminName));
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"Erro: Vocк nгo estб logado na RCON!");
    if(
sscanf(params"d"quantidade)) return SendClientMessage(playerid, -1"Uso correto: /exp [quantidade]");
    for(new 
iMAX_PLAYERSi++) { Exp[i] += quantidade; }
    
format(stringsizeof(string), "O administrador %s deu %d XPs para todos!"adminNamequantidade);
    
SendClientMessageToAll(-1string);  
    return 
1;  

Reply


Messages In This Thread
ProgressBar - by Raridade - 21.12.2017, 05:12
Re: ME AJUDA POR FAVOR, IMPLORO. - by Ramires - 21.12.2017, 06:48
Re: ME AJUDA POR FAVOR, IMPLORO. - by Dimbalada - 21.12.2017, 07:47
Re: ME AJUDA POR FAVOR, IMPLORO. - by Marllun - 21.12.2017, 08:50
Re: ME AJUDA POR FAVOR, IMPLORO. - by Raridade - 21.12.2017, 09:36
Re: ME AJUDA POR FAVOR, IMPLORO. - by JonathanFeitosa - 21.12.2017, 11:12
Re: ProgressBar - by Raridade - 21.12.2017, 11:44
Re: ProgressBar - by cristiannh2 - 21.12.2017, 19:10
Re: ProgressBar - by FerrariL - 21.12.2017, 19:32
Re: ProgressBar - by Raridade - 21.12.2017, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)