Setup
Installation
Follow the instructions below to run the
gusti-drawtextscript on your serverExtract file
Copy / Cut
gusti-drawtextinto your server's resources folderOpen server.cfg
Add the
gusti-drawtextscript by ensuregusti-drawtextin server.cfgRestart server
Finished
Now you can enjoy the features of the
gusti-drawtextscript on your server
Dependency
Usage
Custom Commands
/client/custom.lua
RegisterCommand(Config.Commands.createDrawText, function()
TriggerEvent('gusti-drawtext:createDrawText')
end, false)RegisterCommand(Config.Commands.deleteDrawText, function()
TriggerEvent('gusti-drawtext:deleteDrawText')
end, false)Custom Notification
/client/custom.lua
Configuration
/config.lua
Last updated