ShadowCoderKing Posted August 2, 2017 Share Posted August 2, 2017 (edited) hi could someone be so kind to show me the code to make the big yellow mission passed text to appear, i'd really appreciate it a lot edit: i'd prefer a way to do it without using nativeui.dll Edited August 2, 2017 by ShadowCoderKing Link to comment Share on other sites More sharing options...
THEAETIK Posted August 2, 2017 Share Posted August 2, 2017 (edited) Please try the search function. The following thread helped me before and it was easy to convert to C#, I highly recommend you create a function like this so you can easily adjust text to your liking. I googled "draw text gtav" and stumbled on it again. http://gtaforums.com/topic/791939-lua-draw-text-on-screen/ Everything SET_TEXT will apply to UI Draw Text until you apply it. You need to put it ontick < very important, it draws once per frame. And I believe the limit is 500 per frame... not that you should worry about that. Edited August 2, 2017 by THEAETIK Link to comment Share on other sites More sharing options...
sollaholla Posted August 3, 2017 Share Posted August 3, 2017 (edited) Please try the search function. The following thread helped me before and it was easy to convert to C#, I highly recommend you create a function like this so you can easily adjust text to your liking. I googled "draw text gtav" and stumbled on it again. http://gtaforums.com/topic/791939-lua-draw-text-on-screen/ Everything SET_TEXT will apply to UI Draw Text until you apply it. You need to put it ontick < very important, it draws once per frame. And I believe the limit is 500 per frame... not that you should worry about that. He's not looking for drawing text, he wants to draw the mission passed scaleform. Code here OP: https://raw.githubusercontent.com/Guad/NativeUI/9d5926d873578d8b399ff66a9b77a2de5fbdef05/BigMessage.cs Edited August 3, 2017 by sollaholla ShadowCoderKing 1 Link to comment Share on other sites More sharing options...
ShadowCoderKing Posted August 3, 2017 Author Share Posted August 3, 2017 thank you very much sollaholla 1 Link to comment Share on other sites More sharing options...