PDA

View Full Version : Help me, please.



A Recon Soldier
11-24-2004, 10:19 PM
I need help. The information you will need to help me is:

Black Hawk Down
And Im trying to get text to appear
------------------------------------------------------------------------------------
I'm trying to get text to appear on the screen, like in that little corner or something, I'd perfer more of "Ghost Recon Text" but if you can't do that, then how do you get text straight out. I need the directions, please.

Bluetiereign
11-24-2004, 11:47 PM
If you don't need it to appear in a certain place ( that would require some modding beyond 'the basics' ) - you can do it one of two ways..

Use the Bin File Editor we have in the downloads section to make a text and it will appear...on certain conditions ( like winning a subgoal.)

or

Use a WAC file that is triggered with the command... like this:

if ssnloc(10000,1) and never() then
text("The text you put in here will appear")
endif


Hope that helps.

A Recon Soldier
11-25-2004, 04:07 PM
Thanks alot, I'll try it.