Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: NEWB QUES  (Read 1423 times)

0 Members and 1 Guest are viewing this topic.

Raiden

  • Guest
NEWB QUES
« on: 13 Oct 2002, 04:26:42 »
how do you change the weapons for a soldier, i tried but i kept gettin error messages wen i messed with the config.

P.S. newb at this

Baphomet

  • Guest
Re:NEWB QUES
« Reply #1 on: 13 Oct 2002, 08:48:06 »
I'm pretty sure you're posting in the wrong area. If you want to change the weapon a soldier has. You put something like this in the units initstring. If you don't know what an initstring is. You really shouldn't be posting here.


removeallweapons this; this addmagazine "m16"; (repeat as many times for number of magazines you desire) this addweapon "m16";

This will get rid of all your weapons and add an m16 and a clip. However you can just declare the addmagazine function over and over to get more.

What config were you modifying anyhow?