Just a simple question with, I believe, a not so simple answer; Is it possible with LUA to draw an image on screen? If yes; which Native is used for that? If no; what is an easy way to do it with another language?
Thanks in advance!
Just a simple question with, I believe, a not so simple answer; Is it possible with LUA to draw an image on screen? If yes; which Native is used for that? If no; what is an easy way to do it with another language?
Thanks in advance!
Copyright © 2021 Jogjafile Inc.
Lua itself doesn't have functions to do that, but FiveM does. (The upshot of this is that other games that use Lua will have their own functions to draw, and won't have this one). In this case, you'll want the
DrawSpritefunction: