public zp_round_started(gamemode, id) { if ( gamemode == MODE_INFECTION ) // 這裡也可以插入額外模式的發生機率 { // 在這裡插入把某些人類變成喪屍的程式碼 ...... } }