Home   Help Search Login Register  

Author Topic: Civilian guns  (Read 651 times)

0 Members and 1 Guest are viewing this topic.

Bulletsfire

  • Guest
Civilian guns
« on: 13 Sep 2003, 20:46:01 »
ok, i put this in the init spot: this addweapon "INGRAM"; this addmagazine "INGRAM" but then when i preview, i have the gun, but no ammo?

Kaliyuga

  • Guest
Re:Civilian guns
« Reply #1 on: 13 Sep 2003, 20:49:29 »
add one mag before adding the weapon:
this addmagazine "INGRAM"; this addweapon "INGRAM"; this addmagazine "INGRAM";this addmagazine "INGRAM";

Bulletsfire

  • Guest
Re:Civilian guns
« Reply #2 on: 13 Sep 2003, 21:14:46 »
nope still dont work

m21man

  • Guest
Re:Civilian guns
« Reply #3 on: 13 Sep 2003, 22:26:02 »
Sometimes you have to hit the spacebar and then reload.

Offline oyman

  • Members
  • *
  • king of pings
Re:Civilian guns
« Reply #4 on: 13 Sep 2003, 23:32:06 »
try this

this AddMagazine "IngramMag"
this AddMagazine "IngramMag"
this AddMagazine "IngramMag"
this AddMagazine "IngramMag"
this AddWeapon "Ingram"
this SelectWeapon "Ingram"

and i think u spelled the mag name wrong

Bulletsfire

  • Guest
Re:Civilian guns
« Reply #5 on: 14 Sep 2003, 06:33:05 »
thanks oyman, that worked, but now i got another problem... the russians wont shoot at me and i want them to be the enemy
« Last Edit: 14 Sep 2003, 06:46:29 by Bulletsfire »

Offline Hawkins

  • Former Staff
  • ****
  • Team 2-2
Re:Civilian guns
« Reply #6 on: 14 Sep 2003, 08:32:31 »
You can either edit the civilian side from the mission.sqm or you could place a west unit that outranks the civilian and then group them. The civilian will then join the west side and russians will shoot him. ;)

Hawkins

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Civilian guns
« Reply #7 on: 14 Sep 2003, 13:34:50 »
If u hack the sqm file you cannot doubleclick at the unit any more, cause then it'll go back to it's original side.

Kaliyuga

  • Guest
Re:Civilian guns
« Reply #8 on: 14 Sep 2003, 18:51:38 »
or you could place a west unit that outranks the civilian and then group them

then type this in the West Unit's init field:

deletevehicle this


the West soldier gets deleted as soon as the mission starts.. leaving your civilian still on the West side ;)

Bulletsfire

  • Guest
Re:Civilian guns
« Reply #9 on: 14 Sep 2003, 21:33:21 »
 :D thanks guys that worked!