[Ajuda] DARSCORE
#7

Olhe bem seu cуdigo:

Correto й assim:
PHP код:
CMD:darscore(playeridparams[]) 

    new 
idquant;
    if(
sscanf(params"ui"idquant)) return SendClientMessage(playerid, -1,"Uso: /darscore [ID/Nome] [Quantidade]."); 
    
SetPlayerScore(idquant); 
    return 
1

Forma incorreta:
Код:
CMD:darscore(playerid, params[]) 
{ 
    new id, quant[128]; 
    if(sscanf(params, "uii", id, quant)) return SendClientMessage(playerid, -1,"Uso: /darscore [ID/Nome] [Quantidade]."); 
    SetPlayerScore(id, quant); 
    return 1; 
}
Me corrijam se eu estiver errado ;-;
Reply


Messages In This Thread
DARSCORE - by JuniorTheDM - 13.08.2015, 01:57
Re: DARSCORE - by IgorLuiz - 13.08.2015, 02:10
Re: DARSCORE - by JuniorTheDM - 13.08.2015, 02:16
Re: DARSCORE - by IgorLuiz - 13.08.2015, 02:20
Re: DARSCORE - by bruxo00 - 13.08.2015, 11:35
Re: DARSCORE - by zGuigui2068 - 13.08.2015, 11:55
Re: DARSCORE - by MacMillan_ - 13.08.2015, 21:34

Forum Jump:


Users browsing this thread: 2 Guest(s)