09.11.2009, 21:48
The disconnect reason is 2, so the NPC was kicked. The problem is probably a function which checks the player's name and if it doesn't contain a _ symbol the server kicks the player.
You should use:
at OnPlayerConnect.
You should use:
Код:
if(IsPlayerNPC(playerid)) return 1;