27.06.2015, 16:47
Add this to your script and try again:
Keep checking the disconnect reasons here while you run your tests.
PHP код:
public OnPlayerConnect (playerid) {
if (IsPlayerNPC(playerid)) return 1;
/* All your code here. */
return 1;
}