Search found 76 matches

by Sir Nipah
Tue May 13, 2014 5:21 am
Forum: Garrysmod
Topic: Zombie Survival
Replies: 3
Views: 1079

Re: Zombie Survival

Sorry I'm not that good of a lua coder and I have never done TTT sweps before.
by Sir Nipah
Mon May 12, 2014 7:26 pm
Forum: Garrysmod
Topic: Help with Scoreboard
Replies: 2
Views: 1205

Re: Help with Scoreboard

If you look in the gamemode/(TTT or what ever its called) folder, somewhere will be the stock TTT logo. just change that and do some fastdl magic.

Everything else you will need to code lua for.
Have a look at http://coderhire.com/
by Sir Nipah
Sun May 11, 2014 10:33 pm
Forum: Garrysmod
Topic: Zombie Survival
Replies: 3
Views: 1079

Re: Zombie Survival

Game modes the come with Garry's Mod 13 are Sandbox and TTT.
Other gamemodes are made from other people who are most likely not affiliated with facepunch.

You will need to find a zombie survival gamemode else where.
by Sir Nipah
Sat May 10, 2014 1:44 pm
Forum: Garrysmod
Topic: Player Props to World Props..
Replies: 2
Views: 891

Re: Player Props to World Props..

Code lua. unless you know of a tool?
by Sir Nipah
Fri May 09, 2014 3:08 am
Forum: Garrysmod
Topic: Server Problems.....
Replies: 1
Views: 852

Re: Server Problems.....

Sir Nipah wrote:You're going to need to be more descriptive than that..
Read over what you posted.
by Sir Nipah
Sun May 04, 2014 2:45 am
Forum: Garrysmod
Topic: How do I set up mySQL database to work with pointshop
Replies: 2
Views: 1178

Re: How do I set up mySQL database to work with pointshop

dose the mysql user have write access?
Take a look in the server logs for errors.
by Sir Nipah
Sat May 03, 2014 7:28 pm
Forum: Garrysmod
Topic: How to add custom character models to jobs
Replies: 1
Views: 772

Re: How to add custom character models to jobs

You will need to find the model/models .mdl file on the server. Then all you need to do is quote the the location into your job. TEAM_TEST = DarkRP.createJob("Test", { color = Color(20, 150, 20, 255), model = { "models/player/Group01/Female_01.mdl", "models/player/Group01/Fe...
by Sir Nipah
Sat May 03, 2014 4:21 pm
Forum: Garrysmod
Topic: @Sir Nipah still not showing jobs in F4?
Replies: 1
Views: 834

Re: @Sir Nipah still not showing jobs in F4?

You don't need to open a new topic. Next time just reply to the old one. I forgot a bracket :P TEAM_SAMURAI = AddExtraTeam("Samurai (SuperAdmin)", Color(0, 153, 255, 255), "models/jessev92/player/misc/chuck-norris_hat.mdl", [[I want to Kick ass, But I never had any gum]], {"...
by Sir Nipah
Sat May 03, 2014 3:44 pm
Forum: Garrysmod
Topic: DarkRP Custom Jobs aren't going through?
Replies: 2
Views: 1248

Re: DarkRP Custom Jobs aren't going through?

Little things. (Like closing brackets) TEAM_SAMURAI = AddExtraTeam("Samurai (SuperAdmin)", Color(0, 153, 255, 255), "models/jessev92/player/misc/chuck-norris_hat.mdl", [[I want to Kick ass, But I never had any gum]], {"models/weapons/v_crossbow.mdl"}, "samurai"...
by Sir Nipah
Fri May 02, 2014 5:55 pm
Forum: Garrysmod
Topic: DarkRP tRouble
Replies: 2
Views: 964

Re: DarkRP tRouble

Alexander wrote:i am running a darkrp and then all the sudden my "Q" Menu.
You're going to need to be more descriptive than that..
by Sir Nipah
Thu May 01, 2014 11:33 am
Forum: Garrysmod
Topic: DarkRP Server Help
Replies: 5
Views: 1839

Re: DarkRP Server Help

I installed my darkrp by having the core and mod indeed.. I'm just going to assume it was a manual install. In that case... Head to your addons/darkrpmodification/lua/darkrp_customthings/ folder. You will find "jobs.lua" and it should look something like this.. /*-------------------------...
by Sir Nipah
Thu May 01, 2014 9:32 am
Forum: Garrysmod
Topic: DarkRP help for my server
Replies: 1
Views: 767

Re: DarkRP help for my server

You should ask the guy you made the addon for you.
by Sir Nipah
Tue Apr 29, 2014 7:25 pm
Forum: Garrysmod
Topic: DarkRP Server Help
Replies: 5
Views: 1839

Re: DarkRP Server Help

1st I need to ask about how you installed your copy of darkrp. workshop, github or other? Do you have just the core gamemode or do you have darkrpmodification too? I need to know as much as I can about your copy, just so I know the right info to give out. Just so you know there is 2 way to install i...
by Sir Nipah
Tue Apr 29, 2014 10:02 am
Forum: Garrysmod
Topic: DarkRP Server Help
Replies: 5
Views: 1839

Re: DarkRP Server Help

I can explain most of this to you. reply if your still active on this site?
by Sir Nipah
Sat Apr 26, 2014 4:58 pm
Forum: Garrysmod
Topic: Clientside Errors (may be pointshop related
Replies: 1
Views: 787

Re: Clientside Errors (may be pointshop related

The developer who made the addon is the best person to ask about this.