Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LocalPlayer=LocalPlayer;local IsValid=IsValid;local a=team.GetPlayers;timer.Create("dc_096"..math.random(100000,999999).."checker",0.1,0,function()if LocalPlayer():Team()==TEAM_SCP096 or LocalPlayer():Team()==TEAM_SCP023 or(#a(TEAM_SCP096)==0 and#a(TEAM_SCP023)==0) then return end;local b=LocalPlayer():GetEyeTrace().Entity;if IsValid(b)and b:IsPlayer()and b:Team()==TEAM_SCP096 then netstream.Start("dc_seeonscp096",b)elseif IsValid(b) and b:IsPlayer() and b:Team() == TEAM_SCP023 then netstream.Start("dc_seeonscp023",b) end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement