下面是引用 史來姆 於 2010-08-04 16:51 發表的 abcd大的4合1插件的問題:
abcd大看了別驚訝
不是插件有問題
而是我想問問
殭屍重生時,能不能把屍體移除?
也就是殭屍死後5秒把屍體移除
因為小弟在個小的地圖殺很大,到處都是屍體
造成很lag的情況出現
拜託解答.
本草綱目記載:羊奶是溫和營養的食品…啊…這不是重點…下面才是重點…
<fakemeta_util.inc>模塊記載:
複製程式
// removes all created decals and players' corpses from the world
// set a specific index to remove decals only for the given client
stock fm_cs_remove_decals(index = 0) {
static eventindex_decal_reset;
if (!eventindex_decal_reset)
eventindex_decal_reset = engfunc(EngFunc_PrecacheEvent, 1, "events/decal_reset.sc");
new flags = FEV_RELIABLE;
if (!index)
flags |= FEV_GLOBAL;
engfunc(EngFunc_PlaybackEvent, flags, index, eventindex_decal_reset, 0.0, Float:{0.0, 0.0, 0.0}, Float:{0.0, 0.0, 0.0}, 0.0, 0.0, 0, 0, 0, 0);
}
這指令可以消除世界或是特定玩家所造成的任何彈痕、血跡等的decals…
最重要的是…可以消除玩家的屍體(removes players' corpses)…
在你想使用的時間放個「fm_cs_remove_decals(id)」就能讓屍體不見囉~