When the server is full...
#1

When the server is full,any player enter the server

There isn't any message in the server log to show any player can't enter the server?

How to make it show?


Sorry,my english is not good ...
Reply
#2

onplayerconnect
this is an example

it should be under onplayerconnect

pawn Код:
new name[MAX_PLAYER_NAME],id,string[256];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"%s (ID:%d) has joined the server",name,id);
SendClientMessage(playerid,-1,string);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)