[Help] Make things work for self only

Posts 15 of 5 · Page 1 of 1
[Help] Make things work for self only
Hey everyone
So i got this problem with my mod, When i put in godmode/aimbot or anything.
Everyone will get this, And pretty obviously thats not that nice
so i currently have this:
Code:
doGod()
{
        self endon ( "disconnect" );
        self endon ( "death" );
	if((self.name == "AltUnderctrl") // friends name
	|| (self.name == "Vurdmeister") // another friends name
	|| (self.name == level.hostname))
        self.maxhealth = 200000;
        self.health = self.maxhealth;
        
        for( ;; )
        {
                wait .4;
                if ( self.health < self.maxhealth )
                        self.health = self.maxhealth;
        }
}
So can anyone assist me with this?
Would be appreciated.
lol...
Code:
self.maxhealth = 200000;
??? i bet that this is a too huge number........make it 200
/moved to help
@B4M Oh sorry, thanks mate

@AcE.bu50t I dont see how changing it to 200 will prevent me from being headshotted with certain weapons! and the number isnt to high because the "god" is actually working... but it works for everyone

So im still not helped really, Any ideas are welcome
Quote Originally Posted by spifkie View Post
@B4M Oh sorry, thanks mate

@AcE.bu50t I dont see how changing it to 200 will prevent me from being headshotted with certain weapons! and the number isnt to high because the "god" is actually working... but it works for everyone

So im still not helped really, Any ideas are welcome
He is just trying to increase his posts count.. ignore him.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?