10.06.2013, 01:30
(
Последний раз редактировалось Threshold; 10.06.2013 в 06:01.
)
Make sure you are allowing the NPC through your registration system etc.
Easy examples would be:
EDIT: @Hoborific And that too... xD
Easy examples would be:
pawn Код:
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
}
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
}