• Slick Deathrun [Devlopement]
    18 replies, posted
This is just a big pile of shit. >:D -snip-
I would hope the gamemode would be free.
Is that a insult? o.0
Yes.
Class based deathrun? What the fuck?
[QUOTE=Raptortheawesome;28773736]Class based deathrun? What the fuck?[/QUOTE] Runners Death?
Screw trail gun. [lua] concommand.Add( "settrail", function( p, c, a ) if !a or !a[1] or p:Team() == RESTRICTEDTEAMS then return end if ( ValidEntity( p.trail ) ) then p.trail:Remove() end p:SetNWInt('Trail', a[2]) p:SetNWInt('HasTrail', "1") p.trail = util.SpriteTrail(p, 0, Color(255,255,255,255), false, 15, 5, 2, 0.025, a[2] .. ".vmt") if !p:Alive() then p:ChatPrint("Your trail has been reset.") p.trail:Remove() else p:ChatPrint("Your trail has been reset.") end hook.Add( "PlayerLoadout", "Spawnage", function( p ) timer.Simple( math.Rand( 0.2, 2 ), function() -- Delay so we can override the gamemodes loadout settings. if !p:Team() == RESTRICTEDTEAMS then return false end if ( p:GetNWInt("HasTrail") == "1" ) then p.trail = util.SpriteTrail(p, 0, Color(255,255,255,255), false, 15, 5, 2, 0.025, p:GetNWInt("Trail") .. ".vmt") end if ( p:GetNWInt("HasMask") == "1" ) then local mask = ents.Create( "base_mask" ) mask:Spawn() end if ( p:GetNWInt("Model") != "" ) then p:SetModel(p:GetNWInt('Model')) end end) end) hook.Add( "PlayerDeath", "Removage", function( p ) if ( p:GetNWInt("HasTrail") == "1" ) then p.trail:Remove() end if ( p:GetNWInt("HasMask") == "1" ) then mask:Remove() end [/lua] [editline]23rd March 2011[/editline] [QUOTE=Slicks;28773757]Runners Death?[/QUOTE] This sounds like team based*
Aide if you're interested. You can come help script to. I'm having a bit of trouble. :C
Add me on steam if you need help.
I added "Aide" Is you're friends name White Bomber?
No, Look left on this message. <---------------------------------| [url]http://steamcommunity.com/id/clrk_sml[/url]
I clicked the steam icon. Sorry! An error was encountered while processing your request: The specified profile could not be found.
is the standard to pay for a gamemode nowadays? the fuck happened
[url]http://www.facepunch.com/threads/1072297-Trail-Gun[/url]. I think you need to learn lua before you try and make a gamemode instead of just using the request section
[url]http://www.facepunch.com/threads/1037158-I-need-advice?highlight=[/url] Period.
Hahahaha, I just laughed my brains out. Maybe that's the reason why Flawless is so depressed and trolling. I'm just saying.
This is the funniest thing in the world. This guy is acting like he's putting a team together to create this free gamemode for everyone, when in reality he's just looking for people to make a gamemode he wants for himself.
[QUOTE=Slicks;28784561][url]http://www.facepunch.com/threads/1037158-I-need-advice?highlight=[/url] Period.[/QUOTE] How did you find out my secret I tried so hard to hide it [editline]24th March 2011[/editline] I spend my life coding I have no time for irl the internet is where I can be powerful since I am weak in real life
Add me if you would like some help. modegg is steam name.
Sorry, you need to Log In to post a reply to this thread.