mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 07:37:56 -05:00
Reset weapon locker stored weapon done correctly
Re-enabled bank (stored points resets each game)
This commit is contained in:
15
scripts/zm/replaced/_zm_weapon_locker.gsc
Normal file
15
scripts/zm/replaced/_zm_weapon_locker.gsc
Normal file
@ -0,0 +1,15 @@
|
||||
#include maps\mp\_utility;
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
#include maps/mp/zombies/_zm_weapon_locker;
|
||||
|
||||
main()
|
||||
{
|
||||
if ( !isDefined( level.weapon_locker_map ) )
|
||||
{
|
||||
level.weapon_locker_map = level.script;
|
||||
}
|
||||
level.weapon_locker_online = 0;
|
||||
weapon_lockers = getstructarray( "weapons_locker", "targetname" );
|
||||
array_thread( weapon_lockers, ::triggerweaponslockerwatch );
|
||||
}
|
Reference in New Issue
Block a user