Search found 11 matches

by HardForBrandon
Tue May 05, 2015 6:33 pm
Forum: Garrysmod
Topic: FastDL Issue;
Replies: 6
Views: 2399

Re: FastDL Issue;

Try having a tutorial on how to extract addons with gmad extractor and making content packs for users to download from the workshop, you can even add them into your resources.lua and get rid of the rest. I'm aware of Gmad extractor and adding IDs and directories to the resources.lua folder. I've do...
by HardForBrandon
Tue May 05, 2015 6:29 pm
Forum: Garrysmod
Topic: Too few args (spawnList)
Replies: 5
Views: 1691

Re: Too few args (spawnList)

CollinCraig wrote:We need more detail about the problem, but for now, http://scriptfodder.com/ is a useful coderhire replacement.
That's the issue, my man. There's no error that comes up. It literally says;

Code: Select all

Too few args (spawnList)
by HardForBrandon
Thu Apr 30, 2015 8:21 pm
Forum: Garrysmod
Topic: Too few args (spawnList)
Replies: 5
Views: 1691

Re: Too few args (spawnList)

Bump.
I still need help with this :c
by HardForBrandon
Thu Apr 30, 2015 6:50 pm
Forum: Garrysmod
Topic: Player Paint?
Replies: 1
Views: 924

Re: Player Paint?

Nevermind, I just coded it myself. ITEM.Name = 'Player Paint' ITEM.Price = 250 ITEM.Model = 'models/props_junk/metal_paintcan001a.mdl' ITEM.Attachment = 'eyes' function ITEM:OnEquip(ply, modifications) if modifications.color ~= nil then newcolor = modifications.color ply:SetPlayerColor(Vector( newco...
by HardForBrandon
Thu Apr 30, 2015 6:11 pm
Forum: Garrysmod
Topic: Player Paint?
Replies: 1
Views: 924

Player Paint?

I've searched and I've searched. I've asked many, many people. I cannot seem to find player paint ANYWHERE for the pointshop.
Can someone PLEASE help me?
by HardForBrandon
Wed Apr 22, 2015 8:53 pm
Forum: Garrysmod
Topic: Too few args (spawnList)
Replies: 5
Views: 1691

Too few args (spawnList)

So I don't have an Addon like +Murcus because CoderHire isn't up anymore.
I am trying to add spawns and props to my maps that don't have them (even current ones that do too), and I get this message when I try;

"Too few args (spawnList)"

Care to elaborate?
by HardForBrandon
Wed Apr 22, 2015 1:00 pm
Forum: Garrysmod
Topic: FastDL Issue;
Replies: 6
Views: 2399

Re: FastDL Issue;

Go the 'Websync' page in your control panel, and sync your files to the webserver you got free with your garry's mod server unless you are running your server on a managed machine. This will setup your FastDL and setup the correct links in your server.cfg Here is a link to a post that goes into det...
by HardForBrandon
Tue Apr 21, 2015 10:38 am
Forum: Garrysmod
Topic: FastDL Issue;
Replies: 6
Views: 2399

FastDL Issue;

Here's the thing. I have a workshop.lua folder, and that's just peachy and works fine. The problem I'm having is it's taking literally 15-20 minutes for people to download my content. I'm aware I need to add sv_downloadurl, but I don't understand how exactly I am suppose to add a URL with my content...
by HardForBrandon
Thu Apr 09, 2015 11:27 pm
Forum: Garrysmod
Topic: Some Murder Help;
Replies: 1
Views: 829

Re: Some Murder Help;

Also, I need to switch the mu_jointeam command to users instead of just admins, but the strings of code don't have a IfAdmin function (listed below) concommand.Add("mu_jointeam", function (ply, com, args) if ply.LastChangeTeam && ply.LastChangeTeam + 5 > CurTime() then return end p...
by HardForBrandon
Thu Apr 09, 2015 10:07 pm
Forum: Garrysmod
Topic: Some Murder Help;
Replies: 1
Views: 829

Some Murder Help;

Can someone PLEASE help me switch the knife for murder to a different model I have. I was told to just switch the model files inside the init.lua folder, and I don't understand how to switch/add the directories for the new models I am adding.

Help?
by HardForBrandon
Mon Apr 06, 2015 11:49 pm
Forum: Garrysmod
Topic: List of Addons/Help
Replies: 2
Views: 1498

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 D...