Search:
Type: Posts; User: Blt950
Search took 0.01 seconds.
Hey.
I'm testing Garry's Mod on my Mac, and everything works great really. Except of the text.
In chat, in-game editors (like E2), scoreboard and other places where text is printed. Seems like...
Ahh! This works well.
Thanks :)
sv_allowcslua disables/enabled the possiblity to for example run the command below in the console yes.
So making like a command that runs a Lua script won't be the solution.
lua_run_cl...
Is it possible to make sv_allowcslua admin only?
In that case, how?
Hey.
I'm testing Garry's Mod on my Mac, and everything works great really. Except of the text.
In chat, in-game editors (like E2), scoreboard and other places where text is printed. Seems like...
Ahh! That explains it. Thanks a lot!
Alright. Then what to do ?
Hey.
I'm trying on making icons infront of the AddSubMenu. Currently it only works on AddOption()
MENU:AddOption("Clear Buddies", function() buddies = {} end ):SetImage(...
Hey.
Is it possible to hook (then which hook) when a player uses a weapon primary or secondary fire?
Or even hook to functions in the weapon. Lets say the weapon has a function "SWEP:OnCharge"...
I would done it like that if I could. Thing is the values are already stored into one long strong.
So I had to extract them. Found out that string.gmatch was the thing.
Hey. I got a question which I can't seem to solve.
I got a text string like this:
HappyPoints = 6 SadPoints = 1 And then much text after it, and sometimes before it and so on.
The...
Hello.
I'm trying to make a forcefield, and it works. Thing is that the sound doens't work as I want it.
I got two CreateSounds(), but when the shield is touched the loop stops, but the touch sound...
No it doesn't.
I won't fix now. Too much exams going on, maybe when vacation starts.
Here are some screenies of what I mean. Running Garry's Mod on a Mac. Any way to fix the spacing between letters? Because it's very annoying, specially in the E2 editor.
...
Using NightlyDev's day/night script, and the one in the OP.
I get this error when I try to run it:
evocity_daynight.lua:194: Tried to use a NULL entity!
Any ideas?
It's not a bug. It's made that way. If I keep the doors open. What will happen after a server restart/crash? Some minge maybe finds the stupid idea to sneak into Rebel base, goes stright in and gets...
I can't agree more with you really, it looks completly fucked up without :)
Will be done in next version
I don't plan on releasing VMF currently.
Your computer specs are more then good enough. It has to be maybe something with your Garry's Mod? I'm not sure, at least I don't think it's the map's "fault".
If I make a v2 of this map, I'll...
I'm not familiar with this. The map has been optimized.
Could you post your computer specs?
RP_City17_v1 is now available for Steam workshop/subscribement!
Or that ! Done :)
The thought was that what high standard should be high standard, and yea. When I made the map, but well.
You got a point! :v:
Nice failure from my side there :) I guess I'll make the low standard apartments worse in next version :)
Thanks! Noted for the next version, if there'll be any.
No. The exterior is two maps from HL2 merged (Nexus and Trainstation). And the interior is made from scratch by me.
I know that... How are you supposed to upload a map to Workshop then, is the question.
I'm on my mac, so not really, heh.
It's basicly red text on the file names, nothing else :)
Yes I followed wiki steps, my .bsp gets red and can't get uploaded. That's the issue.
No shit sherlock. What about telling what I'm doing wrong, or just refrain from commenting?
Hello, I got a problem uploading a map through Steam Workshop Publisher.
I select the garrysmod/maps folder, and everything inside it gets red and I can't publish it. Am I doing something wrong?
...
Released for download! Have fun!
It works, don't worry :)
That function with Breencast is removed completly since the Beta. Due to only "welcome to city 17" worked, but problem was that if you ran the map in multiplayer, the...
I'm aware of this, I removed it with purpose as it was the main reason of hitting compile limits. So it was either nice shadows, or bigger map.
RP_City17_V1
http://blt950.com/images/projects/c17_big.jpg
Map Details
Map Name: rp_city17_v1
Map Type: Half-Life 2 (Roleplay)
Map Setting: Day/Sunny
Game Requirement: None (Only Garry's Mod...
I don't have a specific date or time yet. I basicly operate by "when it's done".
I don't have really good time to work on this project, but I do my best. I predict that I'll probably realease a...
Running a pretty clear version of SRCDS.
I don't do such stuff in Gmod on Listed servers, they only mess up.
As I said, new to net.
Removed it now.
Client: garrysmod/lua/autorun/client
Server: garrysmod/lua/autorun/server
function Receive()
net.Receive( "test", function( length, client )
print( "I got it! It's:"..net.ReadString() )
end )
end
hook.Add("Think", "Think", Receive)
Hello, I'm now trying to update myself on how the G13 works out, so I got a bit stuck with the new .net libary.
I got this code in my serverside autorun/server folder:
util.AddNetworkString(...
Some major/minor parts of the code will be coded from scratch.
So it'll probably be fixed :)
Update for everyone using CellMod!
I've decided to come back to the Garry's Mod community, as a developer. So one of the first projects will be to update CellMod, to G13 and the G13's DarkRP.
I...
AssMod is dead years ago. There is no stable/updated version of it, that would work. And even if you find one that works, it's probably full of bugs.
Use ULX or something else that actually is...
I believe there is a problem with HTTP requests in Gmod after one of the last updates.
My MOTD is pointed correctly, but it's blank.
I though hear the background music I've added, so it means it...
I can't seem to get it working.
My screen doesn't load at all, though the music in background does. So it seems it loads the page, but doesn't display it correctly.
I believe this has happened...
Hi guys!
I got a problem regarding my script.
It's a script that finds these barriers entities, and makes it not collideable for CP's and so on.
They are also toggable, so that's why I've this...
http://dl.dropbox.com/u/36492466/CellMod%20Pics/CellMod_Logo_MB.png
What is CellMod?
http://www.youtube.com/watch?v=d5AvParQxpQ
...
http://s3.garrysmod.org/img/dl/112062_1.jpg
I were a little bit bored, and I decided to make EasyMOTD
The point of this MOTD script is that it's supposed to be easy, fast and useful. By that I...