How i make Lua menu for only CT or T?
Forum




Team Based Menu in Lua
4 replies



How i make Lua menu for only CT or T?
if ("team,id")==1 then --For T'
havent tested it yet
1
if (player(id,"team")==1) then ...




if (player(id,"team")==1) then ...