
Originally Posted by
ofiritsmeeee
Problems:
1.I don't have Quest + Survival in my server , what should i do?
Requests:
1.I need a command to cancel the special items like meds..
1. MSM_TEST TO MSM_CLAN EXCEPT FOR MATCHSERVER DON'T EDIT A SHIT
1.
Code:
bool bTrue = false;
if(bTrue) {
for(int i = MMCIP_MELEE; i < MMCIP_SECONDARY + 1; i++) {
if (!pChar->GetItems()->GetItem((MMatchCharItemParts)i)->IsEmpty()) {
if(pChar->GetItems()->GetSelectedWeaponParts() == i)
nPos = nHasItemCount;
ItemQueue[nHasItemCount++] = i;
}
}
}