NPC problem . (+1rep)
#2

Try to put:
pawn Код:
if(IsPlayerNPC(playerid)) return 1;
under OnPlayerConnect.

Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    //Your code here
}
hope it works
Reply


Messages In This Thread
NPC problem . (+1rep) - by whcool - 11.03.2012, 06:17
Re: NPC problem . (+1rep) - by Andi_Evandy - 11.03.2012, 06:24
Re: NPC problem . (+1rep) - by whcool - 11.03.2012, 06:32

Forum Jump:


Users browsing this thread: 1 Guest(s)