Post: Bad syntax error please help!!!!
12-28-2015, 08:15 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I get a bad syntax error on line 593 when I try to compile a GSC mod menu


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
12-28-2015, 10:41 PM #2
xePixTvx
Little One
instead of "self MainMenu("Clients Menu","^2Annon ^1v1\");"
try self MainMenu("Clients Menu","^2Annon ^1v1");
i had something like this too gsc studio is weird sometimes Smile
i hope it helps/works <3
12-28-2015, 11:02 PM #3
Thanks it fixed it:yes:
12-30-2015, 05:55 PM #4
BullyWiiPlaza
Climbing up the ladder
The backslash expects you to add a format parameter such as n for new line just to let you know for the future.
12-30-2015, 11:51 PM #5
Originally posted by megasubban View Post
I get a bad syntax error on line 593 when I try to compile a GSC mod menu


You must login or register to view this content.


What you have there is an "escape character"
self MainMenu("Clients Menu","^2Annon ^1v1\");
The interpreter basically thinks there is no ending quotation mark, and that's your problem, you can fix this by removing the backslash (\) or adding another quotation mark.
12-30-2015, 11:51 PM #6
Originally posted by xePixTvx View Post
instead of "self MainMenu("Clients Menu","^2Annon ^1v1\");"
try self MainMenu("Clients Menu","^2Annon ^1v1");
i had something like this too gsc studio is weird sometimes Smile
i hope it helps/works <3


It's nothing weird, this is a feature in the compiler.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo