If I want to use only one or two weapons in my map, is it possible to script? I mean I set it only in my map, not the scipts effected in all map. Anyone knows that?
THX!
Is it possilbe to use only one or two weapons in one map?
Moderator: Moderators
- Clackinizer
- Sergeant
- Posts: 72
- Joined: Sun Mar 16, 2003 1:49 am
- Location: USA
- Contact:
-
nuggets
- General
- Posts: 1006
- Joined: Fri Feb 28, 2003 2:57 am
- Location: U-england-K (england in the UK) :P
- Contact:
i think that you may be able to actually, but i'm only going on theory now, not practise
in the spawn points if you place trigger->multiple,
then have
parm.other takeall
parm.other.weapon = "Mauser KAR 98K"
that kinda thing
only problem though is after spawning they'd move out of the trigger, so they could change weapon, so to solve this problem
local.a = getboundkey1 "//you'll need to find this for change items"
then find local.a to either holstering the weapon or next weapon
in the spawn points if you place trigger->multiple,
then have
parm.other takeall
parm.other.weapon = "Mauser KAR 98K"
that kinda thing
local.a = getboundkey1 "//you'll need to find this for change items"
then find local.a to either holstering the weapon or next weapon
hope this helps, prob not cos it's all foreign 2 me :-/