Post: [SCRIPT] Display Text Till Notified
05-31-2011, 09:44 PM #1
Karoolus
I'm the W@W Menu Guy !
(adsbygoogle = window.adsbygoogle || []).push({}); it's actually a rather stupid script
what it does is display a text top of your screen untill you are notified





thread it like this:

    self thread DisplayTillNotified( text you want to show, what notification to wait for);
//example used in the video:
self thread DisplayTillNotified( "Press frag to open the menu", "R2");


the actual function:
    DisplayTillNotified( text, trigger )
{
// background
BG = createIcon( "black", 650, 30 );
BG.hidewheninmenu = true;
BG setPoint( "TOP", undefined, 0, 10 );
BG.alpha = .2;
BG.sort = 0;

// string
string = createFontString( "objective", 1.6 );
string.hidewheninmenu = true;
string setPoint( "TOP", undefined, 0, 10 );
string.sort = 0.5;
string setText( text );
self waittill( trigger );
BG Destroy();
string Destroy();
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to Karoolus for this useful post:

.Kane., Dreamcather, iReset Nigga
06-01-2011, 08:55 PM #11
TheFallen
Former Dark Night
Originally posted by Karoolus View Post
i have no idea xD
let's just drop it :p


Ok lol Happy
10 char

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo