(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys I dont know if this is posted and most people probably know this but here is the tip.
When you have this
' it says you have a syntax error but you really dont.
Example:
Syntax Error:
iPrintln( "This is TJCOOL's example" );
No Syntax Error:
iPrintln( "This is TJCOOLs example" );
But it is only a syntax error in the fastfile editor on the game it will work fine. I just wanted to help those people that are getting a syntax error on the fastfile editor and dont know why.