[Tutorial] How to make a 8 skins dialog :P More Coming Soon
#5

pawn Код:
if(dialogid == 10 && response)
{
    switch(listitem)
    {
        case 0: SetPlayerSkin(playerid, 0);
        case 1: SetPlayerSkin(playerid, 1);
        case 2: SetPlayerSkin(playerid, 2);
        case 3: SetPlayerSkin(playerid, 7);
        case 4: SetPlayerSkin(playerid, 9);
        case 5: SetPlayerSkin(playerid, 10);
        case 6: SetPlayerSkin(playerid, 11);
        case 7: SetPlayerSkin(playerid, 29);
    }
    return 1;
}
Also, it's not a tutorial at all. It's more like a copy-paste script :/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)