• 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!

Can't compile tags ;X

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Code:
Compilador: Default compiler
Building Makefile: "C:\Documents and Settings\Cliente\Desktop\Tags 0.2\Dev-Cpp\Makefile.win"
Executando  make...
make.exe -f "C:\Documents and Settings\Cliente\Desktop\Tags 0.2\Dev-Cpp\Makefile.win" ../admin.o
g++.exe -c ../admin.cpp -o ../admin.o -I"include"  -D__CONSOLE__ -D__USE_MYSQL__ -D__EXCEPTION_TRACER__ -D__ONECREATURE_EVENT_  

../admin.cpp: In member function `virtual void ProtocolAdmin::parsePacket(NetworkMessage&)':
../admin.cpp:294: error: `anonymousBroadcastMessage' is not a member of `Game'

../admin.cpp: In member function `void ProtocolAdmin::adminCommandCloseServer()':
../admin.cpp:360: error: no matching function for call to `Player::kickPlayer()'
../player.h:139: note: candidates are: void Player::kickPlayer(bool)

../admin.cpp: In member function `void ProtocolAdmin::adminCommandKickPlayer(const std::string&)':
../admin.cpp:431: error: no matching function for call to `Player::kickPlayer()'
../player.h:139: note: candidates are: void Player::kickPlayer(bool)

make.exe: *** [../admin.o] Error 1

Execução terminada
 
Back
Top