• spawn menu
    2 replies, posted
how to do the spawn menu only for admin and super admin? sorry for my bad inglish.
Line 19 onwards to 25 in gamemodes/sandox/cl_spawnmenu.lua Make an if LocalPlayer():IsAdmin() then return true else return false end Do the same for Context menu, Line 31 to 37 in same file.
big thanks
Sorry, you need to Log In to post a reply to this thread.