Npc Leaving after a while time ' 15 sec '
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    // rest of code
    return 1;
}
and if the type is not for vehicles, it's not necessary to use OnPlayerSpawn callback.
Reply


Messages In This Thread
Npc Leaving after a while time ' 15 sec ' - by BigBaws - 15.10.2013, 16:07
Re: Npc Leaving after a while time ' 15 sec ' - by Konstantinos - 15.10.2013, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)