Page 1 of 1
Delete plz
Posted: October 4th, 2010, 6:06 pm
by Trckrcj
Delete plz
Re: Cod4 Radiant: appearing message and custom texture
Posted: October 4th, 2010, 6:20 pm
by Rezil
Multiple ways. One(the easier way but less versatile) is to make a trigger_use_touch and give it a hintstring(press N to bring up the entitiy window, select the trigger, then add these keys and alues: key - hintstring, value - *Your text here*).
Another is to print a line of text directly from the script by using iprintlnbold("Text");.
Yet another way is to also print text from the script, but making the text permanent by making a new HUD element (newHUDelem()/newClientHUDelem(player)).
Delete plz
Posted: October 4th, 2010, 7:42 pm
by Trckrcj
Delete plz
Re: Cod4 Radiant: appearing message
Posted: October 4th, 2010, 8:19 pm
by Rezil
Help you with what exactly?
Re: [SOLVED] Cod4 Radiant: appearing message
Posted: October 8th, 2010, 10:44 pm
by Pedsdude
On a side note, mp_elevator_madness sounds like the worst idea for a map ever.