• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Help ME WIth status.cpp

tanii

Empire-war.com
Joined
Jan 16, 2015
Messages
383
Solutions
1
Reaction score
12
Hello.
My Server has Been Banned For Reason Spoof Data i dont know WHY?

i Try to folow this tutorial.

https://otland.net/threads/how-to-not-count-x-logged-players.81370/page-5

But The Problem IS i no have this on my sources:

output->put<uint32_t>(g_game.getPlayersOnline());

i Have THis:

output->AddU32(g_game.getPlayersOnline());

when i change put to output and i try compail i get erros and cant compail!

can some one help me how i can fix that?


help me pls
 
Last edited by a moderator:
Some things that may help other community members answer your question:
1. Which TFS version are you using?
2. Can you post your status.cpp onto pastebin.com and paste the link here?
3. If you run into compiling errors, it would be helpful for us to see those as well.
 
Some things that may help other community members answer your question:
1. Which TFS version are you using?
2. Can you post your status.cpp onto pastebin.com and paste the link here?
3. If you run into compiling errors, it would be helpful for us to see those as well.
version 0.3.6 - tfs

Status.cpp

http://pastebin.com/PkWKLZ79

!bump
 
Last edited by a moderator:
Back
Top