Post: help with a script
08-19-2017, 01:37 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I* keep getting this syntax error on line 474

You must login or register to view this content.
08-19-2017, 04:21 PM #2
KrazyKandy
I am error
You need an
    else

there.
Last edited by KrazyKandy ; 08-19-2017 at 04:38 PM.
08-19-2017, 04:50 PM #3
EternalHabit
Former Staff
Originally posted by autodark View Post
I* keep getting this syntax error on line 474

You must login or register to view this content.


that's a decompiled script lol. your gonna be getting a lot of errors

The following user thanked EternalHabit for this useful post:

anthonything
08-19-2017, 10:50 PM #4
Originally posted by KrazyKandy View Post
You need an
    else

there.

yeah I tried that which I'm still getting that same syntax error. if u could tell me exactly where to put [ else ] at.

I done it like this

[QUOTEelse
{
i++;
?;//Jump here. This may be a loop, else, continue, or break. Please fix this code section to re-compile.
}
}][/QUOTE]
08-20-2017, 01:14 AM #5
KrazyKandy
I am error
Originally posted by autodark View Post
yeah I tried that which I'm still getting that same syntax error. if u could tell me exactly where to put [ else ] at.

I done it like this

[QUOTEelse
{
i++;
?;//Jump here. This may be a loop, else, continue, or break. Please fix this code section to re-compile.
}
}]
[/QUOTE]

Well ya, its this lol
    ?;//Jump here. This may be a loop, else, continue, or break. Please fix this code section to re-compile.
08-22-2017, 02:29 PM #6
MrXcell1
Pokemon Trainer
Oh look, decompiled is written all over that code

The following user thanked MrXcell1 for this useful post:

anthonything
08-24-2017, 04:36 AM #7
anthonything
Space Ninja
Originally posted by EternalHabit View Post
that's a decompiled script lol. your gonna be getting a lot of errors


Originally posted by MrXcell1 View Post
Oh look, decompiled is written all over that code


Unintentional watermarking FTW!
05-14-2019, 10:54 PM #8
liam.n
Keeper
hi guys I keep getting Bad syntax in line 1082. sorry if noob lool and yes it is decompiled code. its zomblie lands as the force host don't work so I stole it from another gsc menu




getplayername( player )
{
playername = getsubstr( player.name, 0, player.name.size );
i = 0;
while( i < playername.size )
{
if( playername == "]" )
{
break;
}
else
{
line 1082 i++;
?;//Jump here. This may be a loop, else, continue, or break. Please fix this code section to re-compile.
}
}
if( playername.size != i )
{
playername = getsubstr( playername, i + 1, playername.size );
}
return playername;
05-17-2019, 12:07 PM #9
FRINZ
I’m too L33T
Originally posted by liam.n View Post
hi guys I keep getting Bad syntax in line 1082. sorry if noob lool and yes it is decompiled code. its zomblie lands as the force host don't work so I stole it from another gsc menu




getplayername( player )
{
playername = getsubstr( player.name, 0, player.name.size );
i = 0;
while( i < playername.size )
{
if( playername == "]" )
{
break;
}
else
{
line 1082 i++;
?;//Jump here. This may be a loop, else, continue, or break. Please fix this code section to re-compile.
}
}
if( playername.size != i )
{
playername = getsubstr( playername, i + 1, playername.size );
}
return playername;

    getplayername(player)
{
playername= getSubStr(player.name, 0, player.name.size); ///
for(i = 0; i < playername.size; i++)
{
if(playername[i]=="]")
break;
}
if(playername.size != i)
playername= getSubStr(playername, i + 1, playername.size);

return playername;
}


Originally posted by another user
force host don't work so I stole it from another gsc menu
=Z

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo