15.08.2011, 04:31
Acabei de voltar do parque de diversгo, estou tonto mas acho que funciona;
EDIT:
@MaGnO_357
Estб errado, estб faltando 2 ou 3 chaves.
pawn Код:
// Topo:
#define Ajuda 357
#define assalto 123456
#define orgs 789
// Dialog Response:
if(dialogid == 357)
{
if(response) {
if(listitem == 0)
return ShowPlayerDialog(playerid, 123456, DIALOG_STYLE_LIST, "Ponto de Assalto {2641FE}Mercado", "{2641FE}Mercado 24/7", "Selecionar", "Cancelar");
else if(listitem == 1)
return ShowPlayerDialog(playerid, orgs, DIALOG_STYLE_LIST, "Escolha Sua {2641FE}Organizaзao", "{391BE0}Policia Militar\n{44AB30}Ladrao", "Selecionar", "Cancelar");
else if(listitem == 2)
return SendClientMessage(playerid, CorLadrao, " ( / GPS ) || ( / Mudarluta ) || ( / Comprar ) || ( / equipar) || ( / Kill ) || ( / MudarTeam ) || ( / Motel )"), SendClientMessage(playerid, CorLadrao, " ( / Assaltar ) || ( / RoubarEquipamento ) || ( / ArmasLeves ) || ( / ArmasPesadas) || ( / ArmamentoPesado ) || ( / ArmamentoLeve )");
}
return 1;
}
if(dialogid == orgs)
{
if(response) {
if(listitem == 0)
return SendClientMessage(playerid, CorPolicia, " /ronda || /comprarbomba || /status || /ArmamentoPesado || /ArmamentoLeve"); // Policia
else if(listitem == 1)
return SendClientMessage(playerid, CorLadrao, "/assaltar || /comprarbomba || /status || /armasleves || /armaspesadas "); // Ladrao
}
return 1;
}
if(dialogid == 123456)
{
if(response) {
if(listitem == 0)
return SendClientMessage(playerid, CorLadrao, "O Ponto de Assalto Foi marcado no seu Mapa"), SetPlayerCheckpoint(playerid,1833.2405,-1842.4508,13.5781,05);
}
return 1;
}
if(!strcmp("/ajuda", cmdtext, true))
return ShowPlayerDialog(playerid, 357, DIALOG_STYLE_LIST, "Central de {E0461B}Ajuda", "Pontos de Assalto\nAjuda Emprego\nAjuda Geral", "Selecionar", "Cancelar");
@MaGnO_357
Estб errado, estб faltando 2 ou 3 chaves.