wp editor

This commit is contained in:
Your Name
2020-08-28 13:59:27 -06:00
parent 4d7a383de2
commit bf86fb99f2
3 changed files with 37 additions and 27 deletions

View File

@ -8,6 +8,12 @@
*/
init()
{
if(getDvar("bots_main_debug") == "")
setDvar("bots_main_debug", 0);
if(getDVarint("bots_main_debug"))
return;
load_waypoints();
thread hook_callbacks();