[Pedido] Comprar muniзгo
#2

Nгo testei mas acho que isso funciona.
PHP код:
command(municaoplayeridparams[])
{
    new 
ammotheplayer;
    new 
ammo GetPlayerAmmo(playerid);
    new 
arma GetPlayerWeapon(playerid);
    if (
sscanf(params"i"ammotheplayer))
    {
         
SendClientMessage(playerid,0xFF0000FF,"USO: /Municao [Quantia]");
         return 
0;
    }
    
SetPlayerAmmo(playeridarmaammo+ammotheplayer);
    new 
w_data[13][2],str[250];
    for(new 
013a++)
    {
        
GetPlayerWeaponData(playeridaw_data[a][0], w_data[a][1]);
        
format(strsizeof(str),"Sua compra foi efetuada vejб abaixo algumas informaзoes:");
        
format(strsizeof(str),"Armamento para slot: %i: armas: (%i), numero de muniзгo: (%i)"aw_data[a][0], w_data[a][1]);
        
SendClientMessage(playerid,-1,str);
    }
    return 
1;

Quote:
Originally Posted by zPain
Посмотреть сообщение
A mensagem de erro й inъtil se vocк nгo coloca return. O resto do comando vai ser processado do mesmo jeito.
nem tinha percebido, editei o post vlw por me avisar.
Reply


Messages In This Thread
Comprar muniзгo - by pedrotvr - 22.09.2015, 06:37
Re: Comprar muniзгo - by iTakelot - 22.09.2015, 14:43
Re: Comprar muniзгo - by zPain - 22.09.2015, 19:32
Re: Comprar muniзгo - by pedrotvr - 25.09.2015, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)