Print β
Print is a module to contain helper functions for printing colored messages to the client or server console for easier debugging.
Include Ped Texture in your script β
- Print module is included by default in the jo_libs. You just have to add the initiator as a shared script inside of your
fxmanifest.lua
file.
lua
shared_scripts {
'@jo_libs/init.lua'
}
You can now use the print functions inside of your resource.
Functions β
Documentation for the Both side.