• Pocket Blacklist
    0 replies, posted
Hello, I've searched for numerous hours trying to find information on this but to no avail. Currently people can pocket keypads and use them to crash the server. I've tried adding it to the GM.Config.PocketBlacklist but only to fail. I have added multiple different instances of the keypad I could think of but nothing, not even an error. (This is in the garrysmod/addons/darkrpmodification/lua/darkrp_config/settings.lua file) I am also quite inexperienced with lua so if you would please explain it thoroughly, thanks in advance! GM.Config.PocketBlacklist = { ["fadmin_jail"] = true,     ["meteor"] = true,     ["door"] = true,     ["func_"] = true,     ["player"] = true,     ["beam"] = true,     ["worldspawn"] = true,     ["env_"] = true,     ["path_"] = true,     ["prop_physics"] = true,     ["money_printer"] = true,     ["gunlab"] = true,     ["prop_dynamic"] = true,     ["prop_vehicle_prisoner_pod"] = true,     ["keypad_wire"] = true,     ["gmod_button"] = true,     ["gmod_rtcameraprop"] = true,     ["gmod_cameraprop"] = true,     ["gmod_dynamite"] = true,     ["gmod_thruster"] = true,     ["gmod_light"] = true,     ["gmod_lamp"] = true,     ["gmod_emitter"] = true,     ["Keypad"] = true,     ["sent_keypad"] = true,     ["keypad_willox"] = true,     ["props_lab"] = true,     ["gmod_keypad"] = true, }
Sorry, you need to Log In to post a reply to this thread.