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

Quote:
Originally Posted by Duduloch
Посмотреть сообщение
@Coe1

Vou tentar, se funfar edito..

@edit

nгo era bem isso que eu queria. Queria usando o GetPlayerWeaponData..
faz assim

pawn Код:
CMD:arma(playerid)
{
    new weapons[13][2],string[20],string2[20];

    for (new i = 0; i < 13; i++)
    {
        GetPlayerWeaponData(playerid, i, weapons[i][0], weapons[i][1]);

        format(string,sizeof(string),"Arma - %d",weapons[i][0]);
        format(string2,sizeof(string2),"Municao - %d",weapons[i][1]);
    }
    SendClientMessage(playerid, -1, string);
    SendClientMessage(playerid, -1, string2);
    return 1;
}
n testei, n tenho certeza se ira funcionar
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)