17.08.2011, 14:06
Bom, eu fiz esse dialog com o tutorial do jfs, mais nao ta escolhendo quando eu clico Escolher Policia, Escolher Ladrao, fica parado no lugar e nao acontece nada alguem pode ajudar?
PHP код:
if(dialogid == Escolha)
{
if(response == 0)
{
if(listitem == 0)
{
if(gTeam[playerid] == Ladrao)
SendClientMessage(playerid,CorLadrao,"Vocк escolheu ser Ladrгo Qualquer Duvida Digite ( /ajuda )");
if(Tutorial[playerid] == 1) return 1;
if(Tutorial[playerid] == 0)
{
TogglePlayerControllable(playerid, 0);
GameTextForPlayer(playerid, "~b~Tutorial Morro", 3000, 6);
for(new x = 0; x < 20; ++x) SendClientMessage(playerid, 0xFFFFFF00, " ");
ShowPlayerDialog(playerid,16,DIALOG_STYLE_MSGBOX,"{FF0000}-=-=- {FFFFFF}Tutorial Morro {FF0000}-=-=-","Bom, este tutorial vai le ajudar bastante a saber os locais onde vocк vai passar bastante tempo\nAqui й o Morro onde acontece varios tiroteios e assaltos , cuidado ao passar por aqui de carro pode ser roubado ;D","Proximo","Cancelar");
SetPlayerSkin(playerid, 107);
sTutorial(playerid);
return 1;
}
}
if(listitem == 1)
{
if(gTeam[playerid] == Policia)
{
if(Tutorial[playerid] == 1) return 1;
if(Tutorial[playerid] == 0)
{
TogglePlayerControllable(playerid, 0);
GameTextForPlayer(playerid, "~b~Tutorial Morro", 3000, 6);
for(new x = 0; x < 20; ++x) SendClientMessage(playerid, 0xFFFFFF00, " ");
ShowPlayerDialog(playerid,16,DIALOG_STYLE_MSGBOX,"{FF0000}-=-=- {FFFFFF}Tutorial Morro {FF0000}-=-=-","Bom, este tutorial vai le ajudar bastante a saber os locais onde vocк vai passar bastante tempo\nAqui й o Morro onde acontece varios tiroteios e assaltos , cuidado ao passar por aqui de carro pode ser roubado ;D","Proximo","Cancelar");
SetPlayerSkin(playerid, 107);
sTutorial(playerid);
return 1;
}
SendClientMessage(playerid,CorPolicia,"Vocк Escolheu ser Policia Qualquer Duvida Digite ( /ajuda )");
}
}
return true;
}
}