One problem
#2

Do you have a registration system in your GM? If yes you have to bypass it, so the NPC's will be able to spawn.

EDIT:
pawn Код:
if(IsPlayerNPC(playerid))return 1;
Anywhere that it is looking for the input such as passwords, login and stuff...

EDIT2: Try

pawn Код:
public OnPlayerConnect(playerid)
{  
       if(IsPlayerNPC(playerid))
    {
        SpawnPlayer(playerid);
    }
}
Edit 3 I didn't see your post Lethal
Reply


Messages In This Thread
One problem - by Curti$ - 04.02.2011, 05:35
Re: One problem - by PeteShag - 04.02.2011, 05:58
Re: One problem - by [L3th4l] - 04.02.2011, 06:03
Re: One problem - by MrDeath537 - 04.02.2011, 06:29

Forum Jump:


Users browsing this thread: 1 Guest(s)