Post: God Mode Not Disabling?
03-13-2015, 02:22 PM #1
Z0neyDanza
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); So for whatever reason my God Mode will only turn on and not off. It's pretty fucking annoying. Is there any simple reason I may be overlooking? It shows it turning off, but it never actually goes off. Here's the code I'm using;

    
InfiniteHealth()
{
self.InfiniteHealth=booleanOpposite(self.InfiniteHealth);
self iPrintln(booleanReturnVal(self.InfiniteHealth,"God Mode ^1OFF","God Mode ^2ON"));
if(self.unicorn==true||self.InfiniteHealth)
{
self enableInvulnerability();
self.unicorn=false;
}
else
{
if(self.menu.open == false)
self disableInvulnerability();
//self suicide(); //Added this to take it off since nothing else works.
self.unicorn=true;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
03-13-2015, 04:33 PM #11
Z0neyDanza
Climbing up the ladder
Originally posted by YouViolateMe View Post
<rant>

There's plenty of gsc tutorials. And no I'm not an asshole. I help people. I've posted numerous times if you need help with something you can contact me on skype. I've done a few tutorials. It's just the fact that you changed the name of the menu to Donza v1.1, that's why I'm a little ticked off. If it had credits to the original makers I would be totally fine with it. I understand that people use other menus to learn, hell even I did that back in world at war. But simply renaming the title of the patch and changing some strings, that is not learning.

</rant>

If you want to learn GSC you can add me on skype: nlovett218. I would have been more than happy to help you dude.


I completely understand where you're coming from. However I used it for personal use. Never attempted to release it as my own. Replacing some strings and functions did actually help me learn. I know how to program in VB, so picking up the Syntax of GSC wasn't TO hard but it took some getting used to. Figuring out how to add sub menus and other menu lists is what I mainly used it for. Rearranged some things to my likings. Yes changing the name was a dick move period, but I never tried to release it to anybody so nobody would of thought I made it from scratch. I'm still learning. Leaning how to use the syntax and make my own functions. Still learning all the built in syntax in the editor itself. Never did I make a Youtube video just promoting the menu, it was just used for my personal learning and fun. As I said though, I'm no longer even using it as I'm doing my best to make one from the ground up (minus the menu base).
03-13-2015, 06:59 PM #12
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Z0neyDanza View Post
I completely understand where you're coming from. However I used it for personal use. Never attempted to release it as my own. Replacing some strings and functions did actually help me learn. I know how to program in VB, so picking up the Syntax of GSC wasn't TO hard but it took some getting used to. Figuring out how to add sub menus and other menu lists is what I mainly used it for. Rearranged some things to my likings. Yes changing the name was a dick move period, but I never tried to release it to anybody so nobody would of thought I made it from scratch. I'm still learning. Leaning how to use the syntax and make my own functions. Still learning all the built in syntax in the editor itself. Never did I make a Youtube video just promoting the menu, it was just used for my personal learning and fun. As I said though, I'm no longer even using it as I'm doing my best to make one from the ground up (minus the menu base).


Well for that I thank you. And GSC is more of a derivative from C++/C just saying.
03-13-2015, 07:02 PM #13
Z0neyDanza
Climbing up the ladder
Originally posted by YouViolateMe View Post
Well for that I thank you. And GSC is more of a derivative from C++/C just saying.


Yeah I noticed. Picking up on programming is something I don't have a hard time with is what I was getting at. Again sorry for that shit, never meant any disrespect.

The following user thanked Z0neyDanza for this useful post:

Im_YouViolateMe
03-13-2015, 08:22 PM #14
EternalHabit
Former Staff
Originally posted by Z0neyDanza View Post
So for whatever reason my God Mode will only turn on and not off. It's pretty fucking annoying. Is there any simple reason I may be overlooking? It shows it turning off, but it never actually goes off. Here's the code I'm using;

    
InfiniteHealth()
{
self.InfiniteHealth=booleanOpposite(self.InfiniteHealth);
self iPrintln(booleanReturnVal(self.InfiniteHealth,"God Mode ^1OFF","God Mode ^2ON"));
if(self.unicorn==true||self.InfiniteHealth)
{
self enableInvulnerability();
self.unicorn=false;
}
else
{
if(self.menu.open == false)
self disableInvulnerability();
//self suicide(); //Added this to take it off since nothing else works.
self.unicorn=true;
}
}

the reason its not disabling is because of this if(self.menu.open == false) if your not using it in sharks base/whitewater base
03-14-2015, 03:30 PM #15
Z0neyDanza
Climbing up the ladder
Originally posted by xTurntUpLobbies View Post
the reason its not disabling is because of this if(self.menu.open == false) if your not using it in sharks base/whitewater base


Thank you.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo