[Duda] їquй estб mal en este dialog?
#2

pawn Код:
if(response)
{
    switch(dialogid)
    {
        case 1:
        {
            switch(listitem)
            {
                case 0:
                {
                    if(PlayerInfo[playerid][Vip] < 1) return SendClientMessage(playerid, 0xFFFFFF, "Usted No Tiene suficiente Dinero.");
                    GivePlayerWeapon(playerid, 9, 1);
                }
                case 1:
                {
                    if(PlayerInfo[playerid][Vip] < 1) return SendClientMessage(playerid, 0xFFFFFF, "Usted No Tiene suficiente Dinero.");
                    GivePlayerWeapon(playerid, 16, 100);
                }
                case 2:
                {
                    if(PlayerInfo[playerid][Vip] < 1) return SendClientMessage(playerid, 0xFFFFFF, "No Tiene dinero Para Pagar Esta bebida");
                    GivePlayerWeapon(playerid, 37, 150);
                }
            }
        }
    }
    return 1;
}
Usted sуlo debe color "case <nъmero>" dentro de un switch, caso contrario, darб ese error.
Reply


Messages In This Thread
[Duda] їquй estб mal en este dialog? - by NaaZa - 05.01.2014, 21:20
Respuesta: [Duda] їquй estб mal en este dialog? - by EduGTA - 05.01.2014, 21:43
Respuesta: [Duda] їquй estб mal en este dialog? - by hotspicytaco - 05.01.2014, 21:58
Respuesta: [Duda] їquй estб mal en este dialog? - by NaaZa - 05.01.2014, 22:48
Respuesta: [Duda] їquй estб mal en este dialog? - by armandozetaxx - 06.01.2014, 05:10

Forum Jump:


Users browsing this thread: 1 Guest(s)