NPC problem...
#3

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(IsPlayerNPC(playerid))
    {
        return 1;
    }
    else {
        //code
    }
    return 1;
}
Reply


Messages In This Thread
NPC problem... - by MrIncredible - 16.01.2011, 20:36
Re: NPC problem... - by Krx17 - 16.01.2011, 20:43
Respuesta: NPC problem... - by [M]xFire - 16.01.2011, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)