• Print

Author Topic: ULX Help Saaki  (Read 4140 times)

0 Members and 1 Guest are viewing this topic.

Offline JIJ

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
ULX Help Saaki
« on: July 23, 2015, 03:13:51 am »
So hey guys its saaki and im having troubles with this ulx user thing see i have my targets right etc but i cant seem to fix the pick up of highers how to i fix that?

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Help Saaki
« Reply #1 on: July 23, 2015, 02:16:13 pm »
What gamemode is it?
Once you get to know me, you'll find you'll have never met me at all.

Offline JIJ

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: ULX Help Saaki
« Reply #2 on: July 31, 2015, 04:56:18 am »
Darkrp i need it quickly its Pheonix Gaming

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Help Saaki
« Reply #3 on: July 31, 2015, 11:42:55 pm »
FAdmin is most likely your culprit.

Assuming you have the modification folder in your addons for DarkRP, to disable FAdmin, go to
darkrpmodification/lua/darkrp_config/disabled_defaults.lua
and change Line 35 to true

This is a blank darkrp changed to your requirement:

Code: Lua
  1. DarkRP.disabledDefaults["modules"] = {
  2.         ["afk"]              = false,
  3.         ["chatsounds"]       = false,
  4.         ["events"]           = false,
  5.         ["fpp"]              = false,
  6.         ["f1menu"]           = false,
  7.         ["f4menu"]           = false,
  8.         ["hitmenu"]          = false,
  9.         ["hud"]              = false,
  10.         ["hungermod"]        = true,
  11.         ["playerscale"]      = false,
  12.         ["sleep"]            = false,
  13.         ["fadmin"]           = true, -- Line 35
  14. }

Once you get to know me, you'll find you'll have never met me at all.

  • Print