IF-Store Docs
DiscordYoutubeStoreMy Hosting
  • 📚Welcome To IF-Developments!
  • About us
    • 💗Support
    • 📉Common issues
    • ⁉️Terms of Service
    • ⚙️Download & Install Resources
  • Resources
    • 💰Banking V1
    • 💰Banking V2
    • 💰Redline Banking
    • 💰Banking V3
    • 🖼️HUD V1
    • 🖼️HUD V2
    • 🖼️HUD V3
    • 🖼️DPS HUD
    • 👕Luxury Clothing Store
    • 🖇️Crafting V1
    • 🐶Pets V2
    • GameShop
    • ⚙️Login/Signup
    • 🎆Redline Garage
    • 🛁Hot Tube
    • 💬Chat V1
Powered by GitBook
On this page

Was this helpful?

  1. Resources

Chat V1

Documentation of IF Chat V1

Add a Chat Message

To add a chat message use the event chat:addMessage.

client.lua
TriggerEvent('chat:addMessage', {
    color = { 255, 0, 0},
    multiline = true,
    args = {"Hi, this message shows up on 'OOC' and 'NRP' xD"},
    section = 'all' -- 'all', 'ooc', 'nrp', 'me', 'do', 'try'
})

PreviousHot Tube

Last updated 2 years ago

Was this helpful?

💬
Page cover image