Skip to content

pmpy/am_drawtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

am_drawtext

Simple UI Draw Text script for FiveM (standalone), with built in support for key detection + multiple keys.

Disclaimer

This resource is made for developers to use and integrate into other resources. This will not work by simply drag and dropping it.

Preview

https://www.youtube.com/watch?v=_Lqma9z_Sjo

Usage

Displaying / updating a message:

exports["am_drawtext"]:displayText(title, description, keyOne, keyTwo|nil, function()
	-- Code after pressing key
end)

Hiding a message:

exports["am_drawtext"]:hideText()

You may also view the cl_example.lua for more examples.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Made with Love by pmpy

License

MIT

About

Simple UI Draw Text script for FiveM (standalone).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors