Guest User

Untitled

a guest
Sep 28th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. -- On widget:AddConsoleline, checks for playerroster when processing lines and compares names in roster with message sender's name
  2. -- here we used a debug for the roster table:
  3.     for i,el in pairs(roster) do
  4.         -- if i==1 then
  5.             -- Spring.Echo(#el)
  6.             for j,val in pairs(el) do
  7.                 Spring.Echo(j,val)
  8.             end
  9.         -- end
  10.         -- Spring.Echo(i,el)
  11.     end
Advertisement
Add Comment
Please, Sign In to add comment