2017-09-09 22:56:28 +02:00
|
|
|
global.scenario = {}
|
2017-11-12 15:49:28 +01:00
|
|
|
global.spys = {"valansch", "air20"}
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario.variables = {}
|
|
|
|
global.scenario.variables.player_positions = {}
|
2017-12-15 17:26:47 -05:00
|
|
|
-- global.scenario.variables.player_walk_distances = {}
|
2017-10-15 06:58:24 -04:00
|
|
|
global.scenario.variables.player_deaths = {}
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario.config = {}
|
|
|
|
global.scenario.custom_functions = {}
|
|
|
|
global.scenario.config.nuke_min_time_hours = 3 --how long a player must be on the server to be allowed to use the nuke
|