this is probably simple, and i know i could just loop the text, but it has a fade on by default, so does anyone know how to get the text at the top center of the screen to stay there until the button frag is pressed
It would be great to see a picture of what you are talking about. But I assume you are using iPrintLnBold Text which by default/always will do that. If it is something else a picture would be great to help. Also another thing is to do making sure you must be using some sort of HUD Text with x,y,etc all defined. iPrintLn/iPrintLnBold Text by default will fade over time and then delete. Using HUD Text will allow you to delete, fade, and do a whole bunch of other things. If you need help with HUD Text and how that all works. I can give you a nice little code which makes it slightly easier to work with.
It would be great to see a picture of what you are talking about. But I assume you are using iPrintLnBold Text which by default/always will do that. If it is something else a picture would be great to help. Also another thing is to do making sure you must be using some sort of HUD Text with x,y,etc all defined. iPrintLn/iPrintLnBold Text by default will fade over time and then delete. Using HUD Text will allow you to delete, fade, and do a whole bunch of other things. If you need help with HUD Text and how that all works. I can give you a nice little code which makes it slightly easier to work with.
ill try explain, im creating a system, witch i cant say now but will be in the map that i release, and as soon as you start your controls get frozen and there is text on screen saying press frag etc, but that text goes away i was using:
ill try explain, im creating a system, witch i cant say now but will be in the map that i release, and as soon as you start your controls get frozen and there is text on screen saying press frag etc, but that text goes away i was using:
but that doesnt stay there , and how would i make it so when i press frag the text goes away
Notify Text deletes after a certain period of time. Use a different HUD Text. Certain ones allow more editing. ex. fading, deleting when you choose, etc. If this doesn't make sense or you need help just reply back and I can write up a script to do this.
Notify Text deletes after a certain period of time. Use a different HUD Text. Certain ones allow more editing. ex. fading, deleting when you choose, etc. If this doesn't make sense or you need help just reply back and I can write up a script to do this.
yeah i know what you mean but i dont know how to do it lol, could you do it for me like write a script with it in it?