Blich 0 Posted November 11, 2002 I searched and could not find the answer.. so I am asking. 1) How do I add smokeshells to an ammo box. I can get guns to work... but not smokeshells. Do i have to add the smokeshell (item) and ammo? please write how i should write it.. thx 2) How do I add weapons.. (including smokeshells) to a player to start with? Thanks for your time. Share this post Link to post Share on other sites
iNeo 0 Posted November 11, 2002 1. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addMagazineCargo ["SmokeShell",50]; this addMagazineCargo ["SmokeShellGreen",50]; this addMagazineCargo ["SmokeShellRed",50]<span id='postcolor'> This adds 50 grey smoke shells, 50 green and 50 red. 2. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addMagazine "SmokeShell"; this addMagazine "SmokeShell"<span id='postcolor'> This gives him 2 grey smoke shells. Share this post Link to post Share on other sites
Blich 0 Posted November 11, 2002 thank you very much... Share this post Link to post Share on other sites
Blich 0 Posted November 12, 2002 My pilot starts with his gun.. 3 clips and 6 nades.... when i pick up smokeshells I cannot use them till after i throw my nades... is there a way to select the smokeshell when playin? How do I change what my player starts with.. i want to take the 6 nades off him and give him 2 smokeshells instead. thx for your time Share this post Link to post Share on other sites
Harnu 0 Posted November 12, 2002 All you have to do is get your Hand Grenades ready, then in your action menu theres an action that says "Reload Smokeshell". Do that and you can throw smoke shells Share this post Link to post Share on other sites
Blich 0 Posted November 12, 2002 thx... another quick noob question... this addMagazineCargo ["FlareRed",50] shouldnt that add 50 red flares to the ammo box? How do I add flares to the box? Share this post Link to post Share on other sites