GenTrae 0 Posted April 7, 2007 First thing i need help is this string <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeAllWeapons player1;player1 addMagazine "M107";player1 ammo "M107";player1 addWeapon "M107" what did i do wrong? cause all i want is to switch the m24 w/ 107 and the silenced m9 and also how can i make ammo box? Share this post Link to post Share on other sites
W0lle 1052 Posted April 7, 2007 The magazine classname for the M107 is "10Rnd_127x99_M107", not "M107". Linky. Use the forum search for the ammoboxes. I'm absolutely sure it has been asked and answered already in the past 6 years. And: Next time make your topic something more descriptive then just "Need some help". Share this post Link to post Share on other sites
GenTrae 0 Posted April 8, 2007 okay i well just flood all my questions into this thread or just make new posts? Share this post Link to post Share on other sites
satexas69 0 Posted April 8, 2007 i well just flood all my questions into this thread or just make new posts? Look what others do, follow suit. There's GREAT help here, don't rock the boat Share this post Link to post Share on other sites
doc_no1 0 Posted April 8, 2007 First thing i need help is this string <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeAllWeapons player1;player1 addMagazine "M107";player1 ammo "M107";player1 addWeapon "M107" what did i do wrong? cause all i want is to switch the m24 w/ 107 and the silenced m9 and also how can i make ammo box? here you go=M107 plus silenced pistol removeallweapons this;this addmagazine "10Rnd_127x99_M107";this addweapon "M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "15Rnd_9x19_M9SD";this addweapon "M9SD";this addmagazine "15Rnd_9x19_M9SD";this addmagazine "15Rnd_9x19_M9SD";this addmagazine "15Rnd_9x19_M9SD";this addweapon "NVGoggles";this addweapon "Binocular"; Share this post Link to post Share on other sites
GenTrae 0 Posted April 9, 2007 First thing i need help is this string <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeAllWeapons player1;player1 addMagazine "M107";player1 ammo "M107";player1 addWeapon "M107" what did i do wrong? cause all i want is to switch the m24 w/ 107 and the silenced m9 and also how can i make ammo box? here you go=M107 plus silenced pistol removeallweapons this;this addmagazine "10Rnd_127x99_M107";this addweapon "M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "10Rnd_127x99_M107";this addmagazine "15Rnd_9x19_M9SD";this addweapon "M9SD";this addmagazine "15Rnd_9x19_M9SD";this addmagazine "15Rnd_9x19_M9SD";this addmagazine "15Rnd_9x19_M9SD";this addweapon "NVGoggles";this addweapon "Binocular"; thanks ^_~ Share this post Link to post Share on other sites