Advertisement
Guest User

test

a guest
Feb 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. hook.Add("VC_CanEditAdminSettings", "VC_CanEditAdminSettings", function(ply) return ply:SteamID() == "STEAM_0:0:9853244"
  2. print("Player :"..ply:Nick().." is was not allowed to edit administrator settings.")
  3. if function(ply) return ply:SteamID() == "STEAM_0:0:9853244" then
  4. print("Player was allowed to edit the settings, stopping.")
  5. else
  6. print("Player was already being denied access. Meh, stopping anyway.")
  7. end
  8. local can = false
  9. return can
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement