eklenilecek kod;
https://pastebin.pl/view/b5eb2f84
ACMD(do_jobcount)
{
int countWarrior = 0;
int countAssassin = 0;
int countSura = 0;
int countShaman = 0;
int total = 0;
const DESC_MANAGER::DESC_SET & c_ref_set = DESC_MANAGER::instance().GetClientSet();
for...