Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Alexandre Nalikase on June 08, 2016, 08:36:32 AM
-
My ULib/ULX versions (run "ulx version" in console):
ULib v2.61
ULX v3.71
Game mode(s) I am having this problem on: darkrp
Lua errors shown in console, if any:
<insert errors here>
My Group ex : ulx adduser spec V.I.P
restart my serv and all people is user
-
Maybe important piece of info: what's are you trying to do? And what's wrong?
-
on my server there are ulx group that allows for job : CWU 05 /01 supervisor / 05 anticit but every time I restart, and no one has its wl everyone become user
-
I know next to nothing about darkRP, but I'm pretty sure ULX groups don't affect darkRP jobs in any way.
-
I know next to nothing about darkRP, but I'm pretty sure ULX groups don't affect darkRP jobs in any way.
You can set a customcheck for the DarkRP jobs to only allow certain groups to become that job.
Alexandre, could you run ulx debuginfo in your console and paste the results here or in a pastebin?
-
thanks for reply
Custom Check :
customCheck= function(ply) return string.find(ply:GetUserGroup() , "V.I.P") or string.find(ply:GetUserGroup() , "Owner") or ply:IsAdmin() end,
Debug i not work
-
ulx not writing on user.txt
-
What do you mean "Debug i not work"?
It looks like I was mistaken in how the command works - run ulx debuginfo in console and then copy the contents of garrysmod/data/ulx/debugdump.txt
-
ulx not writing on user.txt
Have a look at your file permissions, make sure your user, which is running srcds has write permissions to the data folder.
Mind also posting/uploading your users.txt file, maybe it is corrupted?
Cheers
-
Thank you for your help I just put my owner user in the data folder