Hey,
I would like to know how I can create a table on my F4 Menu only visible by 1 team (is Food tab for team cook) with a function?
if ShowFoodTab then
table.insert( sideButtons, { Title = "FOOD", Func = function() LoadFoodPanel() end } )
end
Thank you very much
Sorry, you need to Log In to post a reply to this thread.