2017-09-09 22:56:28 +02:00
|
|
|
global.scenario = {}
|
2017-11-12 16:49:28 +02:00
|
|
|
global.spys = {"valansch", "air20"}
|
2017-09-09 22:56:28 +02:00
|
|
|
global.scenario.variables = {}
|
|
|
|
global.scenario.variables.player_positions = {}
|
2017-12-16 00:26:47 +02:00
|
|
|
-- global.scenario.variables.player_walk_distances = {}
|
2017-10-15 12:58:24 +02: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
|