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

Recent content by adeptus

  1. A

    Feature Simple anti-push system

    You created a bug that may crash the server (processing of invalid memory and buffer overflow). Pleasae change the code to int items[] = {2148, 2152, 2160, 3976, 2599}; int n = 0; for (n = 0; n < sizeof(items) / sizeof(int); n++) In C and C++, the sizeof operator is the size in bytes...
Back
Top