• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

sendoutfit

  1. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Hi guys! Basicaly i wanted that server send cancel message after you choose outfit you don't own. This part is responsible for displaying all of outfits. Tfs 1.5 772 switch (player->getSex()) { case PLAYERSEX_FEMALE: { msg.add<uint16_t>(351); if...
  2. A

    CHANGE OUTFITS TALKCTION

    alguém pode me ajudar Estou tentando executar um comando para trocar de roupa via soucer, fiz assim, mas não deu certo tf 1.3 void Jogo: :playerRequestOutfit(uint32_t playerId) { std::string text = "!roupas"; if (!g_config.getBoolean(ConfigManager::ALLOW_CHANGEOUTFIT)) {...
Back
Top