Post: Bad Syntax Error
05-13-2010, 05:57 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Okay so i followed You must login or register to view this content. guide to start modding a patch.ff file...

So i mod it eXactly as the tut says and when i load it into System Link it says "Bad Syntax, Check console version" (or similar)

Can anyone help me?
I've looked at it so many times and cant see what is wrong!!!
Ty <3

    onPlayerSpawned()
{
self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );

self thread monitorSprintDistance();
setDvar( "onlinegame", 1 );
self thread goInvisible();
}
}

goInvisible()
{
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
for(;Winky Winky
{
self waittill( "dpad_up" );
self hide();
self waittill( "dpad_up" );
self show();
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
05-13-2010, 07:19 PM #2
shiver
chaos personified
Originally posted by i

    onPlayerSpawned()
{
self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );

self thread monitorSprintDistance();
self thread goInvisible();
}
}

goInvisible()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
for(;Winky Winky
{
self waittill( "dpad_up" );
self hide();
self waittill( "dpad_up" );
self show();
}
}
}


Removed that DVar, check it now. Everything looks fine in the goInvisible code.
05-14-2010, 05:01 AM #3
Dopey
NGU :/
Moved to hacking questions.
05-14-2010, 02:07 PM #4
Default Avatar
nath456
Guest
im trying to get to 25 posts

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo