Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- timer.Simple(0,function()local a=false;netstream.Hook("checkvibros",function(b,c)if b then a=false;timer.Create("dc_vchecker",1,0,function()local d=LocalPlayer():GetPos()local e=false;local f=-1;for g,h in pairs(c)do if d:WithinAABox(h.b1,h.b2)then e=true;f=g;break end end;if a==false then local i=999999999999;local j;for g,h in pairs(c)do if not h.center then goto k end;local l=d:DistToSqr(h.center)if l<i then j=h.center;i=l end::k::end;if j then DrawPositionPoint("Безопасная зона",j,60)end end;if a~=e then a=e;PDANotify(a==true and"Вы в безопасной зоне"or"Срочно найдите укрытие от выброса!")netstream.Start("checkvibros",f)end end)else timer.Remove("dc_vchecker")end end)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement