Seem to be getting this error whenever someone joins – https://gyazo.com/7baf624eee3caed5d8cb0603620f4977
Is your FX Server up to date?
Yep, I even freshly installed it. Still get the error
Please DM me your server.lua, thanks
The menu is very nice but how would I change the front? because it was very hard to read (Requested form player).
To change the font follow this step to step tut.
- Open the
GUI.lua
- Search for this line:
GUI.titleText = {255, 255, 255, 255, 1}
(Should be at line 6) - Change the
one (1)
at the end to afour (4)
- Now search for this line:
GUI.optionText = {255, 255, 255, 255, 1}
(Should be at line 8) - Change the
one (1)
at the end to afour (4)
- Save the file
- Restart the Resource or the Server
- Profit!
I love this!, this is like going back to the gta online modding days, just so much silly stuff!
GJ dude!
(Ik im a bit late)
Permission Denied to download?
Thanks Flatracer for putting out this trainer, really excited to try it on my server when I get home.
That is what I was aiming for
That shouldn’t happen, is this error still occouring or can you download it now?
You’re welcome
No, it’s fixed now. Thank you
Is there any way I can get this to work with essentialmode groups? I want all my admins to be able to access the admin menu without having to add their steam hexes/IPs.
I will take a look into this.
Awesome! I’ve been trying to do this but it’s been pretty tricky.
This is what I’ve got so far:
AddEventHandler("ID", function() --Grants Access To The Menu
TriggerEvent('es:getPlayerFromId', source, function(user)
local user = exports.essentialmode:getUser()
if user.getGroup() == "NetworkOwner" then
print("Access to CHEM!CAL T0Ж!N granted!")
TriggerClientEvent("AdminActivation", source, 1)
else
TriggerClientEvent("AdminActivation", source, 0)
end
end)
end)
I will contact you about testing, because I’m not using ESMode.
@murfasa
Here it is: FMODT [v2.0.1] [ESMode].rar (532.9 KB)
VirusTotal Scan: Click Here
Please test it out and give me some feedback
Works like a charm HORRAY!!! lol i was in the process of modifying the script myself saved me a ton of work!!!
Awesome, I’ll test it out ASAP. Thank you.
ok after further testing there are errors multiple ppl join the server it doesnt parse them properly nor enable the menu if the person is an admin. This is true if you disconnect and reconnect as well.
Are there any errors in the Rcon Log or in the InGame Debug Console(F8)