Post: GSC Zombieland Help
06-01-2015, 06:36 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Iv been editing Zombieland a little and im struggling to find the zombies health limit i was wondering if somone could help me ??

I tried editing this part but it doesnt change anything.
    
if (self.status != "zombie" && level.zombieficationTime == 0)
{
self notify("infected");
level.infectedPlayers[getPlayerName(self)] = "infected";
self changeteam("axis");
self resetDvars();
self.status = "zombie";
[COLOR="#FF0000"] self.maxhealth = 100;[/COLOR] //I changed this to 200 but still says 100 ingame ?? (yes i injected it)
self.currentdeaths = 0;
self.pers["deaths"] = 0;
level thread humanDied();
self.money = 0;
self thread CreateMenu();
wait 0.10;
self thread maps/mp/gametypes/_globallogic_ui::closeMenus();
}
wait 0.05;
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo