Loops once only?
#7

pawn Код:
new WeaponData[MAX_CUSTOM_WEAPONS][E_WEAPON_INFO] =
{
    {"Micro-SMG", 1200, 28, 50, 352, 310.905181, -166.905059, 999.661987, -89.199905, 42.499996, 176.358154},
    {"Desert Eagle", 2000, 24, 14, 348, 312.696197, -166.850097, 999.641113, -89.799957, 0.0000, 183.354507}
};

public OnFilterScriptInit()
{
    new weapid = 1;
    while(weapid < 3)
    {
        WeaponObjects[weapid] = CreateObject(WeaponData[weapid][WEAPON_MODEL], WeaponData[weapid][WEAPON_X], WeaponData[weapid][WEAPON_Y], WeaponData[weapid][WEAPON_Z], WeaponData[weapid][WEAPON_RX], WeaponData[weapid][WEAPON_RY], WeaponData[weapid][WEAPON_RZ], 300.0);
        printf("ID: %d | ID2: %d", WeaponObjects[weapid], weapid);
        weapid += 1;
    }
    return true;
}
So, any idea how to fix it then, because I get really confused right now about it. I know arrays starts assigning from 0, but I'm stuck right now, I admit it. Sorry if I sound really retarted about that.
Reply


Messages In This Thread
Loops once only? - by Riddick94 - 11.09.2013, 18:19
Re: Loops once only? - by Macluawn - 11.09.2013, 18:39
Re: Loops once only? - by Riddick94 - 11.09.2013, 18:42
Re: Loops once only? - by Konstantinos - 11.09.2013, 18:53
Re: Loops once only? - by Riddick94 - 11.09.2013, 19:01
Re: Loops once only? - by Konstantinos - 11.09.2013, 19:10
Re: Loops once only? - by Riddick94 - 11.09.2013, 19:27
Re: Loops once only? - by Konstantinos - 11.09.2013, 19:46
Re: Loops once only? - by Riddick94 - 11.09.2013, 19:55
Re: Loops once only? - by Konstantinos - 11.09.2013, 20:00

Forum Jump:


Users browsing this thread: 4 Guest(s)