[AJUDA] SKINS DE MEMBROS
#2

pawn Код:
public OnPlayerSpawn ( playerid )
{
    switch ( PlayerInfo [ playerid ] [ pCargo ] )
    {
        case 1:
            SetPlayerSkin ( playerid, /*Skin ID*/ );

        case 2:
            SetPlayerSkin ( playerid, /*Skin ID*/ );

        case 3:
            SetPlayerSkin ( playerid, /*Skin ID*/ );

        case 4:
            SetPlayerSkin ( playerid, /*Skin ID*/ );

        case 5:
            SetPlayerSkin ( playerid, /*Skin ID*/ );

        case 6:
            SetPlayerSkin ( playerid, /*Skin ID*/ );
    }

    return 1;
}
Reply


Messages In This Thread
[AJUDA] SKINS DE MEMBROS - by dansr - 08.04.2013, 09:51
Re: [AJUDA] SKINS DE MEMBROS - by Lуs - 08.04.2013, 10:07
Re: [AJUDA] SKINS DE MEMBROS - by dansr - 08.04.2013, 10:11
Re: [AJUDA] SKINS DE MEMBROS - by Lуs - 08.04.2013, 11:07
Re: [AJUDA] SKINS DE MEMBROS - by dansr - 08.04.2013, 11:35
Re: [AJUDA] SKINS DE MEMBROS - by Lуs - 08.04.2013, 11:37
Re: [AJUDA] SKINS DE MEMBROS - by dansr - 08.04.2013, 11:48
Re: [AJUDA] SKINS DE MEMBROS - by Lуs - 08.04.2013, 11:50
Re: [AJUDA] SKINS DE MEMBROS - by dansr - 08.04.2013, 12:00
Respuesta: [AJUDA] SKINS DE MEMBROS - by Pedro Pawno - 08.04.2013, 12:56

Forum Jump:


Users browsing this thread: 2 Guest(s)