Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: tzahush on November 06, 2014, 05:12:02 AM
-
hey guys.
I want to make my ulx system integreated with mysql, and i need to find the place where the groups are being set when the players connect, so u guys got any idea where that is?
-
-snip-
Read you post a with wrong
-
I believe the direct answer to your question is here;
https://github.com/Nayruden/Ulysses/blob/master/ulib/lua/ulib/server/ucl.lua#L883 (https://github.com/Nayruden/Ulysses/blob/master/ulib/lua/ulib/server/ucl.lua#L883)
Immediately after PlayerAuth, ULib sets all types of UCL access/checks/etc.
If truly designing your own, become quite familiar with ULib's documentation;
UCL (User Control List) table functions are found here http://ulyssesmod.net/docs/files/lua/ulib/server/ucl-lua.html. (http://ulyssesmod.net/docs/files/lua/ulib/server/ucl-lua.html.)
http://ulyssesmod.net/docs/ (http://ulyssesmod.net/docs/) shows the entire area of ULib functions of course.
Please, by all means, don't over-write any of our functions.
Ulib has some nice hooks that can be used if/when access changes if you wanted to add/change/pass data off to mysql.
See http://ulyssesmod.net/docs/index/Hooks.html (http://ulyssesmod.net/docs/index/Hooks.html)