下面是引用 我愛如花 於 2011-11-20 11:55 發表的 : set_pev(i, pev_health, float(pev(i, pev_health) + 100))
public hi(player) { for (new id=1;id<=get_maxplayers();id++) { if (!is_user_connected(id) || !is_user_alive(id)) continue static Float:hp; pev(id, pev_health, hp) set_pev(id, pev_health, hp + 100.0) } }
下面是引用 史來姆 於 2011-11-20 16:26 發表的 : 最完整的:複製程式 public hi(player) { for (new id=1;id<=get_maxplayers();id++) { if (!is_user_connected(id) || !is_user_alive(id)) continue static Float:hp; pev(id, pev_health, hp) set_pev(id, pev_health, hp + 100.0) } }
下面是引用 絕影華 於 2011-11-20 17:03 發表的 : 史來姆大大請問這句是什麼意思 - -?static Float:hp; pev(id, pev_health, hp)[/pre]