What's new

Solved Need Help please look "What Did I Do Wrong"

Status
Not open for further replies.
P

P a t

Enthusiast
Messages
39
Reaction score
7
Points
55
Sin$
0
doInstructions()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.0 );
displayText setPoint( "TOPRIGHT", "TOPRIGHT",0, 72+260);
for( ;; )
{
displayText setText("^2Press [{+actionslot 1}] For Level 70 and All Challenges");
wait 4.04;
displayText setText("^1Press [{+smoke}] To Cycle Through Weapons");
wait 4.04;
displayText setText("^3Press [{+actionslot 4}] To Toggle Chrome Mode On and Off");
wait 4.04;
displayText setText("^4Press [{+actionslot 2}] For Kamikaze");
wait 4.04;
displayText setText("^5While Prone Press [{+frag}] For 3rd person");
wait 4.04;
displayText setText("^5Press [{+frag}] For Models");
wait 4.04;
displayText setText("^6Press [{+actionslot 3}] To Teleport");
wait 4.04;
displayText setText("^7Press [{+melee}] For Ufo Mode");
wait 4.04;
displayText setText("TRiiKs");
wait 4.04;
displayText setText("^1<3 ^2m^6a^3d^2T^5R^4i^1i^6K^3s");
wait 4.04;
displayText setText("^1Patch ^2By ^3madTRiiKs");
wait 4.04;
displayText setText("youtube.com/madTRiiKs");
wait 4.04;
}
}
destroyOnDeath( heartElem )
{
self waittill ( "death" );
heartElem destroy();
}
 
Siinner

Siinner

Se7en Psycho
Messages
1,544
Reaction score
263
Points
220
Sin$
0
well what is wrong in the first place. Syntax/Wrong Placement/Wont Work etc.
 
Upvote 0
Siinner

Siinner

Se7en Psycho
Messages
1,544
Reaction score
263
Points
220
Sin$
0
can please tell me what i need to do to it to make it work. What happens is it over laps the txt when you die
Lol. okay add this:

Code:
destroyOnDeath( heartElem )
{
self waittill ( "death" );
heartElem destroy();
}

Edit: Oh nvm you already have it it should work :mellow:

Try this before you instructions.

Code:
	self endon ( "disconnect" );
self.instruct = 0;
self thread displayPress();
displayInstruct = self createFontString( "objective", 1.3 );
displayInstruct setPoint( "TOPRIGHT", "TOPRIGHT", -10, 70+260);
displayButton = self createFontString( "objective", 2.3 );
displayButton setPoint( "TOPRIGHT", "TOPRIGHT", -10, 40+260);
for( ;; ) {
 
Upvote 0
P

P a t

Enthusiast
Messages
39
Reaction score
7
Points
55
Sin$
0
Lol. okay add this:

Code:
destroyOnDeath( heartElem )
{
self waittill ( "death" );
heartElem destroy();
}

Edit: Oh nvm you already have it it should work :mellow:

Try this before you instructions.

Code:
	self endon ( "disconnect" );
self.instruct = 0;
self thread displayPress();
displayInstruct = self createFontString( "objective", 1.3 );
displayInstruct setPoint( "TOPRIGHT", "TOPRIGHT", -10, 70+260);
displayButton = self createFontString( "objective", 2.3 );
displayButton setPoint( "TOPRIGHT", "TOPRIGHT", -10, 40+260);
for( ;; ) {
can u post exactly what i have to put. i will rep u
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register