10.01.2015, 19:08
Try putting the following code right under "OnPlayerConnect"
Code:
if(IsPlayerNPC(playerid)) { SpawnPlayer(playerid); return 1; }