Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- On widget:AddConsoleline, checks for playerroster when processing lines and compares names in roster with message sender's name
- -- here we used a debug for the roster table:
- for i,el in pairs(roster) do
- -- if i==1 then
- -- Spring.Echo(#el)
- for j,val in pairs(el) do
- Spring.Echo(j,val)
- end
- -- end
- -- Spring.Echo(i,el)
- end
Advertisement
Add Comment
Please, Sign In to add comment