You are viewing our Forum Archives. To view or take place in current topics click here.

Was This helpful?

Yes
90.24% (37 votes)
No
9.76% (4 votes)

Total Votes: 41

#71. Posted:
United_Kingdom
  • Christmas!
Status: Offline
Joined: Dec 16, 200914Year Member
Posts: 2,863
Reputation Power: 381
Status: Offline
Joined: Dec 16, 200914Year Member
Posts: 2,863
Reputation Power: 381
TTG_MITCHELL wrote doSpinningText()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.1 );
cx = 0;
cy = 0;
rad = 150;
i = 0;
for( ;; )
{
xx = cx + sin(i)*rad;
yy = cy + cos(i)*rad;
displayText setPoint( "CENTER", "CENTER", xx, yy);
displayText setText("^6<3");
wait .01;
i++;
}
}





where do i put the text i want in ?



displayText setText("^6<3");

Take out the ^6<3 and put what ever you want in
#72. Posted:
Food-------------
  • TTG Senior
Status: Offline
Joined: Apr 02, 200915Year Member
Posts: 1,246
Reputation Power: 94
Status: Offline
Joined: Apr 02, 200915Year Member
Posts: 1,246
Reputation Power: 94
this very helpful nice post
#73. Posted:
xpRobinHood
  • TTG Senior
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
THANKS RYZo1 FOR HELPING HIM WHEN I WAS GONE ...
#74. Posted:
TTG_BoXxY
  • TTG Senior
Status: Offline
Joined: Jun 27, 201013Year Member
Posts: 1,021
Reputation Power: 43
Status: Offline
Joined: Jun 27, 201013Year Member
Posts: 1,021
Reputation Power: 43
I Absulutly <3 this post !
#75. Posted:
TTG_LowreyUK
  • TTG Senior
Status: Offline
Joined: Jun 25, 201013Year Member
Posts: 1,279
Reputation Power: 52
Status: Offline
Joined: Jun 25, 201013Year Member
Posts: 1,279
Reputation Power: 52
Sexy Post Robin <3 Well Post
#76. Posted:
Ant
  • V5 Launch
Status: Offline
Joined: Jun 12, 200914Year Member
Posts: 8,515
Reputation Power: 520
Status: Offline
Joined: Jun 12, 200914Year Member
Posts: 8,515
Reputation Power: 520
Chrome guns is pretty cool, a video is needed!
#77. Posted:
xpRobinHood
  • TTG Senior
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
Ant450 wrote Chrome guns is pretty cool, a video is needed!

thanks i got a few videos but i cant post them up do to advertising in the intro
#78. Posted:
Chinese
  • TTG Undisputed
Status: Offline
Joined: Jan 18, 201014Year Member
Posts: 5,063
Reputation Power: 321
Status: Offline
Joined: Jan 18, 201014Year Member
Posts: 5,063
Reputation Power: 321
mainly lost's stuff, so credit to him! i found a new Code to put there

doSuicide()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
        for(;;) {
                self waittill("dpad_down");
      self takeAllWeapons();
      self giveWeapon( "onemanarmy_mp", 0 );
      self switchToWeapon( "onemanarmy_mp" );
      wait 1.5;
              playfx(level.chopper_fx["explode"]["large"], self.origin);
      foreach( player in level.players ) {
         player playlocalsound( "nuke_explosion" );
         player playlocalsound( "nuke_wave" );
         PlayFXOnTagForClients( level._effect[ "nuke_flash" ], self, "tag_origin", player );
      }
                level._effect[ "cloud" ] = loadfx( "explosions/emp_flash_mp" );
                playFx( level._effect[ "cloud" ], self.origin+(0,0,200));
                RadiusDamage( self.origin, 4000, 4000, 1, self );
                Earthquake( 0.5, 4, self.origin, 800 );
      wait 8;
        }
}
#79. Posted:
xpRobinHood
  • TTG Senior
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 1,304
Reputation Power: 787
new i just added 3d codes!!! look at video to see what it looks like
#80. Posted:
-Pope
  • TTG Champion
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 8,929
Reputation Power: 392
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 8,929
Reputation Power: 392
very nice post
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.