Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Alexandre Nalikase on June 08, 2016, 08:36:32 AM

Title: Group no perm
Post 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:
Code: [Select]
<insert errors here>

My Group ex : ulx adduser spec V.I.P
restart my serv and all people is user
Title: Re: Group no perm
Post by: OpticPotatOS on June 08, 2016, 08:39:27 AM
Maybe important piece of info: what's are you trying to do? And what's wrong?
Title: Re: Group no perm
Post by: Alexandre Nalikase on June 08, 2016, 08:43:36 AM

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
Title: Re: Group no perm
Post by: OpticPotatOS on June 08, 2016, 09:17:32 AM
I know next to nothing about darkRP, but I'm pretty sure ULX groups don't affect darkRP jobs in any way.
Title: Re: Group no perm
Post by: roastchicken on June 08, 2016, 11:19:53 AM
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?
Title: Re: Group no perm
Post by: Alexandre Nalikase on June 08, 2016, 11:27:13 AM
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
Title: Re: Group no perm
Post by: Alexandre Nalikase on June 08, 2016, 12:24:51 PM
ulx not writing on user.txt
Title: Re: Group no perm
Post by: roastchicken on June 08, 2016, 09:58:36 PM
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
Title: Re: Group no perm
Post by: Avoid on June 09, 2016, 03:31:42 AM
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
Title: Re: Group no perm
Post by: Alexandre Nalikase on June 09, 2016, 07:29:39 AM
Thank you for your help I just put my owner user in the data folder