mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Core is DONE!!!
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user