Ok , so after testing :
vip , v.i.p and v.i.p. worked fine
and
VIP , V.I.P and V.I.P. don't work so MAJ are not working
But the other work great so i use vip classic
I'm got a other little probleme , i'm got a donation system (gmdonate) and i want to integrate the ulx addtempuserid , the original code is :
ULib.ucl.addUser( User:SteamID(), allows, denies, ( ActionData[ 1 ] or "" ) );
and i test remplacing by :
ulx.tempadduserid( User:SteamID(), ( ActionData[ 1 ] or "" ), 1235, ( ActionData[ 1 ] or "" ) ); (no error but dont work)
and
ULib.ucl.tempadduserid( User:SteamID(), ( ActionData[ 1 ] or "" ), 1235, ( ActionData[ 1 ] or "" ) ); (gmdonate/actions/ulx_usergroup.lua:7: attempt to call field 'tempadduserid' (a nil value) )
If you have an issue that will help me a lot =)