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

[8.60] Real Map Full (CAST SYSTEM)

why do you upload servers with bugs on the this forum?
no one on this server will play it I guarantee it to you!
 
I have a problem.... I go start make and look this xd
Code:
make  all-am
make[1]: Entering directory '/home/global/sources (cast)'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1  -O2 -fomit-frame-pointer -D__USE_MYSQL__    -D__WAR_SYSTEM__ -D__ROOT_PERMISSION__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Wno-strict-aliasing -pipe -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
In file included from actions.cpp:23:0:
player.h: In member function ‘uint32_t Player::getCastIpByName(std::string)’:
player.h:214:11: warning: converting to non-pointer type ‘uint32_t {aka unsigned int}’ from NULL [-Wconversion-null]
    return NULL;
           ^
player.h: In member function ‘void Player::kickCastViewers()’:
player.h:235:34: error: cannot call constructor ‘PlayerCast::PlayerCast’ directly [-fpermissive]
    cast = PlayerCast::PlayerCast();
                                  ^
player.h:235:34: note: for a function-style cast, remove the redundant ‘::PlayerCast’
In file included from actions.cpp:23:0:
player.h: In member function ‘bool Player::addCastBan(std::string)’:
player.h:252:46: error: cannot call constructor ‘CastBan::CastBan’ directly [-fpermissive]
    cast.bans.push_back(CastBan::CastBan(n, ip));
                                              ^
player.h:252:46: note: for a function-style cast, remove the redundant ‘::CastBan’
player.h: In member function ‘bool Player::addCastMute(std::string)’:
player.h:273:47: error: cannot call constructor ‘CastBan::CastBan’ directly [-fpermissive]
    cast.muted.push_back(CastBan::CastBan(n, ip));
                                               ^
player.h:273:47: note: for a function-style cast, remove the redundant ‘::CastBan’
Makefile:541: recipe for target 'actions.o' failed
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory '/home/global/sources (cast)'
Makefile:396: recipe for target 'all' failed
make: *** [all] Error 2
 
when i try and load the .exe it says,
[Warning - BaseEvents::loadFromXml] Cannot open actions.xml file.

can someone help me with it?
 
mysql_real_query(): SELECT * FROM shop_history WHERE processed = 0; - MYSQL ERROR: Table 'ots.shop_histo
 
Back
Top