17.09.2011, 23:39
Quando Compilo o GM aparece Warn no ShowPlayerDialog
alguйm sabe resolver??
Desde jб, Thanks!
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;
}
Desde jб, Thanks!