Search found 17 matches

by GlenAnderson
Tue Apr 21, 2015 10:03 am
Forum: Garrysmod
Topic: Need help on hosting my Gmod server.
Replies: 1
Views: 976

Re: Need help on hosting my Gmod server.

Vertigo wrote:hello. i was wondering if anyone can help me on my Gmod server like code a few things for me also so me some little basic stuff. i will pay ££$$ if anyone helps me. please add my skype (xxdalegxx)
Try ScriptFodder.com for dev jobs.
by GlenAnderson
Mon Apr 20, 2015 10:24 pm
Forum: Garrysmod
Topic: Spacebuild 3 Enhancement Pack
Replies: 2
Views: 1167

Re: Spacebuild 3 Enhancement Pack

Servers have a hard limit of 64mb, and cannot download any more than this, so your going to have to extract the workshop file and upload it yourself through your FTP. Make sure to use http://www.treesoft.dk/gmod/gmad/ GMAD extractor to accomplish this. Your Workshop .gma files to extract will be in...
by GlenAnderson
Mon Apr 20, 2015 10:10 pm
Forum: Garrysmod
Topic: how do a tab to my motd?
Replies: 2
Views: 1257

Re: how do a tab to my motd?

Try the code here in garrysmod\addons\ulx\lua\ulx\modules\cl\motdmenu.lua. https://pastebin.com/NvZVA2mt ulx.motdmenu_exists = true local isUrl local url function ulx.showMotdMenu() local url1 = "http://thepubliccommunity.com/rules" local url2 = "http://thepubliccommunity.com/forum&qu...
by GlenAnderson
Mon Apr 20, 2015 10:06 pm
Forum: CS:GO
Topic: CS:GO Jailbreak
Replies: 2
Views: 1220

Re: CS:GO Jailbreak

Need help setting up a jailbreak server. Like, Alot of help. Prefferably a whole run down of what to do with it. I rented a server and was going to do 5v5 comp but thought of JB from GMOD and looked it up, its such a good idea. But I have no idea what addons and maps I need. Pls help me asap. Watch...
by GlenAnderson
Mon Apr 20, 2015 10:06 pm
Forum: General
Topic: test a speed test that uses NFO pops
Replies: 6
Views: 2378

Re: test a speed test that uses NFO pops

First - nfo is awesome anyone kicking tires should jump in. I don't easily say that. second I guess many of you guys have pretty fast broadband connections and are sort of interested in all things speed and latency. If so perhaps you can test out a speed test I'm working on, so I can plug any cover...
by GlenAnderson
Mon Apr 20, 2015 10:04 pm
Forum: Garrysmod
Topic: New server Set-up
Replies: 2
Views: 1137

Re: New server Set-up

Hello I am completely new to this and am in need of a lot of assistance. And I could only assume getting someone that is knowledgeable is faster then going back and forth with the support emails. So to get right to it. I have no idea what I am doing as far as this set up is concerned. Like at all. ...
by GlenAnderson
Mon Apr 20, 2015 10:03 pm
Forum: Garrysmod
Topic: G-Mod Server Error SQL?
Replies: 1
Views: 924

Re: G-Mod Server Error SQL?

I try to connect to my server, and I get this error. (The server can't load essential data! If you can, contact an admin to make him identify the issue: Missing SQLite tables (gmod_admins and gmod_bans) on No MySQL setup! (Use the correct sv.db or SQL queries)) How to fix m8? Try installing mysqlOO...
by GlenAnderson
Mon Apr 20, 2015 10:02 pm
Forum: Garrysmod
Topic: Lua auto refresh not working
Replies: 2
Views: 3234

Re: Lua auto refresh not working

Have you had this functioning before or is this a new addon? Lua refresh doesn't work on 2.6.0 unless you enable dev mode by adding #NoSimplerr# to the top of the file that you want to refresh. This prevents the new Simplerr error engine from taking effect, meaning that you won't get a human-readab...
by GlenAnderson
Mon Apr 20, 2015 10:01 pm
Forum: Garrysmod
Topic: Workshop content difficulties
Replies: 3
Views: 1452

Re: Workshop content difficulties

I'm not seeing any of the content that I've added to my collection on the server, namely the maps. Maps need to be mounted to the server via their .bsp file. Try http://www.treesoft.dk/gmod/gmad/ GMAD extractor to extract the Workshop map you want found in steamapps\common\GarrysMod\garrysmod\addon...
by GlenAnderson
Mon Apr 20, 2015 9:58 pm
Forum: Garrysmod
Topic: List of Addons/Help
Replies: 2
Views: 1499

Re: List of Addons/Help

Recently started my server, and I'm having issues with a few of these addons I want to do. - New scoreboard that shows the Murder Bystander names. - Adding Double Jump and various hats to the pointshop - Adding Models (I can't seem to get ANY of them to work) - Switching the Murderer's knife for a ...
by GlenAnderson
Mon Apr 20, 2015 9:55 pm
Forum: Garrysmod
Topic: Block spawning objects w/ toolgun
Replies: 0
Views: 762

Block spawning objects w/ toolgun

Is there a cvar I can place in cfg/server.cfg to disable spawning objects
with the toolgun? This is possibly a strange question to ask, but I swear
there was a cvar before and I may have forgotten it.
by GlenAnderson
Fri Feb 13, 2015 6:10 pm
Forum: Garrysmod
Topic: Sandbox Hud? Please help!
Replies: 1
Views: 850

Re: Sandbox Hud? Please help!

I would recommend against using a DarkRP hud on a Sandbox server... :)
by GlenAnderson
Fri Feb 13, 2015 6:06 pm
Forum: Garrysmod
Topic: DarkRP Support with "failed to load data"
Replies: 7
Views: 1781

Re: DarkRP Support with "failed to load data"

Make sure your database username, password, domain, etc. are not scrambled in your MySQL config. Otherwise, I'm sure it's just a silly mistake, nothing serious. I too had similar problems with MySQL and DarkRP, but it was always a silly mistake here and there when I was experimenting.
by GlenAnderson
Fri Feb 13, 2015 4:23 pm
Forum: Garrysmod
Topic: npcs
Replies: 1
Views: 788

Re: npcs

You can use Lexi's NPC Spawn Platforms v2.2 in conjunction with Thomas' Persistence Tool to create permanent, highly customizable NPCs of all sorts on your server.
by GlenAnderson
Fri Feb 13, 2015 4:19 pm
Forum: Garrysmod
Topic: DarkRP Support with "failed to load data"
Replies: 7
Views: 1781

Re: DarkRP Support with "failed to load data"

Does your MySQL database you are attempting to connect to allow external connections?