0


I was bored so I just made this.
I know how a person would inject themselves, moan, then get a buzz, drop their weapon, get blurred vision, and more energy. I don't do drugs, ive had friends who have, who told me stories.
Code:heroin() { self endon ( "disconnect" ); self endon ( "death" ); self takeAllWeapons(); self giveWeapon( "syrette_mp" ); self maps\mp\gametypes\_battlechatter_mp::mpSayLocalSound( self, "fire", "scream" ); self iPrintIn( "You are Now ^2H^1ig^3h" ); wait 1; self takeWeapon( "syrette_mp" ); self.maxhealth = 50; self.health = self.maxhealth; self setMoveSpeedScale( 3 ); self setClientDvar("r_blur", 4); for( i = 30; i > 0; i++ ) { self iPrintIn( i ); wait 1; } self iPrintIn( "You are Now Sober" ); self setMoveSpeedScale( 1 ); self returnWeapons(); self setClientDvar("r_blur", 0); self.maxhealth = 100; self.health = self.maxhealth; }
Last edited by PvtRyan; 06-30-2013 at 08:51 PM. Reason: Background of heroin and why i made this
Good job.
Bookmarks