Home   Help Search Login Register  

Author Topic: New 1.85 Weapons  (Read 945 times)

0 Members and 1 Guest are viewing this topic.

A5hley

  • Guest
New 1.85 Weapons
« on: 17 Oct 2002, 19:30:39 »
Does anyone know the editor names of the new weapons and their mags for the new 1.85 in the readme it only gives it fro the revolver but i would like the other sniper and the Ingram

A5hley

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:New 1.85 Weapons
« Reply #1 on: 18 Oct 2002, 02:22:08 »
To get the name of any weapon (in the future), make the player the class of unit that has the weapon (in this case the resistance sniper/Silenced Black Op etc.) and use a trigger like this:

Trigger

Radius: 0,0
Condition: Radio Alpha
Condition Field: this
OnActivation Field: hint format ["%1",weapons player]

So when you hit radio alpha, a hint will pop up with a list of the editor names for all the player's weapons. Using this method, I found the weapon names you were after. Then, assuming you just put 'mag' on the end (which in this case you do, I tested it) gave me the magazine names. So, they are as follows:

"HuntingRifle"     --      "HuntingRifleMag"
"Ingram"           ---     "IngramMag"
"GlockS"           ----    "GlockSMag"
"Revolver"        -----   "RevolverMag"

Happy editing ;)

A5hley

  • Guest
Re:New 1.85 Weapons
« Reply #2 on: 18 Oct 2002, 03:08:38 »
Thx alot, i liked the idea of sniper and macine gun, Topic Solved  :D