Update anti_hardscope.gsc

This commit is contained in:
Resxt 2022-10-01 13:14:11 +02:00
parent 9026f76738
commit 21b928d2e4

View File

@ -37,6 +37,9 @@ OnPlayerSpawned()
AntiHardscope() AntiHardscope()
{ {
self endon("disconnect");
self endon("death");
while (true) while (true)
{ {
if (self PlayerAds() >= 0.75) if (self PlayerAds() >= 0.75)