NPC Connects but doesn't spawn
#2

Some callbacks (OnPlayerConnect, OnPlayerRequestClass, OnPlayerSpawn, OnPlayerRequestSpawn etc.) in your gamemode (or another filterscript) might stop the NPC from spawning. For example a login dialog that asks a player to input password before he/she can continue. It asks the password from NPC too and it will just stay there forever and doesn't spawn.

This is just a guess. Just look at these callbacks, see what parts should the NPC ignore and add these lines where necessary.

pawn Код:
if(IsPlayerNPC(playerid)) return 1;
Reply


Messages In This Thread
NPC Connects but doesn't spawn - by Deal-or-die - 02.05.2012, 12:13
Re: NPC Connects but doesn't spawn - by MadeMan - 02.05.2012, 12:36
Re: NPC Connects but doesn't spawn - by Deal-or-die - 02.05.2012, 12:47
Re: NPC Connects but doesn't spawn - by MadeMan - 02.05.2012, 13:03

Forum Jump:


Users browsing this thread: 3 Guest(s)