UI DrawTexture Question?
-
Hi everyone,
So I've been working with UI Drawtexture feature, for GTA5 modding, but I'm currently puzzled on how to set a specific timer for the image drawn for screen display, so that it only runs for a certain amount of time & then disappears forever, or until next Ontick event occurs.
Any help would be greatly appreciated!
-
OK so I was able to solve this little but complex problem myself. If anyone ever cares to know, they can contact me. If you're still curious it involves first declaring a Timer variable & then proceeding to add them to the script for drawing upon that specified timer varaible. Here's a small example (using VB format & not C#), with first declaring it like this
"Private timerShow........ as date"
"Private bShow......... as boolean = false"