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

Compiling Rule Violation

Falconmax

New Member
Joined
Dec 12, 2007
Messages
84
Reaction score
0
Compiling with rule violation

I'm trying to compile the server with rule violations, already added the parameters, but I'm getting this error:

Code:
 C:\The Forgotten Server\game.cpp In member function `bool Game::playerOpenChannel(uint32_t, uint16_t)': 
1580 C:\The Forgotten Server\game.cpp no matching function for call to `Protocol80::sendRuleViolationChannel()' 
 note C:\The Forgotten Server\protocol80.h:279 candidates are: void Protocol80::sendRuleViolationChannel(Player*) 
 C:\The Forgotten Server\Makefile.win [Build Error]  [game.o] Error 1

This is the line:

Code:
player->client->sendRuleViolationChannel();

I've tried to change it to (Player*) and (Player* gamemaster), still getting errors :/ Can anyone help me? Thanks!
 
Last edited:
@Falconmax
rule violations will be rewrited dont try use it because who this crash your server
 
Back
Top