agora deu esse erro
In static member function `static int32_t LuaScriptInterface::luaOpenChannelDialog(lua_State*)': candidates are: void Player::sendChannelsDialog(bool) no matching function for call to `Player::sendChannelsDialog()' In static member function `static int32_t LuaScriptInterface::luaDoRemovePlayerTv(lua_State*)': [Warning] converting to non-pointer type `unsigned int' from NULL
Verifica se em player.h esta:
void sendChannelsDialog(bool tv)
Ao invez de
void sendChannelsDialog()
E se estiver refaça o processo de player.h








info
Group: Visconde
Joined: 04/11/12
Posts: 464
Reputation: +90
Gender: Masculino
Tibia Character: Lysty Of Death
agora deu esse erro