From aa4cf630c30643ed91e7ac9a34b570987d7cd085 Mon Sep 17 00:00:00 2001 From: Cahz Date: Sun, 14 Jun 2020 20:37:28 -0700 Subject: [PATCH] Update main.gsc --- zomb++ (UPDATE)/main.gsc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zomb++ (UPDATE)/main.gsc b/zomb++ (UPDATE)/main.gsc index d3c7b29..60dbd0a 100644 --- a/zomb++ (UPDATE)/main.gsc +++ b/zomb++ (UPDATE)/main.gsc @@ -56,10 +56,7 @@ onPlayerSpawned() else if(level.round_number >= 15 && self.score < 5000) self.score = 5000; wait 5; - //self EnableInvulnerability(); - self giveWeapon("ray_gun_zm"); - self SwitchToWeapon("ray_gun_zm"); - //self thread ConnectMessages(); //just does the connect messages when you spawn in + self thread ConnectMessages(); //just does the connect messages when you spawn in self thread initCustomPerksOnPlayer(); //checks mapname and if it should give PHD flopper automatically } }