- Katılım
- 11 Ocak 2016
- Konular
- 9
- Mesajlar
- 136
- Çözüm
- 1
- Online süresi
- 20d 15h
- Reaksiyon Skoru
- 38
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 5 Ay
- Başarım Puanı
- 93
- MmoLira
- 3,240
- DevLira
- 6
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
give me not won the command
- Katılım
- 11 Ağu 2014
- Konular
- 95
- Mesajlar
- 1,904
- Reaksiyon Skoru
- 719
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 10 Ay 2 Gün
- Başarım Puanı
- 157
- MmoLira
- 67
- DevLira
- 0
sen ne diyon değişik?give me not won the command
- Katılım
- 24 Eki 2013
- Konular
- 295
- Mesajlar
- 5,953
- Çözüm
- 2
- Online süresi
- 3mo 11d
- Reaksiyon Skoru
- 1,566
- Altın Konu
- 2
- Başarım Puanı
- 302
- MmoLira
- 3,476
- DevLira
- 21
sen ne diyon değişik?
howtoaleynatıl,lkı
- Katılım
- 13 Haz 2016
- Konular
- 58
- Mesajlar
- 1,908
- Online süresi
- 2mo 11d
- Reaksiyon Skoru
- 857
- Altın Konu
- 0
- TM Yaşı
- 9 Yıl 12 Ay 1 Gün
- Başarım Puanı
- 198
- MmoLira
- 923
- DevLira
- 6
give me not won the command
cmd_gm ACMD(do_set) replace...
- Katılım
- 11 Ocak 2016
- Konular
- 9
- Mesajlar
- 136
- Çözüm
- 1
- Online süresi
- 20d 15h
- Reaksiyon Skoru
- 38
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 5 Ay
- Başarım Puanı
- 93
- MmoLira
- 3,240
- DevLira
- 6
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



