Advertisement
Friks12829

Untitled

Jan 12th, 2022 (edited)
216,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. 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