[Ajuda] Code nгo funciona, ajuda!
#2

Tente assim:

pawn Код:
if (strcmp(cmd,"/municao", true) == 0)
    {
        new s[128];
        new arma;
        new balas;
        for (new i = 0; i < 13; i++)
        {
            GetPlayerWeaponData(playerid, 1, arma, balas);
            if(arma[i][1] != 0)
              {
                format(s,60,"Vocк tem %i balas", balas);
                SendClientMessage(playerid,0xC2A2DA,s);
            }
            else
            {
                SendClientMessage(playerid, 0xFF0000FF, "Vocк nao tem municao.");
            }
            return 1;
        }
    }
Reply


Messages In This Thread
Code nгo funciona, ajuda! - by Duduloch - 31.08.2013, 19:21
Re: Code nгo funciona, ajuda! - by bruxo00 - 31.08.2013, 20:14
Re: Code nгo funciona, ajuda! - by Duduloch - 31.08.2013, 20:19
Re: Code nгo funciona, ajuda! - by bruxo00 - 31.08.2013, 20:27
Re: Code nгo funciona, ajuda! - by Duduloch - 31.08.2013, 20:30
Re: Code nгo funciona, ajuda! - by Coe1 - 31.08.2013, 20:36
Re: Code nгo funciona, ajuda! - by Duduloch - 31.08.2013, 20:39
Re: Code nгo funciona, ajuda! - by PT - 31.08.2013, 22:16
Re: Code nгo funciona, ajuda! - by bruxo00 - 31.08.2013, 23:20

Forum Jump:


Users browsing this thread: 1 Guest(s)