Advertisement
TheIncgi

RemoveDoubledChat.lua

Apr 27th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local args = {...}
  2. local formatted = args[ 3 ]
  3. if _lastChatMessage == formatted then
  4.   return --"&7[DUP]&f"..(formatted or "")
  5. end
  6. --log(args)
  7. _lastChatMessage = formatted
  8. local actions = table.unpack(args, 5)
  9.  
  10. return
  11.   formatted,
  12.   table.unpack(actions)
  13. --formatted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement