Skip to content

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 ​

  1. 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.

Last updated: