mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-06-29 15:51:54 +00:00
Update anti_hardscope.gsc
This commit is contained in:
@ -37,6 +37,9 @@ OnPlayerSpawned()
|
||||
|
||||
AntiHardscope()
|
||||
{
|
||||
self endon("disconnect");
|
||||
self endon("death");
|
||||
|
||||
while (true)
|
||||
{
|
||||
if (self PlayerAds() >= 0.75)
|
||||
|
Reference in New Issue
Block a user