• Breaking News

    Sunday, June 14, 2020

    Garry's Mod DarkRP meme

    Garry's Mod DarkRP meme


    DarkRP meme

    Posted: 13 Jun 2020 10:17 AM PDT

    chillaxin

    Posted: 13 Jun 2020 08:13 AM PDT

    void toilet

    Posted: 14 Jun 2020 12:28 AM PDT

    Cursed Cult

    Posted: 14 Jun 2020 02:00 AM PDT

    Jeff

    Posted: 14 Jun 2020 01:49 AM PDT

    Heavy Weapons Guy TF2 dies

    Posted: 13 Jun 2020 10:55 AM PDT

    Made this a long time ago,I think it’s pretty good

    Posted: 13 Jun 2020 03:25 PM PDT

    Can't Launch GMOD Chromium 64x/86x

    Posted: 13 Jun 2020 11:00 PM PDT

    Please help me, it won't launch ;-;

    submitted by /u/kadeiras
    [link] [comments]

    Found this in the console

    Posted: 13 Jun 2020 12:30 PM PDT

    Are there any simfphys racing servers out there?

    Posted: 13 Jun 2020 09:04 PM PDT

    Me and a few friends like to tune up simfphys cars to race in quite often and I was wondering if there are racing servers that race strictly simfphys cars.

    submitted by /u/notalexyou
    [link] [comments]

    Well I'm gonna pack my stuff and leave

    Posted: 13 Jun 2020 02:44 PM PDT

    I need some help with a server issue!

    Posted: 13 Jun 2020 08:18 PM PDT

    The first time I try to connect to the server it times me out towards the end when gathering the lua or after sending client info.

    The second time I can connect and spawn in the room but I have a connection error in the top right and acts like there is no connection or the server crashed.

    The third time I can join and connect and it works just fine...but if I leave or gmod crashes or restarts then it starts the cycle all over again... the same thing will happen if I cancel while loading.

    Not only that...it takes like 30 mins to an hour for all of this. I have all the content and it only does it on this one server. If you guys would like some screenshots then I can try to do them. I really want to understand what is wrong and possibly have a fix. I have tried a lot of things.

    submitted by /u/Rezaps2487
    [link] [comments]

    Gmod FPS drop

    Posted: 13 Jun 2020 08:14 PM PDT

    Quite recently i logged onto gmod and noticed that the frame rate was capped at 60. Usually my computer runs Gmod at around 300 FPS so I thought that was a bit weird. I've tried fps_max 300 but it still wouldn't change. It's dropped again and now I'm only getting 20-30 FPS. I really don't know what's going on, can someone please help.

    submitted by /u/Bruh_Moment_OwU
    [link] [comments]

    Anybody k is what this means and what to do with it? That’s the cow 2.0 ak74

    Posted: 13 Jun 2020 07:48 PM PDT

    Need help finding an old but popular gmod animation

    Posted: 13 Jun 2020 09:23 AM PDT

    I have vague memory of it but I do remember its a animation mainly and it involved a bunch of characters flying on a troll face for part of it, slowly descending into gm_constructs' lake

    the person who made it also had Heavy from tf2 try and buy the dlc release for GTAIV and based his gmod video on that

    If anyone has clues onto wether or not this video has been deleted or still exists, I'd love to know.

    submitted by /u/Motivation-
    [link] [comments]

    Anybody got good map recommendations?

    Posted: 13 Jun 2020 01:23 PM PDT

    Need friends for darkrp

    Posted: 13 Jun 2020 08:16 AM PDT

    I see youtubers Having so much fun with friends. I want some friends to have fun with and just mess around in darkrp.

    submitted by /u/lokiidokiii
    [link] [comments]

    any anti-lonely addon?

    Posted: 13 Jun 2020 12:30 PM PDT

    so, i play gmod quite often, but it gets boring pretty fast since i cant play with other people (they just take too long to load in and we eventually just give up) so i was wondering if there's a mod/addon that adds something like an interactive npc that follows/talks to you as you run around doing whatevs

    like one of those games where characters talk to eachother every now and then

    not sure if you get what i mean cuz ngl its kinda hard to explain :/

    submitted by /u/YoBoiNugget
    [link] [comments]

    Mods that Turn you into a monster

    Posted: 13 Jun 2020 03:53 PM PDT

    Pill packs work to, looking for mods where you can rp as a monster (ex: raven warrior swep).

    submitted by /u/scrungus_tuna
    [link] [comments]

    n zombies

    Posted: 13 Jun 2020 12:06 PM PDT

    so me and my friend where wanting to play n zombies and we have downloaded everything including the maps however its not showing up even when putting the game mode to n zombies i was however hoping someone in this sub would be able to help

    submitted by /u/gaglaboom100
    [link] [comments]

    How do I make my own single player story?

    Posted: 13 Jun 2020 03:50 PM PDT

    I want to make my own zombie story. Where do I start? What kind of tools and mods would I need?

    submitted by /u/XxHitmanXx3505
    [link] [comments]

    [GLUA] Custom SWEP takes Pistol Ammo despite having a custom ammo specified

    Posted: 13 Jun 2020 08:54 AM PDT

    I have two questions:

    How to make an ammo clipless and just use ammo (like default grenades)

    How to fix this glitch

    The Glitch:

    My Custom Swep starts with 280 alt ammo and that increases when it picks up pistol ammo, it shouldn't be able to pickup pistol ammo at all.

    init.lua:

    AddCSLuaFile( "cl_init.lua" ) AddCSLuaFile( "shared.lua" ) include( "shared.lua" ) SWEP.Weight = 5 SWEP.AutoSwitchTo = true SWEP.AutoSwitchFrom = true function SWEP:ShouldDropOnDie() return true end 

    shared.lua

    SWEP.PrintName = "Prop Dematerilizer" SWEP.Author = "ThePatchWorkHoax" SWEP.Purpose = "Dematerlize props shortly" SWEP.Instructions = "Primary: Demateralize, Secondary: Increase Dematerialize Time by (10s,60s max), Reload: Reload Charge" SWEP.ViewModelFOV = 50 SWEP.ViewModelFlip = false SWEP.ViewModel = "models/weapons/v_pistol.mdl" SWEP.WorldModel = "models/weapons/w_pistol.mdl" SWEP.Spawnable = true SWEP.AdminOnly = false SWEP.Primary.ClipSize = 9999 SWEP.Primary.DefaultClip = 1 SWEP.Primary.Automatic = false SWEP.Primary.Ammo = "dematerilizer_battery" function SWEP:Initialize() self:SetHoldType("normal") end function SWEP:DematerilizeProp() print("Demateralize eyetrace") end function SWEP:PrimaryAttack() if (!self:CanPrimaryAttack()) then return end self:EmitSound("ambient/energy/zap1.wav") self:TakePrimaryAmmo(1) self:DematerilizeProp() end function SWEP:SecondaryAttack() return false end function SWEP:Reload() end 
    submitted by /u/Automatic_Concert
    [link] [comments]

    I need Map idea

    Posted: 13 Jun 2020 01:06 PM PDT

    gimme map idea

    submitted by /u/Alphenex_Real1
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel