11.04.2015, 13:32
Since 0.3.7, OnPlayerConnect will not be called properly. I'm the first player without any bots on my 0.3.7 RC3 server and OnPlayerConnect says that I have ID 8 but that is actually not true. I have ID 0.
The last line is the debug line.
Код:
[15:26:20] Number of vehicle models: 0 [15:26:41] Incoming connection: 0.0.0.0:00000 id: 0 [15:26:41] [join] Mr_Brox has joined the server (0:0.0.0.0) [15:26:41] OnPlayerConnect: 8
Код:
printf("OnPlayerConnect: %d", playerid);