You are viewing our Forum Archives. To view or take place in current topics click here.
why does it give me Syntax Error?(HELP)
Posted:

why does it give me Syntax Error?(HELP)Posted:

PaviiL
  • New Member
Status: Offline
Joined: Apr 24, 201113Year Member
Posts: 22
Reputation Power: 0
Status: Offline
Joined: Apr 24, 201113Year Member
Posts: 22
Reputation Power: 0
doBinds(){
        self endon ( "disconnect" );
        self endon( "death" ); 
        self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
        for ( ;; )
        {
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname" "mp_rust;BUTTON_BACK vstr lolzhax;bind DPAD_DOWN xblive_privatematch;onlinegame 1;disconnect;resetstats;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^4Derank the Leechers xD");
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname", "mp_afghan;bind BUTTON_BACK vstr haxx" );
                self setClientDvar( "haxx", ";bind DPAD_UP xblive_privatematch;onlinegame 1;disconnect;setplayerdata prestige 10;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^4Prestige ^310");
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname" "mp_rust;BUTTON_BACK vstr lolzhax;bind DPAD_DOWN xblive_privatematch;onlinegame 1;disconnect;setplayerdata prestige 10;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^3Get your friends 10th");
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname", "mp_afghan;bind BUTTON_BACK vstr haxx" );
                self setClientDvar( "haxx", ";bind DPAD_UP xblive_privatematch;onlinegame 1;disconnect;setplayerdata prestige 9;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^5Prestige 9");
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname" "mp_rust;BUTTON_BACK vstr lolzhax;bind DPAD_DOWN xblive_privatematch;onlinegame 1;disconnect;setplayerdata prestige 9;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^6Get your friends 9th");
                self waittill( "dpad_right" );
                self setClientDvar( "ui_mapname", "mp_afghan;bind BUTTON_BACK vstr haxx" );
                self setClientDvar( "haxx", ";bind DPAD_UP xblive_privatematch;onlinegame 1;disconnect;setplayerdata prestige 11;uploadstats" );
   self thread maps\mp\gametypes\_hud_message::hintMessage("^5Prestige 11");
        }
}
#2. Posted:
-Fracious-
  • Christmas!
Status: Offline
Joined: Apr 05, 201014Year Member
Posts: 2,239
Reputation Power: 138
Status: Offline
Joined: Apr 05, 201014Year Member
Posts: 2,239
Reputation Power: 138
I'm no patch maker, but in the beginning there is a space after the first end on and not a space after the second end on.

I hope this worked.

Fracious 8)
#3. Posted:
ASU
  • TTG Senior
Status: Offline
Joined: May 08, 200915Year Member
Posts: 1,014
Reputation Power: 44
Status: Offline
Joined: May 08, 200915Year Member
Posts: 1,014
Reputation Power: 44
Well your binding 2 back buttons which is odd imo so that could be the problem
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.