Maxdace66

[LUA] FAdmin

Apr 9th, 2020
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if FAdmin then
  2. local function no(ply) end
  3. FAdmin.Commands.AddCommand(\"kick\", no)
  4. FAdmin.Commands.AddCommand(\"ban\", no)
  5. FAdmin.Commands.AddCommand(\"jail\", no)
  6. FAdmin.Commands.AddCommand(\"UnJail\", no)
  7. FAdmin.Commands.AddCommand(\"ClearDecals\", no)
  8. FAdmin.Commands.AddCommand(\"StopSounds\", no)
  9. FAdmin.Commands.AddCommand(\"CleanUp\", no)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment