Page 1 of 1

block ZE Mod

Posted: 10 Aug 2021, 08:50
by fadi
hi,

i tried to block zombie escape mod with

Code: Select all

public ze_game_started_pre()
{
	return ZE_STOP
}
if the game started the mod will block but if someone join after game started he will be zombie

i tried to do this mp_roundrespawn_time 0 for not respawn as zombie but it did not work

and ze_required_players 32

but it did not work can some one tell me how to block the mod?

Re: block ZE Mod

Posted: 18 Oct 2022, 16:32
by z0h1r-LK
Version of your Mod?