ItsMods

Full Version: Random Weapon List Maker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A tool where you put a list of weapon

and it does this at the end

weapons2 = [];
weapons2[0]= "aspdw_mp";
weapons2[1]= "cz75dw_mp";
weapon2 = weapons2[RandomInt(weapons2.size)]

(can also change list name)


I have like 2000 weapons to add weapons[X]= " ";
all the time so long , help plz?

level.randomWep = level.weaponList[randomInt(level.weaponList.size)];
(08-04-2011, 19:42)Se7en Wrote: [ -> ]level.randomWep = level.weaponList[randomInt(level.weaponList.size)];

No not that.... a TOOL
no, this is only 1 line, not like 2000 lines.
... a tool in wich I can add any guns even custom to make a random list

is it taht hard to understand se7en?
(08-04-2011, 20:09)Scripts18 Wrote: [ -> ]... a tool in wich I can add any guns even custom to make a random list

is it taht hard to understand se7en?

Well actually it IS that hard to understand #grammarnazi

Just nvm I made the whole list...
(08-04-2011, 19:42)Se7en Wrote: [ -> ]level.randomWep = level.weaponList[randomInt(level.weaponList.size)];

level.weaponList != in blops
(08-13-2011, 12:15)iAegle Wrote: [ -> ]
(08-04-2011, 19:42)Se7en Wrote: [ -> ]level.randomWep = level.weaponList[randomInt(level.weaponList.size)];

level.weaponList != in blops

Thx iAegle, finally I knew his stuff wasnt working