Compiler quits responding
#4

pawn Код:
COMMAND:myweapons(playerid, params[])
{
        new weapons[13][2], string[150];
        for (new i = 0; i < 13; i++)
        {
            GetPlayerWeaponData(playerid, i, weapons[i][0], weapons[i][1]);
            GetWeaponName(playerid,weapons,sizeof(weapons));
            format(string,sizeof(string),"Weapon Name: %s Ammo: %d", weapons[i][0], weapons[i][1]);
            SendClientMessage(playerid, COLOR_GREY,string);
            return 1;
}
Reply


Messages In This Thread
Compiler quits responding - by DeltaAirlines12 - 20.02.2011, 14:58
Re: Compiler quits responding - by xRyder - 20.02.2011, 15:04
Re: Compiler quits responding - by DeltaAirlines12 - 20.02.2011, 15:12
Re: Compiler quits responding - by Marricio - 20.02.2011, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)