For$
<!-- begin site header -->
<div id=

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - koka3000

Pages: [1]
1
I tried it with version 1.1, 1.3.1, but when you log on to the server I see a black screen. A timeless message on the server

Code: [Select]
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
...

2
Discussion / online on this server
« on: June 30, 2011, 04:58:03 pm »
Processor:    1 CORE X3470 @ 2.93GHz
RAM memory:    1024MB
Disk space:    40GB
Disks:    SAS 15000RPM, RAID
Bandwidth:    100Mbps

How many people cat play in my server?

3
Support / Bandwidth
« on: May 03, 2011, 06:41:08 pm »
How much Bandwidth do I need for 20 players.

4
Support / Kick players with reason of "ы". It is the Russian letter.
« on: April 27, 2011, 02:20:34 pm »
Kick players with reason of "ы". It is the Russian letter.
Got an error:
Internal exception: Java.io.UTFDataFormatException: malformed input around byte 0

my code

std::string msg = "ы";
user->kick(msg);

5
Support / ALL ADMINs? roles
« on: April 21, 2011, 06:28:14 pm »
Why all players in my server are ADMINs?
How I can change it?

6
Support / Add new class Test
« on: April 18, 2011, 06:37:33 pm »
Hello, I can't add new class.

It is in /src/test.h:
Quote
class Test
{
public:
   void info(void);
   int i;
}

It is in /src/test.cpp:
Quote
#include <test.h>
void Test::info(void)
{
   i = 10;
}

Next I add "/src/test.cpp" to CMakeLists.txt

When I compile I have error:
Quote
~/mineserver$ make all
[  1%] Building CXX object CMakeFiles/mineserver.dir/src/test.cpp.o
/home/akahito/mineserver/src/test.h:1: error: new types may not be defined in a return type
/home/akahito/mineserver/src/test.h:1: note: (perhaps a semicolon is missing after the definition of ‘Test’)
/home/akahito/mineserver/src/test.cpp:3: error: two or more data types in declaration of ‘info’
make[2]: *** [CMakeFiles/mineserver.dir/src/test.cpp.o] Error 1
make[1]: *** [CMakeFiles/mineserver.dir/all] Error 2
make: *** [all] Error 2
Can you say, what I do wrong? :P


7
Discussion / Kill trees
« on: March 29, 2011, 07:23:11 pm »
When I kill tree (all his blocks, 1 - 3 trees) server doesn't work!

Pages: [1]