[AJUDA] tag mismatch
#1

Quando Compilo o GM aparece Warn no ShowPlayerDialog
pawn Код:
new cpid = CPS_GetPlayerCheckpoint(playerid);
     if (cpid == 1)//ammu1
    {
    ShowPlayerDialog(playerid, ARME, 2, "Armas", "Ak47 - 12000$\nUzi - 7000$\nSniper - 50000$\nTec9 - 5900$\nPistol - 3000$\nSilence Pistol - 5600$\nM4 - 14000$\nSMG (MP5) - 10000$\nColete - 2500$", "Comprar", "Cancelar" );
    TogglePlayerControllable(playerid, false);
    }
    if (cpid == 2)//ammu2
    {
    ShowPlayerDialog(playerid, ARME, 2, "Armas", "Ak47 - 12000$\nUzi - 7000$\nSniper - 50000$\nTec9 - 5900$\nPistol - 3000$\nSilence Pistol - 5600$\nM4 - 14000$\nSMG (MP5) - 10000$\nColete - 2500$", "Comprar", "Cancelar" );
    TogglePlayerControllable(playerid, false);
    }
    if (cpid == 3)//ammu3
    {
    ShowPlayerDialog(playerid, ARME, 2, "Armas", "Ak47 - 12000$\nUzi - 7000$\nSniper - 50000$\nTec9 - 5900$\nPistol - 3000$\nSilence Pistol - 5600$\nM4 - 14000$\nSMG (MP5) - 10000$\nColete - 2500$", "Comprar", "Cancelar" );
    TogglePlayerControllable(playerid, false);
    }
    if (cpid == 4)//ammu4
    {
    ShowPlayerDialog(playerid, ARME, 2, "Armas", "Ak47 - 12000$\nUzi - 7000$\nSniper - 50000$\nTec9 - 5900$\nPistol - 3000$\nSilence Pistol - 5600$\nM4 - 14000$\nSMG (MP5) - 10000$\nColete - 2500$", "Comprar", "Cancelar" );
    TogglePlayerControllable(playerid, false);
    }
    if (cpid == 5)//ammu5
    {
    ShowPlayerDialog(playerid, ARME, 2, "Armas", "Ak47 - 12000$\nUzi - 7000$\nSniper - 50000$\nTec9 - 5900$\nPistol - 3000$\nSilence Pistol - 5600$\nM4 - 14000$\nSMG (MP5) - 10000$\nColete - 2500$", "Comprar", "Cancelar" );
    TogglePlayerControllable(playerid, false);
    }
    return 0;
}
alguйm sabe resolver??
Desde jб, Thanks!
Reply


Messages In This Thread
[AJUDA] tag mismatch - by Cristhian - 17.09.2011, 23:39
Re: [AJUDA] tag mismatch - by Y_Baby - 17.09.2011, 23:43
Re: [AJUDA] tag mismatch - by Cristhian - 17.09.2011, 23:46
Re: [AJUDA] tag mismatch - by lukas_loky - 17.09.2011, 23:48
Re: [AJUDA] tag mismatch - by Cristhian - 17.09.2011, 23:58
Re: [AJUDA] tag mismatch - by Bruno Pereira - 17.09.2011, 23:59
Re: [AJUDA] tag mismatch - by lukas_loky - 18.09.2011, 00:03
Re: [AJUDA] tag mismatch - by Cristhian - 18.09.2011, 00:06
Re: [AJUDA] tag mismatch - by lukas_loky - 18.09.2011, 00:08
Re: [AJUDA] tag mismatch - by Bruno Pereira - 18.09.2011, 00:10

Forum Jump:


Users browsing this thread: 1 Guest(s)