[PEDIDO]Tutorial...
#7

Olhe bem o que voce fez:
Colocou switch e case dentro de uma switch e case das dialogs..

E faзa seu prуprio cуdigo, nao use Ctrl+C e Ctrl+V, assim nunca irб aprender...
pawn Код:
case Dialog_Escolha:                  // Our dialog!
            {
                switch(listitem) {                // Checking which listitem was selected
                    case 0:                       // The first item listed
                    {
                        SetPlayerTeam(playerid,1);
                        SpawnPlayer(playerid);
                        Equipes[playerid] = 1;
                        SetPlayerSkin(playerid, 14);
                        SendClientMessage(playerid, 0xFFFFFFFF, "Certo,Vocк escolheu ser Humano!");
                    }
                    case 1:                       // The second item listed
                    {
                        SetPlayerTeam(playerid,2);
                        SpawnPlayer(playerid);
                        Equipes[playerid] = 2;
                        SetPlayerSkin(playerid, 14);
                        SendClientMessage(playerid, 0xFFFFFFFF, "Certo,Vocк escolheu ser Zombie");
                    }
                    }
                return 1;
Creio que seja isso..
Reply


Messages In This Thread
[PEDIDO]Tutorial... - by Jake_Dunlapp - 11.06.2012, 20:36
Re: [PEDIDO]Tutorial... - by EditPawn - 11.06.2012, 20:37
Re: [PEDIDO]Tutorial... - by Jake_Dunlapp - 11.06.2012, 20:47
Re: [PEDIDO]Tutorial... - by Jake_Dunlapp - 11.06.2012, 20:55
Re: [PEDIDO]Tutorial... - by LukisHard - 12.06.2012, 05:51
Re: [PEDIDO]Tutorial... - by Schocc - 12.06.2012, 06:04
Re: [PEDIDO]Tutorial... - by EditPawn - 12.06.2012, 14:55
Re: [PEDIDO]Tutorial... - by Jake_Dunlapp - 12.06.2012, 14:56
Re: [PEDIDO]Tutorial... - by EditPawn - 12.06.2012, 14:59

Forum Jump:


Users browsing this thread: 5 Guest(s)