Post: Syntax Error help pl0x?
02-09-2011, 05:05 PM #1
GetDeleted -_-
- Former TACOTIME77 -
(adsbygoogle = window.adsbygoogle || []).push({}); EDIT: Fixed it
(adsbygoogle = window.adsbygoogle || []).push({});
02-09-2011, 05:51 PM #2
seb5594
Proud Former Admin
1. Patch?
2. What do you edit in this patch?
02-09-2011, 06:59 PM #3
Originally posted by Tacotime77 View Post
You must login or register to view this content.

I've just started getting into coding and started learning a little C++ but i have no idea why i'm still getting syntax errors =/


Great to see legendary Tacotime asking help! :mudkip:

Anyway, I checked the .gsc... It looked okay.
Try to take something off and try again
02-09-2011, 11:07 PM #4
GetDeleted -_-
- Former TACOTIME77 -
Originally posted by seb5594 View Post
1. Patch?
2. What do you edit in this patch?


My own, im just trying to make a stealth patch with all my fav codes from diff patches
02-09-2011, 11:34 PM #5
d7w7z
Bounty hunter
Originally posted by Tacotime77 View Post
You must login or register to view this content.

I've just started getting into coding and started learning a little C++ but i have no idea why i'm still getting syntax errors =/


Dunno about this, Just looked down it quickly.

The for maybe? Not sure if you can put on different lines like that.

    ProneLeft()
{
self endon("disconnect");
self endon("death");
for (;
;
){
self waittill("dpad_left");
if (self GetStance()=="prone"){
self thread doInvisible();
}
}
}
02-10-2011, 06:59 AM #6
Jannis96
This is ****ing annoying.
Originally posted by d7w7z View Post
Dunno about this, Just looked down it quickly.

The for maybe? Not sure if you can put on different lines like that.

    ProneLeft()
{
self endon("disconnect");
self endon("death");
for (;
;
){
self waittill("dpad_left");
if (self GetStance()=="prone"){
self thread doInvisible();
}
}
}


Originally posted by Tacotime77 View Post
My own, im just trying to make a stealth patch with all my fav codes from diff patches


Try this

    {
self endon("disconnect");
self endon("death");
for (;Winky Winky
{
self waittill("dpad_left");
if (self GetStance()=="prone")
{
self thread doInvisible();
}
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo