Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gsub = string.gsub
- local text = "[vip]: "
- local color = "|ccc399BFB"
- local function OnChatSpeak(event, player, msg, Type, lang) -- Can return false, newMessage
- player:Say(gsub(""..text..""..color..""..msg, "|r","|r", 0))
- return false
- end
- RegisterPlayerEvent(18, OnChatSpeak)
Add Comment
Please, Sign In to add comment