22.07.2011, 12:01
Thanks alot Grim, MadeMan and Double - O - Seven.
And Grim, I've seen people use this:
I think I know this much that it will exempt the NPC from the code below return 0;, am I right?
And Grim, I've seen people use this:
pawn Код:
OnPlayerRequestSpawn(playerid)
{
if(IsPlayerNPC(playerid)) return 0;
}