HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
give me not won the command
sen ne diyon değişik?give me not won the command
give me not won the command
cmd_gm ACMD(do_set) replace...
yes this part is little fail:
you must case 9:
and than paste this code like so:
case 9:
#ifdef ENABLE_CHEQUE_SYSTEM case 9: // won blackdragonx61
{
int won = 0;
str_to_number(won, arg3);
int before_won = tch->GetCheque();
if (before_won + won > 99)
{
ch->ChatPacket(CHAT_TYPE_INFO, "%s'nin Won toplami 99'u asiyor", tch->GetName());
return;
}
// tch->SetCheque(tch->GetCheque() + won);
tch->PointChange(POINT_CHEQUE, won, true);
}
break;
#endif#ifdef ENABLE_CHEQUE_SYSTEM case 9: // won blackdragonx61
{
int won = 0;
str_to_number(won, arg3);
int before_won = tch->GetCheque();
if (before_won + won > 99)
{
ch->ChatPacket(CHAT_TYPE_INFO, "%s'nin Won toplami 99'u asiyor", tch->GetName());
return;
}
// tch->SetCheque(tch->GetCheque() + won);
tch->PointChange(POINT_CHEQUE, won, true);
}
break;
#endif
you must case 9:
and than paste this code like so:
case 9:
#ifdef ENABLE_CHEQUE_SYSTEM case 9: // won blackdragonx61
{
int won = 0;
str_to_number(won, arg3);
int before_won = tch->GetCheque();
if (before_won + won > 99)
{
ch->ChatPacket(CHAT_TYPE_INFO, "%s'nin Won toplami 99'u asiyor", tch->GetName());
return;
}
// tch->SetCheque(tch->GetCheque() + won);
tch->PointChange(POINT_CHEQUE, won, true);
}
break;
#endif#ifdef ENABLE_CHEQUE_SYSTEM case 9: // won blackdragonx61
{
int won = 0;
str_to_number(won, arg3);
int before_won = tch->GetCheque();
if (before_won + won > 99)
{
ch->ChatPacket(CHAT_TYPE_INFO, "%s'nin Won toplami 99'u asiyor", tch->GetName());
return;
}
// tch->SetCheque(tch->GetCheque() + won);
tch->PointChange(POINT_CHEQUE, won, true);
}
break;
#endif
