ShowSyncHudMsg(0, g_hudSync2, "幸存者消灭了丧尸!") cs_set_user_money(CS_TEAM_CT,cs_get_user_money(CS_TEAM_CT) +2000,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) }
下面是引用 tw2twtw 于 2010-11-20 18:12 发表的 : 史莱姆大的改法...我把 survivor_win() set_level(1) 移到前面后就可以换关....不过发现有个错误....((在杀完后会出现一次...L 11/20/2010 - 18:02:54: [CSTRIKE] Invalid player 13L 11/20/2010 - 18:02:54: [AMXX] Run time error 10 (plugin "zombiehell20.amxx") (native "cs_get_user_money") - debug not enabled!L 11/20/2010 - 18:02:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).husano896大的编译时有tag mismatch....