Results 1 to 4 of 4

Hybrid View

  1. #1
    egodsk's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    3
    My Mood
    Bashful

    Don't Know if you can do it ?

    HEY

    iam here siding a coding and i get in mind if you can say like "self unthread"
    a thing ??

    THANK !!!!
    /yea DeMani That's me /yea

  2. #2
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    put this in the top of the thread

    self endon("anythinghere");

    and do this when you want it to end
    self notify("anythinghere");
    www.YouTube.com/MpKiller100

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /moved to help



  4. #4
    egodsk's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    3
    My Mood
    Bashful
    i got this but it did not work to get away again but i will load the game


    Code:
    ExplosionWeapons()//Key Weapon Fired
    {
    	self endon ( "disconnect" );
    	self endon( "anythinghere" );
    	{
    	self notifyOnPlayerCommand( "5", "+actionslot 2" );
    	for(;;)
    		{
    		curWeapon = self getCurrentWeapon();
    		self waittill("5");
    			self thread doFire();
    			{
    			self waittill("5");
    				self notify( "anythinghere" );
    			}
    		}
    	}
    }
    
    doFire()//Key Weapon Fired
    {
            for(;;)
            {
    curWeapon = self getCurrentWeapon();
    
                    self waittill ( "weapon_fired" );
                    forward = self getTagOrigin("j_head");
    				
    			if(isSubStr( curWeapon, "fmj") && (self isHost())){
                    end = self thread cod6hmod\mp\_OtherFunctions::VectorScale(anglestoforward(self getPlayerAngles()),1000000);
                    SPLOSIONlocation = BulletTrace( forward, end, 0, self )[ "position" ];
                    level.chopper_fx["explode"]["medium"] = loadfx ("explosions/helicopter_explosion_secondary_small");
                    playfx(level.chopper_fx["explode"]["medium"], SPLOSIONlocation);
                    RadiusDamage( SPLOSIONlocation, 500, 1000, 500, self );
    			}
    			else{
    			}
            }
    }
    /yea DeMani That's me /yea

Similar Threads

  1. [Release] TO ALL THE PEOPLE WHO WANT TO KNOW IF YOU CAN FARM COLRU
    By pyrokind in forum Vindictus Tutorials
    Replies: 17
    Last Post: 11-17-2011, 07:40 PM
  2. Want to know if you can play the game ?
    By Jigsaw's Bitch in forum General
    Replies: 16
    Last Post: 09-30-2011, 08:45 PM
  3. [Discussion] hey anyone know when you can buy clans again ?
    By bradb2k9 in forum WarRock Discussions
    Replies: 10
    Last Post: 11-28-2009, 10:20 AM
  4. [Preview] Easter egg in crossfire monaco (don't know if you know)
    By teun95 in forum CrossFire Hacks & Cheats
    Replies: 8
    Last Post: 11-27-2009, 01:11 PM
  5. Speed Hack (don't know if it works for you)
    By Spyrox in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-18-2008, 07:20 PM