as-drawtext is a simple script for displaying text messages with a key bind style.
- Clone or download this repository.
- Place the
as-drawtextfolder into your FiveM resources directory.
You can use the provided exports in other scripts to show and hide text messages.
-- Show
exports['as-drawtext']:ShowText("E", "This is a sample text.")
-- Hide
exports['as-drawtext']:HideText()Make sure the as-drawtext resource is started in your server.cfg
