Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/16/16 in all areas

  1. Hi guys, i have a problem with item selling glass. ID of item is: 71113. When I use this glass to see the item in chat, glass not removing. Thank you for your asnwers! KInd Regards ReFresh
    1 point
  2. Thank you, but I solved this I didn't saw return 0 on top of the function.
    1 point
  3. [Hidden Content] replace on it item proto,and pack local,and try
    1 point
  4. struct FuncPurgeOnGround { void operator () (LPENTITY ent) { if (!ent->IsType(ENTITY_ITEM)) return; M2_DESTROY_ITEM((LPITEM) ent); } }; ACMD(do_purge_on_ground) { FuncPurgeOnGround func; LPSECTREE sectree = ch->GetSectree(); // only current map if (sectree) sectree->ForEachAround(func); else sys_err("PURGE_ERROR.NULL_SECTREE(mapIndex=%d, pos=(%d, %d)", ch->GetMapIndex(), ch->GetX(), ch->GetY()); }
    1 point
  5. I'm uploaded unpacked packs, v16.2 patchs is inculded. [Hidden Content] Have a only missing some kr-tw patches
    1 point
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.