วันอังคารที่ 14 พฤศจิกายน พ.ศ. 2560
พรีเมี่ยมยิงกันไม่ตาย
พรีเมี่ยมยิงกันไม่ตาย
#ค้นหา
// player's in the same group cannot damage each other (except for grenades)
if(targetPlr->groupID!= 0 && IsServerPlayer(fromObj) && IsServerPlayer(fromObj)->groupID==targetPlr->groupID && damageSource!=storecat_GRENADE
&& fromObj!=targetPlr // if you are in group and damage is coming from player itself (for example falling damage) then ignore group
)
return false;
--------------------------------------------------------------------------------------------
#เพิ่มคำสั่งพรีเมี่ยมยิงไม่ตาย
///พรีเมี่ยมยิงกันไม่ตาย
if(fromObj->Class->Name == "obj_Zombie")
{
} else {
if(targetPlr->loadout_->GameMapId == GBGameInfo::MAPID_WZ_Colorado_VIP)
return false;
}
/////
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
เอา
ตอบลบดีครับเฉพาะฝ่ายเราใช่มั้ยครับ
ตอบลบ