#include <amxmodx> #include <fun> #include <zombieplague> public zp_user_infected_post(id, infector) { if (zp_get_user_first_zombie(id)) give_item(id, "weapon_hegrenade") }
下面是引用 a7811311622 於 2010-09-25 15:06 發表的 : 複製程式 #include <amxmodx> #include <fun> #include <zombieplague> public zp_user_infected_post(id, infector) { if (zp_get_user_first_zombie(id)) give_item(id, "weapon_hegrenade") } 不就只是這樣而已嗎…?
下面是引用 cubix522 於 2010-09-25 13:52 發表的 : 回樓上 希望成功