--[[ HEY 'LISTEN UP' This config is very fragile if you fuck up one line you will break that line and the line below. Meaning the config will return nils. You would then message me saying it doesn't work when infact it does. You just fucked up a line. Thats it for the 'Buyer beware'. --]] AddConfig("FKey", KEY_F7) // The key to open the menu. List of keys can be found here. http://wiki.garrysmod.com/page/Enums/KEY AddConfig("Admin", true) // Can ulx admins give/take etc. AddConfig("Groups", false) // Whether you only want certain ulx groups to access this addon. AddConfig("AllowedGroups", {"donater", "vip", "admin", "superadmin"}) // If Groups is true this config will decide who can access this addon. AddConfig("GoodKill", 1) // How much tokens the player will get for killing the correct player. AddConfig("BadKill", 2) // How much tokens the player will ge taken for killing the incorrect player.