Search found 15 matches
- Mon Sep 14, 2015 12:14 pm
- Forum: Garrysmod
- Topic: invisible Playermodels
- Replies: 6
- Views: 2536
Re: invisible Playermodels
nvm for the error part, i just forgot to restart my game. but i do need help with the fastdl part still. If you also have an NFO webserver you should have an option in your game tab in the CP called "websync". Make sure that the server is synced to your webserver, and also connect the ser...
- Sat Sep 12, 2015 8:27 pm
- Forum: General
- Topic: /setspawn command and disallowing doors
- Replies: 1
- Views: 1389
Re: /setspawn command and disallowing doors
Make sure you've been set to superadmin via ULX (or any equivalent admin addon). Then type +fadmin_menu in your console, and find your way to groups. Ensure that the group you are in has been assigned administrative door priveleges.
- Sat Sep 12, 2015 7:58 pm
- Forum: Garrysmod
- Topic: i need help with dark rp jobs
- Replies: 1
- Views: 1562
Re: i need help with dark rp jobs
Mind putting a paste of your jobs.lua in here?
Also, you're editing in addons/darkrpmodification, right? Editing the base DarkRP jobs file under gamemodes/ leads to problems.
Also, you're editing in addons/darkrpmodification, right? Editing the base DarkRP jobs file under gamemodes/ leads to problems.
- Sat Sep 12, 2015 7:57 pm
- Forum: Garrysmod
- Topic: DarkRP inventory?
- Replies: 1
- Views: 2542
Re: DarkRP inventory?
If you want a free one, go here: https://www.facepunch.com/showthread.ph ... ory-System
Otherwise, if you've got a couple of bucks in your pocket, hunt around on https://scriptfodder.com/
Otherwise, if you've got a couple of bucks in your pocket, hunt around on https://scriptfodder.com/
- Sat Sep 12, 2015 7:51 pm
- Forum: Garrysmod
- Topic: invisible Playermodels
- Replies: 6
- Views: 2536
Re: invisible Playermodels
Is this on an NFO-managed system or an unmanaged machine? If it's on an NFO machine, place the desired models into a workshop collection and have the server download them through the NFO Easy Setup page. If you're on an unmanaged machine, add +host_workshop_collection "ID HERE" to your com...
- Wed Sep 09, 2015 6:59 pm
- Forum: Garrysmod
- Topic: New DarkRP server owner, need someone to help me out.
- Replies: 1
- Views: 1401
Re: New DarkRP server owner, need someone to help me out.
Today I've rented my first Garry's Mod server. I plan on having it run DarkRP, but I don't exactly know where to start. I would like an experienced person to help me out here. I pretty much just need to set up my server the right way, including FastDL and such. I also need that person to help me ad...
- Wed Sep 09, 2015 6:58 pm
- Forum: Garrysmod
- Topic: DarkRP Job Lua coding not working!
- Replies: 3
- Views: 4343
Re: DarkRP Job Lua coding not working!
--Letter G TEAM_GOD = DarkRP.createJob("The Plague Doctor", { color = Color(255, 255, 255, 255), model = "models/player/plague_doktor/player_plague_doktor.mdl", description = [[The plague doctor cleanses the impure.]], weapons = {"lockpick", "m9k_deagle"}, co...
- Sun Sep 06, 2015 4:38 pm
- Forum: Webhosting
- Topic: I have lower permissions
- Replies: 7
- Views: 2383
Re: I have lower permissions
They are a higher rank on the website because they set them self to unbannable and also can ban anyone. Use the NFO webpanel > Autoinstallers to install PHPMyadmin if you haven't already. If you have, navigate to it and login using the information in the databases page. Find the database that was l...
- Sat Mar 21, 2015 4:04 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Trouble Installing Desktop Experience
- Replies: 1
- Views: 1318
Trouble Installing Desktop Experience
I'm attempting to install desktop experience through my server manager, and am encountering the following error: http://i.gyazo.com/ed4275a938ea337f5dad974b7670713a.jpg
I do have enough room on my drive to install. http://i.gyazo.com/b67888017f3def99892e42a309489bba.png
I do have enough room on my drive to install. http://i.gyazo.com/b67888017f3def99892e42a309489bba.png
- Sun Mar 15, 2015 7:52 am
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: CSGO and TF2 Dedicated Servers Crashing Each-Other
- Replies: 2
- Views: 2452
CSGO and TF2 Dedicated Servers Crashing Each-Other
I have five dedicated servers installed on my VDS. I only have one IP address, so I have them running in ascending order like so: CSGO: 27015 Gmod DarkRP: 27016 CSS: 27017 TF2: 27018 Gmod Murder: 27019 I'm able to start the first three servers just fine, but when i start the TF2 server, the CSGO ser...
- Sun Mar 08, 2015 5:07 pm
- Forum: Garrysmod
- Topic: AddWorkshop not downloading
- Replies: 4
- Views: 1703
Re: AddWorkshop not downloading
EDIT: FIXED by moving file to autorun/server and naming it "resources.lua" and giving the file the ID's of the actual addons rather than the collection. if not SERVER then return end resource.AddWorkshop ( "405012547" ) resource.AddWorkshop ( "405013997" ) resource.AddW...
- Sun Mar 08, 2015 4:57 pm
- Forum: Garrysmod
- Topic: AddWorkshop not downloading
- Replies: 4
- Views: 1703
Re: AddWorkshop not downloading
API key and collection ID has been set in Easy Setup.soja wrote:Do you have an API key set?
- Sun Mar 08, 2015 3:11 pm
- Forum: Garrysmod
- Topic: AddWorkshop not downloading
- Replies: 4
- Views: 1703
AddWorkshop not downloading
Below is the code I use to attempt to send my custom content to my clients. if not SERVER then return end resource.AddWorkshop (" 405024478" ) The workshop ID is a collection of my content. The file has been placed in lua/autorun/client and produces no errors when run. When I connect to th...
- Sat Jan 17, 2015 2:29 pm
- Forum: Garrysmod
- Topic: Help with mounting cstrike
- Replies: 2
- Views: 2103
Re: Help with mounting cstrike
Thanks so much, that's fixed it!
- Sat Jan 17, 2015 11:01 am
- Forum: Garrysmod
- Topic: Help with mounting cstrike
- Replies: 2
- Views: 2103
Help with mounting cstrike
When I purchased my server from NFO I immediately applied the mount.cfg file that I had from my old dedicated server into the FTP before discovering that the default file provided by NFO will automatically mount to a hardwired set of cstrike content. Could someone provide me with such a mount file? ...