How can I set up bots inside any interior?
#5

Quote:
Originally Posted by tomnidi
So I can code that OnFilterScriptInit will be (SetPlayerSkin(0,111) ??
No. Like this:

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid))
    {
        SetPlayerSkin(playerid, 111);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)