[Ajuda] Skins npc
#7

Me passaram um assim... Funcionou.


pawn Код:
if(IsPlayerNPC(playerid)) {
    static skin;
    switch(skin) {
        case 0: {
            SetPlayerSkin(playerid, 162);
        }
        case 1: {
            SetPlayerSkin(playerid, 160);
        }
        case 2: {
            SetPlayerSkin(playerid, 79);
        }
        case 3: {
            SetPlayerSkin(playerid, 159);
        }
        case 4: {
            SetPlayerSkin(playerid, 178);
        }
    }
    skin++;
    return true;
}

Abraзo.
Reply


Messages In This Thread
Skins npc - by matanza87 - 05.06.2013, 00:53
Re: Skins npc - by Exco - 05.06.2013, 01:23
Re: Skins npc - by matanza87 - 05.06.2013, 03:00
Re: Skins npc - by MonFiTy - 05.06.2013, 03:15
Re: Skins npc - by FireScript - 05.06.2013, 04:29
Re: Skins npc - by MonFiTy - 05.06.2013, 04:35
Re: Skins npc - by Mteck - 05.06.2013, 10:34
Re: Skins npc - by matanza87 - 05.06.2013, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)