public OnPlayerConnect(playerid){ if(IsPlayerNPC(playerid)) { SpawnPlayer(playerid); return 1; } return 1;}