Search found 7 matches

by LukeBrink
Fri Apr 03, 2015 3:14 pm
Forum: Garrysmod
Topic: FastDL not downloading/working
Replies: 4
Views: 1497

Re: FastDL not downloading/working

I fixed it! after noticing errors while reading this post I went over the lua file and fixed it up.

got rid of all this monstrosity. not sure how it happened but I'm glad i fixed it

Code: Select all

resource.AddFile( "materials/vgui/gphone( "apps/fg_bottom_pipe.png" )
This thread can be closed :)
by LukeBrink
Fri Apr 03, 2015 2:58 pm
Forum: Garrysmod
Topic: FastDL not downloading/working
Replies: 4
Views: 1497

Re: FastDL not downloading/working

Your resources file definitely looks to have some syntax problems. You may want to try generating it with a script I wrote here: http://www.configcreator.com/create/gmod/resources.lua Thanks, I was just trying to edit my OP because I noticed some inaccuracies in the lua file ( \ instead of /) Thank...
by LukeBrink
Fri Apr 03, 2015 2:45 pm
Forum: Garrysmod
Topic: FastDL not downloading/working
Replies: 4
Views: 1497

FastDL not downloading/working

Ive pasted the .lua file below, it's kinda long. It's place in autorun/server and the sv_downloadurl is set. Any and all help would be greatly appreciated resource.AddFile( "materials/keycard/keycard.png" ) resource.AddFile( "materials/keycard/hackkeycard.png" ) resource.AddFile(...
by LukeBrink
Fri Apr 03, 2015 10:34 am
Forum: Garrysmod
Topic: How to view database tables
Replies: 1
Views: 964

How to view database tables

So I did an automatic install of Mysqloo but how do I view the tables like players stats etc ?
by LukeBrink
Tue Mar 24, 2015 7:18 am
Forum: Garrysmod
Topic: Automatically set binds for all players
Replies: 2
Views: 1573

Automatically set binds for all players

Is there a way to set a bind for all players on the server, so once they join they will be able to open a menu etc
by LukeBrink
Wed Jan 28, 2015 11:10 am
Forum: Webhosting
Topic: Installing NodeBB
Replies: 1
Views: 1029

Installing NodeBB

Has anyone tried to install NodeBB forums through NFO ? I'm following this tutorial however I get stuck on the setup when it's asking for Redis database name etc, I'm not sure if we can install redis on nfo servers.. Any help would be appreciated Link to the tutorial im following https://docs.nodebb...
by LukeBrink
Mon Nov 17, 2014 8:17 am
Forum: Garrysmod
Topic: Server lag when spawning props/vehicles for first time
Replies: 0
Views: 749

Server lag when spawning props/vehicles for first time

Anytime someone spawns something in on the server for the first time the server freezes for a couple seconds.

Is there a way to pre-cache items so they are loaded and ready to go ?