Search found 25 matches

by TheLastPenguin
Tue Aug 28, 2012 5:51 pm
Forum: Garrysmod
Topic: Will the fastdl's combine?
Replies: 5
Views: 2633

Re: Will the fastdl's combine?

Seperate domains arnt needed at all. The cache file name is a 30 digit long random string... It's more likely that the sun explodes tomorrow than two cache files have the same name. USING THE SAME FOLDER IS ACTUALLY GOOD! By using the same folder if you have overlapping content on your servers you w...
by TheLastPenguin
Tue Aug 28, 2012 5:46 pm
Forum: Garrysmod
Topic: Ulx problems
Replies: 2
Views: 1080

Re: Ulx problems

I believe names with ; in them mess up garrysmod commands since its used as a separator in concommands when a script runs two concommands with one call to LocalPlayer():ConCommand() It's also possible you have an Addon that's interfering with the chat system and modifying what you say. This is usual...
by TheLastPenguin
Tue Aug 28, 2012 5:39 pm
Forum: Garrysmod
Topic: Prop blacklist
Replies: 4
Views: 7735

Re: Prop blacklist

One more comment sorry for double post, but make sure you use SVN version since it also has tool restriction built into it. Stay away for the one on garrysmod.org which is outdated.
by TheLastPenguin
Tue Aug 28, 2012 5:38 pm
Forum: Garrysmod
Topic: garry'd mod admin mod help
Replies: 2
Views: 1471

Re: garry'd mod admin mod help

ULX and evolve are two of my favorite mods. I would probably blame the errors on an outdated version or improper setup. If you could give more info about what exactly happens to result in a gamemode change I may be able to help you.
by TheLastPenguin
Tue Aug 28, 2012 4:57 pm
Forum: Garrysmod
Topic: Prop blacklist
Replies: 4
Views: 7735

Re: Prop blacklist

Download falco prop protection SVN if it's not working in your DarkRP. If it is go to the facepunch thread for it and learn how to use it! Hope this helps.

http://code.google.com/p/falcospropprot ... e/checkout
http://facepunch.com/showthread.php?t=786522
by TheLastPenguin
Tue Aug 28, 2012 4:53 pm
Forum: Garrysmod
Topic: sv_loadingurl Not working
Replies: 2
Views: 1611

Re: sv_loadingurl Not working

I believe it is broken on all gmod servers right now. I think garry just isn't fixing it since gmod 13 comes out so soon.
by TheLastPenguin
Tue Aug 28, 2012 4:52 pm
Forum: Garrysmod
Topic: Favorite Anti Cheat?
Replies: 5
Views: 2411

Re: Favorite Anti Cheat?

There are a few anti cheers but most will break Addons, glitch and ban everyone, or are just bipassed within days of updates. Unless you have the knoladge to code your own anti cheat there arnt any good ones out there that I know of.
Sources:
3 hours of searching.
by TheLastPenguin
Tue Aug 28, 2012 4:49 pm
Forum: Garrysmod
Topic: Adv Dupe ulogging and CSS blocking
Replies: 3
Views: 1252

Re: Adv Dupe ulogging and CSS blocking

You can try making all weapons restricted but I advise a hook to do it. I don't have any source code on hand right now but when I'm on my computer later I can send you a script to fix this issue. As for adv dupe, if you have the most recent version of it I believe there is a Convar to disable file u...
by TheLastPenguin
Tue Aug 28, 2012 4:46 pm
Forum: Garrysmod
Topic: Forcing a client to download a map
Replies: 10
Views: 2968

Re: Forcing a client to download a map

There is a file size limit on gmod downloads. If a file exceeds the limit it's skipped. There's a Convar for it net_maxdownload or something. It's in kb I think. I'd set it to arround 128000
by TheLastPenguin
Tue Aug 28, 2012 4:40 pm
Forum: Garrysmod
Topic: A strange occurance on my server (semi-important)
Replies: 4
Views: 1801

Re: A strange occurance on my server (semi-important)

1) Kropp's fix won't even work if it's added to the auto exec.cfg 2) it should go in Lua/autorun/server/pprenderblock.lua ( you must make the directory ) 3) I'm pretty sure it's not the cause of the problem. I have heard of a turret effect glitch that causes something like what you described. That m...