I want the [B]Jobs , Weapons, Shipments[/B] tab removed. I tried many codes even the default one but the tab is not going away, please help.
[editline]19th November 2016[/editline]
[QUOTE]if SERVER then AddCSLuaFile() else
hook.Add( "Initialize", "jobs_tab", function()
hook.Add( "F4MenuTabs", "jobs_tab_remove", function()
DarkRP.removeF4MenuTab( "Jobs" )
end )
end )
end[/QUOTE]
Sorry, you need to Log In to post a reply to this thread.