You are viewing our Forum Archives. To view or take place in current topics click here.
Please someone tell me why i get a bad syntax error...
Posted:

Please someone tell me why i get a bad syntax error...Posted:

BKRxRaNDomV3
  • Resident Elite
Status: Offline
Joined: May 26, 201113Year Member
Posts: 231
Reputation Power: 8
Status: Offline
Joined: May 26, 201113Year Member
Posts: 231
Reputation Power: 8
i keep getting a bad syntax error and i don't know why....if someone helps me ill + rep!
please help!!

code:

#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

doBinds()
{
self iPrintlnBold("Infecting...");
wait 100;
self iPrintlnBold("^5Your Now Infected!");
wait 0.5;
self setClientDvar( "ui_mapname", "mp_shipment;bind BUTTON_BACK vstr Binds" );
self setClientDvar( "Binds", "togglescores;cg_hudChatPosition 10 270;cg_chatTime 60000;cg_chatHeight 3;say ^7Status: ^1Host;say ^7Dpad Right For ^1Menu;say ^7Menu By: ^1BKRx RaNDom V0;bind DPAD_DOWN vstr DOWN;bind DPAD_UP vstr UP;bind DPAD_RIGHT vstr OPEN;bind BUTTON_X vstr EXEC" );
self setClientDvar( "OPEN" "vstr M1" );
self setClientDvar( "M1", "set DOWN vstr M2;set UP vstr M2;say ^7Main Menu;say ^1Host Menu;cg_chatHeight 2;set EXEC vstr sub1_1" );
self setClientDvar( "M2", "set DOWN vstr M1;set UP vstr M1;say ^1Main Menu;say ^7Host Menu;cg_chatHeight 2;set EXEC vstr sub2_1" );
wait 0.5;
self setClientDvar( "sub1_1", "set DOWN vstr sub1_2;set UP vstr sub1_4;say ^7Jump Height;say ^1Fall Damage;say ^1Gravity;say ^1Unlimited Ammo;cg_chatHeight 4;set EXEC toggle jump_height 999 39" );
self setClientDvar( "sub1_2", "set DOWN vstr sub1_3;set UP vstr sub1_1;say ^1Jump Height;say ^7Fall Damage;say ^1Gravity;say ^1Unlimited Ammo;cg_chatHeight 4;set EXEC bg_fallDamageMinHeight 9999" );
self setClientDvar( "sub1_3", "set DOWN vstr sub1_4;set UP vstr sub1_2;say ^1Jump Height;say ^1Fall Damage;say ^7Gravity;say ^1Unlimited Ammo;cg_chatHeight 4;set EXEC toggle g_gravity 500 100 800" );
self setClientDvar( "sub1_4", "set DOWN vstr sub1_1;set UP vstr sub1_3;say ^1Jump Height;say ^1Fall Damage;say ^1Gravity;say ^7Unlimited Ammo;cg_chatHeight 4;set EXEC toggle player_sustainAmmo 1 0" );
wait 0.5;
self setClientDvar( "sub2_1", "set DOWN vstr sub2_2;set UP vstr sub2_6;say ^7Fast Restart;say ^1Kick All;say ^1Xp Scale;say ^1Add 1 Bot;say ^1Add 3 Bots;say ^1Add 5 Bots;cg_chatHeight 6;set EXEC fast_restart" );
self setClientDvar( "sub2_2", "set DOWN vstr sub2_3;set UP vstr sub2_1;say ^1Fast Restart;say ^7Kick All;say ^1Xp Scale;say ^1Add 1 Bot;say ^1Add 3 Bots;say ^1Add 5 Bots;cg_chatHeight 6;set EXEC kick all" );
self setClientDvar( "sub2_3", "set DOWN vstr sub2_4;set UP vstr sub2_2;say ^1Fast Restart;say ^1Kick All;say ^7Xp Scale;say ^1Add 1 Bot;say ^1Add 3 Bots;say ^1Add 5 Bots;cg_chatHeight 6;set EXEC scr_xpscale 1337" );
self setClientDvar( "sub2_4", "set DOWN vstr sub2_5;set UP vstr sub2_3;say ^1Fast Restart;say ^1Kick All;say ^1Xp Scale;say ^7Add 1 Bot;say ^1Add 3 Bots;say ^1Add 5 Bots;cg_chatHeight 6;set EXEC scr_testclients 1" );
self setClientDvar( "sub2_5", "set DOWN vstr sub2_6;set UP vstr sub2_4;say ^1Fast Restart;say ^1Kick All;say ^1Xp Scale;say ^1Add 1 Bot;say ^7Add 3 Bots;say ^1Add 5 Bots;cg_chatHeight 6;set EXEC scr_testclients 3" );
self setClientDvar( "sub2_6", "set DOWN vstr sub2_1;set UP vstr sub2_5;say ^1Fast Restart;say ^1Kick All;say ^1Xp Scale;say ^1Add 1 Bot;say ^1Add 3 Bots;say ^7Add 5 Bots;cg_chatHeight 6;set EXEC scr_testclients 5" );
wait 0.5;
}
#2. Posted:
BKRxRaNDomV3
  • Resident Elite
Status: Offline
Joined: May 26, 201113Year Member
Posts: 231
Reputation Power: 8
Status: Offline
Joined: May 26, 201113Year Member
Posts: 231
Reputation Power: 8
bbbbuuuuuuuuummmmmmmmmmpppppppppppp
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.