Core is DONE!!!

This commit is contained in:
Cooldude2606
2017-07-04 20:38:13 +01:00
parent bf1895fd52
commit 89f69fa184
3 changed files with 113 additions and 5 deletions

View File

@@ -36,3 +36,7 @@ ExpGui.add_frame.popup('Message','Message','Just A ToolTip',5,
function(player,frame,args)
frame.add{name='Message',type='label',caption=args[1]..' '..args[2]}
end)
ExpGui.add_frame.tab('player_table','Player Table','Just Like any other',5,'Test',function(player,tab)
ExpGui.player_table.draw_filters(player,tab,{'player_name','online_time','rank'})
ExpGui.player_table.draw(player,tab,{{'online',true}},tab)
end)