Help how to convert this? 0.3x Skin Selection
#3

pawn Код:
CMD:skinchange(playerid, params[])
{
    // If there was a previously created selection menu, destroy it
    DestroySelectionMenu(playerid);
       
    SetPVarInt(playerid, "skinc_active", 1);
    //SetPVarInt(playerid, "skinc_page", 0); // will reset the page back to the first
       
    CreateSelectionMenu(playerid);
    SelectTextDraw(playerid, 0xACCBF1FF);
    return 1;
}
Reply


Messages In This Thread
Help how to convert this? 0.3x Skin Selection - by DamienWalter - 17.09.2013, 04:38
Re: Help how to convert this? 0.3x Skin Selection - by alinategh - 17.09.2013, 10:34
Re: Help how to convert this? 0.3x Skin Selection - by Konstantinos - 17.09.2013, 10:37

Forum Jump:


Users browsing this thread: 1 Guest(s)