Post: Bad Syntax (Around Line 0)?
03-15-2017, 09:09 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Can someone help me?

It says there is a bad syntax around line 0...

    lf.health=self.maxhealth;
self enableInvulnerability();
self.godenabled=true;
self.God=true;
}
else
{
self iPrintln("GodMode ^1Off");
self.maxhealth=100;
self.health=self.maxhealth;
self disableInvulnerability();
self.godenabled=false;
self.God=false;
}
}
ToggleUAV()
{
03-15-2017, 09:46 PM #2
Patrick
League Champion
idk if you c+p'ed the code you gave us wrong or you actually fucked up this bad?
03-15-2017, 09:54 PM #3
@Patrick I will send you my Scripts.gsc file and you could fix it.
03-15-2017, 09:56 PM #4
You must login or register to view this content.
03-15-2017, 10:43 PM #5
Patrick
League Champion
Originally posted by Fragile View Post
You must login or register to view this content.


Get rid of the top function and use this.
    godMode()
{
if(!isDefined(self.godmode))
{
self.godmode = true;
self EnableInvulnerability();
}
else
{
self.godmode = undefined;
self DisableInvulnerability();
}
}
03-15-2017, 11:04 PM #6
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by Patrick View Post
Get rid of the top function and use this.
    godMode()
{
if(!isDefined(self.godmode))
{
self.godmode = true;
self EnableInvulnerability();
}
else
{
self.godmode = undefined;
self DisableInvulnerability();
}
}


w0rked gr8 many thx.
03-16-2017, 12:02 AM #7
I hate this now it says error around line 13
03-16-2017, 08:36 AM #8
Patrick
League Champion
Originally posted by Fragile View Post
I hate this now it says error around line 13


GG famalam.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo