10.11.2009, 08:10
The NPC will spawn itself. No need to use SpawnPlayer. The only reason that the NPC wont spawn if there are terms which the NPC doesnt meet
if(IsPlayerNPC(playerid)) return 1;
Before any log-in-before-spawn type terms is enough
if(IsPlayerNPC(playerid)) return 1;
Before any log-in-before-spawn type terms is enough
