Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
It doesn't touch the files themselves, but when you apply this mod to your game,
the settings of other scripts will be reset.
function OnGameEvent_break_prop(event)
{
local player = GetPlayerFromUserID(event.userid);
local broken_ent = EntIndexToHScript(event.entindex);
if(NetProps.GetPropInt(player, "m_zombieClass") == 9)
{
if(NetProps.GetPropString(broken_ent, "m_ModelName").find("propane") != null)
{
ZSpawn( { type = 10, pos = player.GetOrigin() } );
}
}
}
That "ZSpawn" is to trigger mob/ incoming attack.. That "ZSpawn" can be changed to "RushVictim" if you want only common infected nearby to be attracted to the destroyed objects.
Pair it with the "World War Z Hordes" mod, and a more open-style map, and it can be very chaotic.
how about you attract women