15.08.2011, 02:12
PHP код:
// Topo:
#define Ajuda 357
#define assalto 123456
#define orgs 789
// Dialog Response:
if(dialogid == 357)
{
if(response)
{
if(listitem == 0)
{
ShowPlayerDialog(playerid, 123456, DIALOG_STYLE_LIST, "Ponto de Assalto {2641FE}Mercado", "{2641FE}Mercado 24/7", "Selecionar", "Cancelar");
}
else if(listitem == 1)
{
ShowPlayerDialog(playerid, orgs, DIALOG_STYLE_LIST, "Escolha Sua {2641FE}Organizaзao", "{391BE0}Policia Militar\n{44AB30}Ladrao", "Selecionar", "Cancelar");
}
else if(listitem == 2)
{
SendClientMessage(playerid, CorLadrao, " ( / GPS ) || ( / Mudarluta ) || ( / Comprar ) || ( / equipar) || ( / Kill ) || ( / MudarTeam ) || ( / Motel )");
SendClientMessage(playerid, CorLadrao, " ( / Assaltar ) || ( / RoubarEquipamento ) || ( / ArmasLeves ) || ( / ArmasPesadas) || ( / ArmamentoPesado ) || ( / ArmamentoLeve )");
}
}
}
if(dialogid == orgs)
{
if(response)
{
if(listitem == 0)
{
SendClientMessage(playerid, CorPolicia, " /ronda || /comprarbomba || /status || /ArmamentoPesado || /ArmamentoLeve"); // Policia
}
else if(listitem == 1)
{
SendClientMessage(playerid, CorLadrao, "/assaltar || /comprarbomba || /status || /armasleves || /armaspesadas "); // Ladrao
}
}
}
return 1;
}
if(dialogid == 123456)
{
if(response)
{
if(listitem == 0)
{
SendClientMessage(playerid, CorLadrao, "O Ponto de Assalto Foi marcado no seu Mapa");
{
SetPlayerCheckpoint(playerid,1833.2405,-1842.4508,13.5781,05);
}
}
return 1;
}
comando
PHP код:
if(!strcmp("/ajuda", cmdtext, true))
{
ShowPlayerDialog(playerid, 357, DIALOG_STYLE_LIST, "Central de {E0461B}Ajuda", "Pontos de Assalto\nAjuda Emprego\nAjuda Geral", "Selecionar", "Cancelar");
return 1;
}