diff options
Diffstat (limited to 'gamemode/server/sv_pac.lua')
| -rw-r--r-- | gamemode/server/sv_pac.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gamemode/server/sv_pac.lua b/gamemode/server/sv_pac.lua deleted file mode 100644 index fc436f4..0000000 --- a/gamemode/server/sv_pac.lua +++ /dev/null @@ -1,9 +0,0 @@ -hook.Add("PrePACConfigApply", "donators only", function(ply, outfit_data) - if not ply:IsSuperAdmin() then - return false, "give us money!" - end -end) - -hook.Add( "PrePACEditorOpen", "RestrictToSuperadmin", function( ply ) - return ply:IsSuperAdmin(), "This is accessable only to superadmins" -end ) |
