ULX v3.60 -- Advanced Admin Mod -- Official GM13 Release
59 replies, posted
Map change does not screw anything up, But a gamemode change indeed does.
Here's an image of what im talking about:
[IMG]http://puu.sh/28rI4[/IMG]
At first it looks like a broken menu, but it's really just an empty menu. I'm defaulted to what seems like a user.. Except even users get commands.
From my standpoint, it seems like the server forgets about and ignores the data folder on gamemode change. If i start on either gamemode it will work fine, but it will break when changed to the other gamemode.
Oh also, it changes the name of the server to it's original install name.
The server I play on (HGRP) uses Ulx and you guys do a great job of keeping up with the updates.
..Rocket? a new fun cmd forces player to fly into the air?
[QUOTE=vman411gamer;39716898]Hey guys if you want a script for respawning/making innocent/making traitor/making detective (TTT duh) I made a post here:
[URL="http://facepunch.com/showthread.php?t=1249641"]http://facepunch.com/showthread.php?t=1249641[/URL][/QUOTE]
Do not advertise your shit in other threads, mod here please? ._.
[QUOTE=Archemyde;39716431]Doesn't seem to matter. changing from sandbox to TTT does the same thing. in this example it's two fretta based gamemodes.[/QUOTE]
Fretta based ? Fretta is broken.
[QUOTE=Archemyde;39717082]Map change does not screw anything up, But a gamemode change indeed does.
Here's an image of what im talking about:
[IMG]http://puu.sh/28rI4[/IMG]
At first it looks like a broken menu, but it's really just an empty menu. I'm defaulted to what seems like a user.. Except even users get commands.
From my standpoint, it seems like the server forgets about and ignores the data folder on gamemode change. If i start on either gamemode it will work fine, but it will break when changed to the other gamemode.
Oh also, it changes the name of the server to it's original install name.[/QUOTE]
I have same problem in my server, too.
If you find solution, plz tell me it.
and Sorry for bad English..
Hey guys is there a way to give my operators and basic admins the abitity to print damage log im new to ulx
Is there a way to implement a cool-down timer to commands, IE. ulx votekick? Or am I going to have to implement it myself?
Is there a way to allow custom groups to see people joining and leaving in console with ID? My normal admin group can but I have another group similar to moderator that can not. Do you guys know how to enable this?
I'm not sure if this is the correct place but, how do I add Colors to groups? Does anyone know? It has been requested alot on my TTT server.
You don't.
If you by color mean scoreboard colors then this isn't the place to ask.
You set teams linked to the player 'Groups' with those teams you can set settings like Color, Health, weapons, speeds, heights, and many other misc settings. You can set maxhealth/spawnhealth. Anyways, you just need to go to the permissions editor, open the teams instead of permissions button, and setup teams with colors and names. Order them in the list accordingly (If hte scoreboard is SUI scoreboard) it will color them and arrange them according to that list you have.
Does that answer your question?
Yes! Thanks, I'm going to try it out ^^
I don't know about this. What would be a recommended voting system add-on to work with ULX? and would I have to install the add-on inside the ULX folder or just the normal add-ons ?
You should get one independent from ULX such as
[url=http://coderhire.com/scripts/view/11]KMapVote[/url] or [url=http://steamcommunity.com/sharedfiles/filedetails/?id=151583504]Fretta Like Voting[/url]. These are two examples, there are more of course.
[QUOTE=LJHGreenbolt;44818102]I don't know about this. What would be a recommended voting system add-on to work with ULX? and would I have to install the add-on inside the ULX folder or just the normal add-ons ?[/QUOTE]
Don't worry buddy, only a 9 month post bump.
[QUOTE=GmodLUA;44858052]Don't worry buddy, only a 9 month post bump.[/QUOTE]
Better to bump this, then start a new thread about ULX, which is this thread.
For using the voting system the votekick/ban/gag/mute/slay etc. They have to be over majority, say you have 10 people playing on the sever and a vote is called to kick one player (lets say afk) 6 players vote yes and the remaining players don't vote (cause they're stupid). The player will not be kicked because it needs over majority. how do i change it so that the vote system works with majority so that it only takes 5 players for the vote to be successful. I plan on having this for a (higher) rank while another (lower) rank keeps the over majority vote system.
Sorry this was posted so late.
[QUOTE=Monster_Cat;47197832]For using the voting system the votekick/ban/gag/mute/slay etc. They have to be over majority, say you have 10 people playing on the sever and a vote is called to kick one player (lets say afk) 6 players vote yes and the remaining players don't vote (cause they're stupid). The player will not be kicked because it needs over majority. how do i change it so that the vote system works with majority so that it only takes 5 players for the vote to be successful. I plan on having this for a (higher) rank while another (lower) rank keeps the over majority vote system.
Sorry this was posted so late.[/QUOTE]
There's an option in the XGUI to change the required percentage from the default 66%
[QUOTE=Baron von Hax;47198067]There's an option in the XGUI to change the required percentage from the default 66%[/QUOTE]
where can i find this... is this in user management?
[QUOTE=Monster_Cat;47198084]where can i find this... is this in user management?[/QUOTE]
[IMG]http://i.imgur.com/x30h3Oy.png[/IMG]
Click on the underlined tabs and you'll find your way there
[QUOTE=Baron von Hax;47198485][IMG]http://i.imgur.com/x30h3Oy.png[/IMG]
Click on the underlined tabs and you'll find your way there[/QUOTE]
THANK YOU SO MUCH!! I LOVE YOU! AND DOO DOO DOOO DOOO DOO DOOOO
[editline]23rd February 2015[/editline]
[QUOTE=Baron von Hax;47198485][IMG]http://i.imgur.com/x30h3Oy.png[/IMG]
Click on the underlined tabs and you'll find your way there[/QUOTE]
one more thing can you make the ratios different for different groups like 50% for admin and default 66% mods?
[QUOTE=Monster_Cat;47199352]THANK YOU SO MUCH!! I LOVE YOU! AND DOO DOO DOOO DOOO DOO DOOOO
[editline]23rd February 2015[/editline]
one more thing can you make the ratios different for different groups like 50% for admin and default 66% mods?[/QUOTE]
Try replacing the contents of addons\ulx\lua\ulx\modules\sh\vote.lua with this [url]http://pastebin.com/ZnRBGuNQ[/url] . Can't promise it'll work but I tried :P
Just added in this at the top:
[lua]if target_ply:IsAdmin() then
local datvoteratio = "0.5"
else
local datvoteratio = "0.66"
end[/lua]
and replaced the ratios for votekick and voteban with datvoteratio.
[QUOTE=Baron von Hax;47199511]Try replacing the contents of addons\ulx\lua\ulx\modules\sh\vote.lua with this [url]http://pastebin.com/ZnRBGuNQ[/url] . Can't promise it'll work but I tried :P
Just added in this at the top:
[lua]if target_ply:IsAdmin() then
local datvoteratio = "0.5"
else
local datvoteratio = "0.66"
end[/lua]
and replaced the ratios for votekick and voteban with datvoteratio.[/QUOTE]
OKAY THANK YOU!
I need some assistance.
Running ulx v3,62 ulib 2.52
I have "member" able to voteban for minimum 1 minute/maximum 10 minutes with a white listed list of reasons. They also can't target groups who inherit from them so they can voteban users in the group or those below.
Votebans get voted, voted users get kicked (banned), it tells them the length, etc. But they can join back immediately.
I just tried it myself and had users vote yes. I approved it and was kicked but I was able to join back immediately. Users have complained that non-members get votebanned but they also are able to join back again.
Any ideas?
[QUOTE=allofmywut;47227272]I need some assistance.
Running ulx v3,62 ulib 2.52
I have "member" able to voteban for minimum 1 minute/maximum 10 minutes with a white listed list of reasons. They also can't target groups who inherit from them so they can voteban users in the group or those below.
Votebans get voted, voted users get kicked (banned), it tells them the length, etc. But they can join back immediately.
I just tried it myself and had users vote yes. I approved it and was kicked but I was able to join back immediately. Users have complained that non-members get votebanned but they also are able to join back again.
Any ideas?[/QUOTE]
[url]http://forums.ulyssesmod.net/index.php[/url]
People there will be a lot more helpful than here :P
Hey I kinda mucked up the ulx groups on my server please help me is there someway to reset the groups to default?
Depending on how the stuff is stored you always just delete the group data and ULX should automatically create a other one with default stuff.
[QUOTE=GmodIsFun;47814967]Hey I kinda mucked up the ulx groups on my server please help me is there someway to reset the groups to default?[/QUOTE]
There's a "ulx resettodefaults" command you can run on your SERVER console that should clear everything, but yes, you can just delete all the files in /data/ulib and /data/ulx as well.
Hey, I have a small issue regarding uTime. I can't seem to find out how I disable the addon when people are in spectator. It's a large issue on my server that people are sitting in spectator just farming time, just to have more time spent on the server. If someone could help and tell me how I change this so uTime does not count time spent when people are in spectator only mode
[QUOTE=Elcaprio;48531574]Hey, I have a small issue regarding uTime. I can't seem to find out how I disable the addon when people are in spectator. It's a large issue on my server that people are sitting in spectator just farming time, just to have more time spent on the server. If someone could help and tell me how I change this so uTime does not count time spent when people are in spectator only mode[/QUOTE]
This is for ULX, not UTime.
[URL="http://forums.ulyssesmod.net/index.php/topic,3039.0.html"]This is for UTime[/URL]
Sorry, you need to Log In to post a reply to this thread.