Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MonkeyFunkyMonkey

Pages: 1 ... 124 125 126 127 128 [129] 130 131 132 133 134 ... 136
1921
Gallery / Re: TF2 Dustbowl
« on: June 21, 2011, 02:14:32 AM »
Oh yeah um does anyone have any suggestions the build is kinda bland right now in my opinion its look like the map but needs some stuff suggestions?

1922
if i were to use this with the tdm mod how would i

1923
oops i should of added too a team to title

1924
Add-Ons / Re: Simple Well hatmod
« on: June 20, 2011, 09:56:53 PM »
flame

1925
how exactly do i apply it too a gamemode

1926
Suggestions & Requests / Re: Hide And Seek Gamemode
« on: June 20, 2011, 08:56:12 PM »
Is someone gonna help if not get off the topic more bumps are not needed.

1927
i did he told me to post here
Post in coding help, I'm not a private torquescript instructor or something.

1928
Gallery / Re: Bahamut's Dodgeball TDM!
« on: June 20, 2011, 01:16:02 AM »
Tell him what he could add if its so much like  a graveyard i really would like to see you do better so it was a quick duplicator build but im sure yours are too tell him what objects he could add give him marcos.

1929
Suggestions & Requests / Re: Phydeoux Fan?
« on: June 20, 2011, 12:40:06 AM »
im pretty sure i sae this on rtb because its in my add on folder

1930
What i want is a script or gamemode that randomizes player and puts one on other time and puts other on the other team maybe something like this for(%i = 0;%i < ClientGroup.getCount();%i++)
   {
      %client = ClientGroup.getObject(%i);
      %client.isit = false;            //gotta make sure who ever was it last game isn't it anymore
      %client.isPlaying = true;
      %client.lasttag = "";
      %client.frozen = false;
      if(isObject(%client.player))
      {
      %client.player.setShapeNameColor(%client,"");
      %client.player.changedatablock("PlayerStandardArmor");
      }
   }

   %client = ClientGroup.getObject(getRandom(0,ClientGroup.getCount()-1));   //select a random person
   %client.isit = true;               //make him it
   if(isObject(%client.player))
   %client.player.setShapeNameColor(%client,"");
   messageall('',%client.name @ " is the first tagger!");   //and tell everyone about it



1931
Suggestions & Requests / Re: Hide And Seek Gamemode
« on: June 19, 2011, 10:55:00 PM »
BUMP

1932
Maps / Re: My First Map BrickBuild Island
« on: June 19, 2011, 10:53:39 PM »
AND 1 BUMP

1933
Suggestions & Requests / Re: Hide And Seek Gamemode
« on: June 19, 2011, 09:16:34 PM »
i think someone could use this as  part of the server cs %client = ClientGroup.getObject(%i);
      %client.isit = false;            //gotta make sure who ever was it last game isn't it anymore
      %client.isPlaying = true;
      %client.lasttag = "";
      %client.frozen = false;
      if(isObject(%client.player))
      {
      %client.player.setShapeNameColor(%client,"");
      %client.player.changedatablock("PlayerStandardArmor");
      }
   }

   %client = ClientGroup.getObject(getRandom(0,ClientGroup.getCount()-1));   //select a random person
   %client.isit = true;               //make him it
   if(isObject(%client.player))
   %client.player.setShapeNameColor(%client,"");
   messageall('',%client.name @ " is the first tagger!");   //and tell everyone about it


1934
Suggestions & Requests / Re: Hide And Seek Gamemode
« on: June 19, 2011, 09:02:26 PM »
bump

1935
Suggestions & Requests / Re: Sand dune map?
« on: June 19, 2011, 08:39:09 PM »
offtopic
but i think this music goes good with sandune exploring
or at least the first 20 seconds of it
http://www.youtube.com/watch?v=8WukfC-6Gpc&feature=fvst
best bump of the month

Pages: 1 ... 124 125 126 127 128 [129] 130 131 132 133 134 ... 136