Home   Help Search Login Register  

Author Topic: How do i add ammo of weapons to ammo crates  (Read 709 times)

0 Members and 1 Guest are viewing this topic.

Blade

  • Guest
How do i add ammo of weapons to ammo crates
« on: 25 Oct 2002, 16:25:52 »
please

O Neil

  • Guest
Re:How do i add ammo of weapons to ammo crates
« Reply #1 on: 26 Oct 2002, 04:17:32 »
Simple, put this in you intialisation field of the ammo box:

                           this addweaponcargo ["AK47",3];

That'll add an AK-47 and will have 3 of them :       ^
                                                                    ||
Then you can experiment.

O Neil                        

PS: is this script in the editors depot? Cause there been 3 people asking this including me.......  :joystick:

The_Milky_Bar_Kid

  • Guest
Re:How do i add ammo of weapons to ammo crates
« Reply #2 on: 27 Oct 2002, 22:55:54 »
That would add three AK74 rifles yes, for just the magazines use:

this addmagazinecargo ["AK47",3];

Hope that helps.