big refactor to isolate functionality. adds milsim_fnc_log.
This commit is contained in:
@@ -73,14 +73,31 @@ class milsim
|
||||
class util
|
||||
{
|
||||
class getPlayerLogString {};
|
||||
class addPlayerInfoToArray {};
|
||||
class log {};
|
||||
};
|
||||
};
|
||||
|
||||
class milsim_respawn {
|
||||
class functions {
|
||||
file = "functions\respawn";
|
||||
class init { postInit = 1; };
|
||||
class showReinsertQueueNotification {};
|
||||
file = "functions\reinsert";
|
||||
class getBaseName {};
|
||||
class getNearestBase {};
|
||||
};
|
||||
class server {
|
||||
file = "functions\reinsert\server";
|
||||
class initServer { postInit = 1; };
|
||||
class addToQueue {};
|
||||
class globalShowQueue {};
|
||||
class removeFromQueue {};
|
||||
class returnReinsertQueueNotification {};
|
||||
class validateQueue {};
|
||||
};
|
||||
class client {
|
||||
file = "functions\reinsert\client";
|
||||
class initClient { postInit = 1; };
|
||||
class addAceSelfActions {};
|
||||
class addCheckQueueSelfAction {};
|
||||
class requestShowQueue {};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user