Türkiye'de ilk Mobil & PC Aynı Anda Metin2 Oyna. Triarchonline kalıcı ve uzun ömürlü yapısı ile 24 Temmuz'da açılıyor. | 1-99 Mobil Metin2 Triarch 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
