1 Weaponsets Tue Dec 21, 2010 8:50 am
Emilia
Administrator
This thread is for any Spectrum member to make their own weaponset.
This is the code you must use
MaJoR or EJ then can copy this onto the server easily.
The top line in the code, put a shortened name for your weapon set. This is so the admins can find the weaponset easily (ge_weaponset km)
The second line in the second lot of quotations, put the title of the weaponset.
Where the numbers are, put in the weapons of your set. Number 0 is your starting weapon.
Use these codes
This is the code you must use
- Code:
"km"
{
"print_name" "Killer Monkey's Favs"
"weapons"
{
"0" "PP7"
"1" "DD44"
"2" "PP7_SILENCED"
"3" "KLOBB"
"4" "AR33"
"5" "RCP90"
"6" "GRENADE"
"7" "ROCKET_LAUNCHER"
}
}
MaJoR or EJ then can copy this onto the server easily.
The top line in the code, put a shortened name for your weapon set. This is so the admins can find the weaponset easily (ge_weaponset km)
The second line in the second lot of quotations, put the title of the weaponset.
Where the numbers are, put in the weapons of your set. Number 0 is your starting weapon.
Use these codes
- Code:
// PP7
// PP7_SILENCED
// DD44
// SILVER_PP7
// GOLDEN_PP7
// CMAG
// GOLDEN_GUN
// SHOTGUN
// AUTO_SHOTGUN
// KF7
// KLOBB
// ZMG
// D5K
// D5K_SILENCED
// RCP90
// AR33
// PHANTOM
// SNIPER_RIFLE
// KNIFE_THROWING
// TIMEDMINE
// REMOTEMINE
// PROXIMITYMINE
// GRENADE
// GRENADE_LAUNCHER
// ROCKET_LAUNCHER
// MOONRAKER
// NONE ** SPAWNS NO WEAPON **
// RANDOM ** SPAWNS A RANDOM WEAPON **
Last edited by Emilia on Tue Dec 21, 2010 8:58 am; edited 1 time in total