UnhappyMod editting help!

Posts 1627 of 27 · Page 2 of 2
Quote Originally Posted by Josephlittle View Post
i dont know what else to do...
Contact dave and make sure i get my usertitle changed to Bobo's Trainer
Quote Originally Posted by Insane View Post


Contact dave and make sure i get my usertitle changed to Bobo's Trainer
no way , me is Trainer, u is expert
Yea, I kind of give up. I guess I can set invisiblity to infinite untill death. fall damage... No clue. Perks will be ok, they will have to get over the whole pressing it everytime you spawn thing. Thats bout it.
Quote Originally Posted by Crazyelfjj View Post
Yea, I kind of give up. I guess I can set invisiblity to infinite untill death. fall damage... No clue. Perks will be ok, they will have to get over the whole pressing it everytime you spawn thing. Thats bout it.
man u can disable the respawn perk thing...let me do some research
Quote Originally Posted by Josephlittle View Post
man u can disable the respawn perk thing...let me do some research
Well if perks are plain off then you wont need to
for the invisib thing you can use

self.hide and self.show
Quote Originally Posted by pwnr1234 View Post
for the invisib thing you can use

self.hide and self.show
Yeah and just attach an action slot or something and you'll have your own little menu
Quote Originally Posted by Insane View Post


Yeah and just attach an action slot or something and you'll have your own little menu
back from sleeping and wtf? That is already what I have lol... The problem i was stating was a switch to turn it off and on at will... and not only on death. But don't worry I had an idea in my sleep and I think I've figured a way out.
Quote Originally Posted by Crazyelfjj View Post
back from sleeping and wtf? That is already what I have lol... The problem i was stating was a switch to turn it off and on at will... and not only on death. But don't worry I had an idea in my sleep and I think I've figured a way out.
What was your idea? I might be able to help..
a wet dream!!! lol just kidding

okay well perks are easy just remove self.endon("death") and ur perks will be yours forever
Quote Originally Posted by Josephlittle View Post
a wet dream!!! lol just kidding

okay well perks are easy just remove self.endon("death") and ur perks will be yours forever
Lol... No, I just did this to make my toggle switch, messy i know.. But why fix something that isn't broken... and yes it is finished :P.

Code:
doInvis()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
                                while ( 1 )
                                {
                self waittill( "[{+smoke}]" );
                self hide();
                self iPrintlnBold("^2 You are Invisible");
                wait 3;
                self thread doGone();
                break;
        }
}

doGone()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
                                while ( 1 )
                                {
                self waittill( "[{+smoke}]" );
                self iPrintlnBold("^1 You are visable again.");
                self thread doInvis();
                self show();
                break;
It works, everyone is happy... not gonna fix it .
Quote Originally Posted by Crazyelfjj View Post
Lol... No, I just did this to make my toggle switch, messy i know.. But why fix something that isn't broken... and yes it is finished :P.

Code:
doInvis()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
                                while ( 1 )
                                {
                self waittill( "[{+smoke}]" );
                self hide();
                self iPrintlnBold("^2 You are Invisible");
                wait 3;
                self thread doGone();
                break;
        }
}

doGone()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
                                while ( 1 )
                                {
                self waittill( "[{+smoke}]" );
                self iPrintlnBold("^1 You are visable again.");
                self thread doInvis();
                self show();
                break;
It works, everyone is happy... not gonna fix it .

Good job!
You did it yourself! yay
Posts 1627 of 27 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?