改完后我就到不了下一关了......怎么杀都在同一关.......
注:编译时无错误...
else if (cts_num > 0) //回合结束时,只有幸存者的阵营有生还者.
{
set_hudmessage(0, 0, 200, -1.0, 0.17, 0, 0.0, 6.0, 2.0, 1.0, -1)
ShowSyncHudMsg(0, g_hudSync2, "幸存者消灭了丧尸!")
for (new id = 1; id <= 32; id++)
{
if (cs_get_user_team(id) == CS_TEAM_CT)
cs_set_user_money(id, cs_get_user_money(id) + 2000)
}
log_amx("幸存者们杀光了僵尸,目前第%d局!",g_level +1)
survivor_win()
set_level(1)
}