Untitled
unknown
plain_text
2 years ago
192 B
5
Indexable
string RefreshBot(int count) {
string anan = "";
if (count > 400) count = 400;
for (int i_ = 0; i_ < (count / 2); i_++) anan += "`o" + bots[rand() % count / 2] + ",``";
return anan;
}Editor is loading...
Leave a Comment