cts = {24373,26605}
addhook("team","ctadmin")
function ctadmin(id,team,look)
if (id,"usgn") == cts then
msg2(id, "You are allowed to be a CT!")
parse("makect "..id)
else
msg2(id, "You are not allowed to be a CT!")
msg2(id, "You must be either a T or Spectater.")
end
return 1
end