Author Topic: FAdmin being silly  (Read 1862 times)

0 Members and 1 Guest are viewing this topic.

Offline sabo

  • Full Member
  • ***
  • Posts: 136
  • Karma: 2
  • Hello :)
    • The Elite Gaming
FAdmin being silly
« on: January 08, 2014, 09:37:49 AM »
Hello Ulysses!

I have recently got DarkRP 2.5.0

I use ULX for over a year now and I really love it.

I disliked the way ULX does a couple things (bans/users database being a txt file :'(   ) so I asked a friend to code me a module to change to MySQL.

Works perfectly fine for me on TTT, bans are global, users are individual for each server, fair enough so far.


BUT

some mastermind thought how much of a brilliant idea it would be to put an admin mod in a gamemode which always runs in the background no matter if you disable it or not.


So lets stop with the story telling and come to the important part, the help scream:

Currently I have disabled FAdmin with this code:
Code: [Select]
timer.Simple(0, function()
        FAdmin.GlobalSetting.FAdmin = false
        if CLIENT then
                usermessage.Hook("FAdmin_GlobalSetting", function() end)
        end
end)
The file is located in: ...\garrysmod\addons\DarkRP_modif\lua\darkrp_modules\FAdminDisable\sh_removeFAdmin.lua

I thought that would be it, FAdmin would be disabled, yet I have to say I am not surprised that I was wrong lol.

People are getting demoted on RP, Admins can lift everyone (including superadmin) with the physgun even ULX should force the opposite....

I wanted to know if there is another way to disable/destroy FAdmin, I do not want that piece of cake on my server, not even the tiniest bit, but in the other hand I want a working RP gamemode...

Is there a way to disable all the commands, all the permissions, all the groups - pretty much EVERYTHING that has to do with administration without destroying DarkRP?



Thanks for reading :)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: FAdmin being silly
« Reply #1 on: January 09, 2014, 07:26:13 PM »
I'm sorry, but I don't have enough knowledge of DarkRP to answer your questions... :(
Experiencing God's grace one day at a time.

Offline sabo

  • Full Member
  • ***
  • Posts: 136
  • Karma: 2
  • Hello :)
    • The Elite Gaming
Re: FAdmin being silly
« Reply #2 on: January 10, 2014, 03:27:24 PM »
God dang it :(

Someone really has to burn FAdmin down lol.

Thanks anyways :)