You need to make a .bat file with the console line in it refer to garrymod wiki for support on this topic.
[url]http://www.garrysmod.com/wiki/?title=Admin#Dedicated_Servers[/url]
[b]Edit:[/b]
I do believe its under rcon
No. server.cfg
But the link given will help you, as it gives many variables.
Find your server.cfg, and you'll find the basics
Please stop derailing the thread. This isn't 'how do I administrate a server?'
Use Google. Use Source developer wiki.
ok, ok, don't go berserk on us, how about this? How do I edit what each team gets in the form of guns, speed, health, armor, ammo (most important), and how do I disable the use of some addons for some teams? As in, make the Adv Dupe unavailable to normal users, but available to admins and superadmins?
EDIT: New question, how do I open the damn cfg files? Cause they don't work in gvim (an advanced code editor, hell of a lot more useful than notepad.)
You need to find the UTeam addon forum thread and read its instructions and readme.txt. Alot of your questions are answered there. If you can't find it using forum search here, try the releases section of forums.ulyssesmod.net
The cfg files are plain text. If gvim can open text files, they should be able to open.
This is great looking scoreboard! Thank you for releasing this and letting us all use it.
If anyone else hates it when people rate you "gay" or "naughty" on your own server, add this in "rating.lua" immediately before "Target.RatingTimers[ RaterID ] = CurTime()":
[lua] // Admins don't like gay and naughty ratings so we will just block them
if ( ( Target:IsSuperAdmin() || Target:IsAdmin() ) && ( GetRatingName(RatingID) == "gay" || GetRatingName(RatingID) == "naughty") ) then
Rater:ChatPrint( "Nice try. ".. Target:Nick() .." is an admin and admins don't like '" .. GetRatingName(RatingID) .. "' ratings.\n" );
Target:ChatPrint( Rater:Nick() .. " tried to give you a '" .. GetRatingName(RatingID) .. "' rating.\n" );
return
end[/lua]
can you put in a command that you can use to disable the scoreboard, Useful for gamemodes with custom scoreboards
I love this scoreboard, but I'm hosting a building server and I don't care about the kills, death, or the kill/death ratio. Is there someway I could remove that column? Please help, thank you.
Is the glitch with it over lapping and freezing with custom gamemodes going to be fixed?
[QUOTE=zzzzac1]Is the glitch with it over lapping and freezing with custom gamemodes going to be fixed?[/QUOTE]
I am not having this problem, maybe you are not using sandbox.
[QUOTE=kevkev]I am not having this problem, maybe you are not using sandbox.[/QUOTE]
Yes, for games such as ZS it will do the glitch.
Hey there! I have seen this scoreboard lots of times on a lot of servers but recently i uploaded it onto my server. The scoreboard has quite obviously changed from the normal one, But it says that everyone is "un-assigned" How can I get it to work like it does in all of your screen shots?
[QUOTE=-Tom-]Hey there! I have seen this scoreboard lots of times on a lot of servers but recently i uploaded it onto my server. The scoreboard has quite obviously changed from the normal one, But it says that everyone is "un-assigned" How can I get it to work like it does in all of your screen shots?[/QUOTE]
You need to assign people into teams. If you're running ULib (ULX), try UTeam.
Meg, are you going to fix the problem with the ratings not showing by the name?
Stylish? It is way uglier then the default one! Also, the fact that it only works with the shitty ULX mod is a big :sigh:
Bit of a bump, sorry.
I love the scoreboard and it runs great with UTeam, but one bug is seriously annoying me and I can't seem to find a fix. It is the bug that if you are playing a gamemode with its own custom scoreboard, it fucks up and freezes on your screen. As far as I know, the only fix is to totally delete this scoreboard, but I don't want to do that :( Help please!
Sorry but I don't think megiddo supports this anymore.
Ok thanks anyway. If anyone is having similar problems, just pm me, as I have a temporary solution.
Is there any way to disable this showing up in gamemodes other than Sandbox?
[url]http://www.garrysmod.org/downloads/?a=view&id=66617[/url]
Done.
EDIT: Fixed minor error.
Thanks! What did you change?
[b]Edit:[/b] This is a minor bug (a nothing, really), but this Lua error is given when opening the scoreboard:
ERROR: GAMEMODE:'ScoreboardShow' Failed: sandbox\gamemode\cl_scoreboard.lua:37: attempt to index upvalue 'pScoreBoard' (a nil value)
I can't begin to tell you how sexy that looks.
Telling everyone I know to put this on their server XD
Sorry about that, fixed.
[url]http://www.garrysmod.org/downloads/?a=view&id=66617[/url]
Can you fix the title??? The title can take time before appear in the scoreboard
Can you fix the vote buttons??? When you vote, the vote dont appear for the another player. And when you vote, the last vote icon dont appear behind the name. And when you restart the server, all the vote are not saved
And we can get 2 yellow error when someone leaving the server.... sorry i dont have the error message
Thx very much
ps: sorry for my english.... im now very tired
up
How exactly do users fill in things like that AIM and MSN details?
[QUOTE=killer911pt;14846579]How exactly do users fill in things like that AIM and MSN details?[/QUOTE]
cl_aim "lolinator"
cl_msn "asd@asd.asd"
cl_website "http://facepunch.com"
sui_scoreboard only works for sandbox and spacebuild, and if ur in a zombie gamemode, it wont work, they have their own scoreboard
[QUOTE=BomBom;6565394]is anyone gonna fix this problem ?[/QUOTE]
Dude Useing Uteam you should try adding your Gamemode to the Uteam files it olny comes with Sandbox and Spacebuild
will this work for dark rp?
Sorry, you need to Log In to post a reply to this thread.