You are viewing our Forum Archives. To view or take place in current topics click here.
MW2 Patch help: problem with text
Posted:

MW2 Patch help: problem with textPosted:

alisdairb1995
  • New Member
Status: Offline
Joined: Apr 23, 201014Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Apr 23, 201014Year Member
Posts: 6
Reputation Power: 0
im needing some help with my patch. I have some text at the bottom of my screen and it cycles through teeling the players on what buttons do what as it is for the pc. When i die or change team all the text comes at ones and overlaps each other and it cant be read.

Here is the coding. Sorry i dont know how to put it in a drop down menu
doheart6()
{

heartElem = self createFontString( "objective", 2.0 );
heartElem setPoint( "TOP", "", 0, 0 + 79);
for( ;; )
{
heartElem setText("^1Please ^2Follow ^3The ^4Commands^5!");
wait 6;
heartElem setText("^1Press z ^6to toggle stats");
wait 6;
heartElem setText("^2Press j ^5To Complete Challanges");

wait 6;
heartElem setText("^3Press P ^4To Activate Vision Mods ");
wait 6;
heartElem setText("^4Press N ^3To Toggle Chrome Vision");
wait 6;
heartElem setText("^5Press M ^2to toggle Projectiles");
wait 6;
heartElem setText("^6Press I ^1To Recieve Emergency Airdrop");
wait 6;
heartElem setText("^1Press 9 ^4To Teleport ");
wait 6;
heartElem setText("^2Double Tap 8 ^3To Toggle 3rd Person");
wait 6;
heartElem setText("^3Press 6 ^2To Use Ufo");
wait 6;
heartElem setText("^4Press and hold Q ^1To Call kamakazie Bomber");
wait 6;
heartElem setText("^5Press k ^1To Toggle Slow Motion");
wait 6;

}
}

Can someone please tell me what is wrong
#2. Posted:
uKMODzZz
  • Wise One
Status: Offline
Joined: Jun 27, 201014Year Member
Posts: 580
Reputation Power: 23
Status: Offline
Joined: Jun 27, 201014Year Member
Posts: 580
Reputation Power: 23
i think you have got to change the wait 6 my patch hasnt got wait 6 that many times
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.