____ _ _ | _ \ _____ _| |__ (_)_ __ | | | |/ _ \ \/ / '_ \| | '_ \ | |_| | (_) > <| |_) | | | | | |____/ \___/_/\_\_.__/|_|_| |_|
Title:QMenuBlock
Created:Aug 8th, 2020
Created by: Anonymous
Views: 223
Comments: 0
Username: Anonymous - (Login)
Please note that all posted information is publicly available and must follow our TOS.
if CLIENT then local Jobs = { [TEAM_CITIZEN] = true, } hook.Add("OnSpawnMenuOpen","SpawnMenuDisable",function() if Jobs[LocalPlayer():Team()] then return false end end) end