• Lua code changing
    1 replies, posted
Hello, I need this code editing so people rank Admin can use it? At the moment, only super admin, head admin and owner can use it. I'm using Evolve, so the groups would be evolve groups, please could someone edit the script to allow admins to use it? thanks.. print("Blocking Dupes") function GAMEMODE:CanTool(ply,tr,toolmode) print("Blocked " .. ply:Nick() .. " from using duplicator") if(toolmode == "duplicator") then return false end //If you want you can keep adding in values as you want to stop more tools //if(toolmode == "duplicator") then // return false //end return true end
Evolve already has a tool allowance per rank system built into the Ranks tab. It's in a dropbox control. Just do it ingame. No need to code.
Sorry, you need to Log In to post a reply to this thread.