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