Sign in to follow this  
Followers 0
Synd

Remove Godfather

8 posts in this topic

Name of map: Godfather

 

Bugs/glitches/issues: One issue, or glitch, where you can climb a ladder to get on top of the acti building, which means players can skip a few traps. Have warned for it a few times, but people never learn.

 

Why you personally feel it should be removed: Used to like this map a lot, however I feel it is getting extremely overplayed and well, just don't really want it in the rotation anymore. Plus, that one glitch does tend to get used quite a lot. If it were patched then that would be wonderful.

0

Share this post


Link to post
Share on other sites

I'm pretty sure that @Lossy was going to fix it, he just hasn't got around to doing it yet :p

0

Share this post


Link to post
Share on other sites

I like that map but the ladder is an issue. I don't think it should be removed but just fixed.  :)

0

Share this post


Link to post
Share on other sites

Really? I see at least one person do it every time it's on. You sure you play on Raid? :troll:

0

Share this post


Link to post
Share on other sites

Made this a while ago, kills players that climb up ladder.

godfather()
{
  
    glitch = (693, 871, 585);
	
	while(1)
	{
	    players = getentarray("player", "classname");
		for(i=0;i<players.size;i++)
		{
			if( Distance( players[i].origin, glitch ) <= 120 && isAlive(players[i]) )
			{
				players[i] suicide();
				players[i] iPrintLnBold("^1Do Not Glitch");
			}
		}
		wait 0.05;
	}
	
}

1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
Followers 0