NPC HELP
#7

Add these:
pawn Код:
public OnPlayerConnect( playerid )
{
    if( IsPlayerNPC( playerid ) ) return 1;
    // And your usual code...
}
pawn Код:
public OnPlayerRequestClass( playerid )
{
    if( IsPlayerNPC( playerid ) ) return 1;
    // And your usual code...
}
Reply


Messages In This Thread
NPC HELP - by Ne0 - 27.02.2011, 13:46
Respuesta: NPC HELP - by Code8976Man - 27.02.2011, 13:48
Re: NPC HELP - by Ne0 - 27.02.2011, 13:50
Re: NPC HELP - by Ne0 - 27.02.2011, 13:56
Re: NPC HELP - by Ne0 - 27.02.2011, 15:08
Re: NPC HELP - by Lethaal - 27.02.2011, 15:36
Re: NPC HELP - by Mean - 27.02.2011, 17:28
Re: NPC HELP - by Ne0 - 27.02.2011, 18:25
Re: NPC HELP - by Ne0 - 27.02.2011, 18:39
Re: NPC HELP - by marinov - 27.02.2011, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)