public OnPlayerRequestClass(playerid, classid){ if (IsPlayerNPC(playerid)) { SpawnPlayer(playerid); return 1; } return 0;}