public zp_round_started(gamemode, id) { if ( gamemode == MODE_INFECTION ) // 这里也可以插入额外模式的发生机率 { // 在这里插入把某些人类变成丧尸的程式码 ...... } }