11.03.2012, 06:24
Try to put:
under OnPlayerConnect.
Example:
hope it works
pawn Код:
if(IsPlayerNPC(playerid)) return 1;
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
//Your code here
}