Garry's Mod

[CLOSED] GARRYS MOD SERVER SETUP FREE

Submitted by url, , Thread ID: 50847

Thread Closed

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

OP
This post was last modified: 13-10-2017, 05:55 AM by url
#11
13-10-2017, 04:30 AM
Machandler Wrote:
Thats neat. I like to code in my spare time too. I never code for garrys mod though.

It's simple but yet lots of people struggle with it.

13-10-2017, 02:50 AM
Nyan Wrote:
Is this paid or free? You should really add that for people trying to look for GMOD coders.

Yes it is free! Smile

13-10-2017, 02:25 AM
Kalinoa Wrote:
Honestly my server just needs one thingand then i'm golden. I'll be sure to message you.


I need a NPC shop where i can spawn different shops in different locations, and that i can set that a certain usergroup can use certain shops.
I tried editing a shop addon but then it would globally only work for one specific usergroup. (i was using theply:IsUserGroup() thingy)

Message me on Discord! Smile

13-10-2017, 02:47 AM
SuperSayin234 Wrote:
I'm trying to get my current scoreboard from TheCodingBeast that utilizes FAdmin and I'm trying to get it to use ulx, but the problem is I can't get it to target whomever I right click on. It'll just say no target found. That's about all I'll need and that's probably just one simple fix that I'm overlooking. If you could help that'd be super rad.

Message me on Discord and ill see if i can help you! Smile
home of the url

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

#12
I am going to keep you in mind. I am making a server but I dont know if I need any help right now.

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

This post was last modified: 13-10-2017, 01:31 PM by synaxx
#13
Can u code everything? Like weapons etc? Or bombs or something

When i need help i well pm you okay?? Maybe i need help with my server

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

OP
This post was last modified: 13-10-2017, 08:40 PM by url
#14
13-10-2017, 01:29 PM
synaxx Wrote:
Can u code everything? Like weapons etc? Or bombs or something

When i need help i well pm you okay?? Maybe i need help with my server

Just PM me and or add me on discord then join my channel.

13-10-2017, 11:03 AM
XXblizzgamerXX Wrote:
I am going to keep you in mind. I am making a server but I dont know if I need any help right now.

Well message me now so you dont have to scramble to find me! Smile

Boost mode activated -- BING BING BING BING BING --
home of the url

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

#15
can you code a inventory system for gmod darkrp? I can't find a inventory in google or workshop

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

#16
I finally fixed my lines of code.
Previously it would look like:
Code:
gag:AddOption( "Gag", function() RunConsoleCommand( "_FAdmin", "Voicemute", self.Player:UserID() ) end ):SetIcon( "icon16/sound_delete.png" )
Although now, I have it fixed to look like:
Code:
gag:AddOption( "Gag", function() if not (IsValid(self.Player) or self.Player:IsValid()) then return end  
LocalPlayer():ConCommand("ulx gag \"".. self.Player:Nick() .. "\"" ) end ):SetIcon( "icon16/email_delete.png" )
It took a lot of time but the similar lines can be used on any of the functions. Just make sure to replace all the "gag"s with whatever function you want.
This is for anyone that has a similar issue that I did.

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

OP
#17
14-10-2017, 03:56 PM
syntecc Wrote:
can you code a inventory system for gmod darkrp? I can't find a inventory in google or workshop

maybe, message me.
home of the url

RE: [CLOSED] GARRYS MOD SERVER SETUP FREE

#18
I added you on discord, I need some help with my server.

Users browsing this thread: 4 Guest(s)