Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: 3L 0H 3L on December 07, 2008, 04:02:15 PM
-
I recently got this into my server. I have a problem. Im in the super admin group. It does it like im in the user group. How can i move myself from user to super admin.
Urestrict: http://forums.ulyssesmod.net/index.php/topic,3680.0.html
-
You will need to explain this further, because URestrict doesn't handle the players individually, it handles groups.
-
Like I myself am super admin of the server, how do i put my self in the super admin group in Urestrict
-
You don't. As stated before, URestrict doesn't handle the players, it handles the groups they're in.
-
Ok i get it. So i am already in super admin group(or supposed to be). But when i let a super admin(GROUP) be able to use dynamite, I cant use it because when i let user use dynamite, I can. Meaning im in the users group when i should be in the super admin group.
-
while in the game, type ulx who in the console, and post results here. As well, open your <server>/garrysmod/data/URestrict/Tools/dynamite.txt and show me what's in there as well.
-
(http://i201.photobucket.com/albums/aa237/MattJohn_photo/Ulxwho.jpg)
(http://i201.photobucket.com/albums/aa237/MattJohn_photo/dynamite.jpg)
Thar.
-
1) You aren't getting your lua cache files from the server in time for the messages the server sends to you to work. (do you have server download enabled? If so, do you have your client allow inbound lua?)
OR
2) The usermessages are arriving out of order/too fast for your client to get them. Gmod usermessages are notorius for this.
Jay, if it ends up being #2, research ULib (or, ULX?) method for determining a player is ready for usermessages.
(I forget exactly..ULib has a function I think)
I'm guessing it's #1 though.
-
Im using Art of War servers, so im not really sure.
If you could give me like your aim, msn, steam, so i can talk to you easier
-
2) The usermessages are arriving out of order/too fast for your client to get them. Gmod usermessages are notorius for this.
Jay, if it ends up being #2, research ULib (or, ULX?) method for determining a player is ready for usermessages.
(I forget exactly..ULib has a function I think)
- I'm sending the user message via ULib.umsgSend shouldn't ULib already determine whether or not the player is ready?
-
- I'm sending the user message via ULib.umsgSend shouldn't ULib already determine whether or not the player is ready?
Yep.
I was betting #1. The yellow shows client side. Most likely he's not getting the file cache from the server.
EDIT
Actually, Wait. No.
I just checked the code. Seems no check is made for umsgSend. It just makes easy determination of what type, not if player is ready.
Try using any one of these hooks (http://ulyssesmod.net/docs/files/lua/ULib/server/gamemode_hooks-lua.html) to determine a player is ready for user messages if you're not already.
EDIT by Megiddo: Fixed link
-
Still need help, I dont know how to figure that out with art of war servers
New to making servers work.
-
Still need help, I dont know how to figure that out with art of war servers
New to making servers work.
Server setup for downloading goes way beyond what ULX is written for. (Though we do provide some force download commands, they'll only work if your server is set up properly to allow downloads)
See http://wiki.garrysmod.com/wiki/?title=Admin#Remote_file_downloads.2Fsv_downloadurl
Whether you use fast download (sv_downloadurl) or not (sv_allowdownload 1)
You must provide a way for your users to download your server's cached lua files so they will run.
Now, that being said, Jay's Garry's code _may_ still be partially to blame if Jay's code isn't using ULib's 'is player ready for this' bits.
-
I looked on the link and it gave me another link and now it says i have to sign up and pay to use the server thing.
Any easier way or easier way to tell me
-
I looked on the link and it gave me another link and now it says i have to sign up and pay to use the server thing.
Any easier way or easier way to tell me
Art of War may allow sv_download url. check with them.
You can set up your server to download directly for lua files. They don't take that long. Fast download is really good for large maps/models.
Google "+Gmod +setup +cache +lua +download"