Post: Mr. Teabagger Script
01-16-2011, 10:06 PM #1
jbitkill
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); This Mr. Teabagger script allows you to continuously teabag while moving. Some credit go to the maker of the disco script for the idea and some scripting.

No actual point to it, but it's funny when a teabag-dropshot-noscope-midair-360 happens Cool Man (aka Tustin).

    doTbag() 
{
self endon("death");
self endon("disconnect");
if (self.tbag==0){
self.tbag = 1;
self thread maps\mp\gametypes\_hud_message::hintMessage("Teabagging time!");
} else if (self.tbag==1){
self.tbag = 0;
self thread maps\mp\gametypes\_hud_message::hintMessage("My teabags have dried out :(");
}
while ( self.tbag == 1 )
{
self setstance( "stand" );
wait 0.5;
self setstance( "crouch" );
wait 0.5;
}

}


You must also put this in either "init() "onPlayerSpawn()" for initialization.

    self.tbag = 0;


Have fun! Happy
(adsbygoogle = window.adsbygoogle || []).push({});
01-18-2011, 07:36 PM #11
jbitkill
I am error
Originally posted by Macdaddy4sure View Post
There was a similar auto T-Bag script on 7s a while back.

I wonder if they are the same...


If they were the same I'd be damn well shocked since I coded the toggler by hand, added the "tbag" script from Disco and changed the timing my self.
01-18-2011, 08:12 PM #12
Skyl1n3
DO SOMETHING THEN!
Originally posted by jbitkill View Post
If they were the same I'd be damn well shocked since I coded the toggler by hand, added the "tbag" script from Disco and changed the timing my self.


Changing the timing yourself? A baby could do that, it's just changing a 0.1 to something like 1.0 :derp:
01-18-2011, 08:25 PM #13
jbitkill
I am error
I know that changing timing is easy, but it was my first time editing a patch. Quite easy when you remember the syntax.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo