Advertisement
Kapa3a

Swichbot text

Nov 2nd, 2023
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.63 KB | Source Code | 0 0
  1. Dezactivează mesajul 'Ai schimbat bonusul cu succes'.
  2. Intră în char_item.cpp
  3. Caută:
  4.                                     ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ĽÓĽşŔ» şŻ°ćÇĎż´˝Ŕ´Ď´Ů."));
  5.                                     {
  6.                                         char buf[21];
  7.                                         snprintf(buf, sizeof(buf), "%u", item2->GetID());
  8.                                         LogManager::instance().ItemLog(this, item, "CHANGE_ATTRIBUTE", buf);
  9.                                     }
  10. Anuleaza:
  11. //ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ĽÓĽşŔ» şŻ°ćÇĎż´˝Ŕ´Ď´Ů."));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement