GuxFiz
DiscordTEBEX
  • Welcome To GX Documentation
  • Resources🐧
    • gx_peds
      • Installation
      • Configuration
    • gx_announcejobv2
      • Installation
      • Configuration
      • Exports
    • gx_announcejob
      • Installation
      • Configuration
      • How Use?
    • gx_medo
      • Installation
      • Configuration
      • Exports
    • gx_createnpc
      • Installation
      • Configuration
    • gx_notify
      • Installation
      • Configuration
      • Exports
      • Integrations
Powered by GitBook
On this page
  1. Resources🐧
  2. gx_medo

Exports

Exports of gx_medo Resource

Me exports.gx_medo:msg(source, "Me", {"This is a Me"}) Do exports.gx_medo:msg(source, "Do", {"This is a Do"})

Example (server)

RegisterCommand("test", function(source) 

    exports.gx_medo:msg(source, "Do", {"This is a example"})

end)

PreviousConfigurationNextgx_createnpc

Last updated 2 months ago