10.11.2013, 08:13
Yes, your register system could be stopping the NPC from spawning.
Put this before you show the register dialog or w/e your system uses:
Check this: https://sampforum.blast.hk/showthread.php?tid=95034
Read under "Common Problems"
Put this before you show the register dialog or w/e your system uses:
pawn Код:
if(IsPlayerNPC(playerid)) return 1;
Read under "Common Problems"

