eu tavo tentando mudar o meu sistema de idioma de MSGBOX para LIST mas deu nisso
ERROS:
PHP Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
if(dialogid == DialogIdioma)
{
{
if(response)
{
if(listitem == 0)
Idioma[playerid] = 1;
SendClientMessage(playerid, -1, "BienVenido, escriva /ayuda para más información");
return 1;
}
else if(listitem == 1)
{
Idioma[playerid] = 2;
SendClientMessage(playerid, -1,"Seja bem vindo digite /ajuda para mais informações");
return 1;
}
else if(listitem == 2)
{
Idioma[playerid] = 3;
SendClientMessage(playerid, -1,"Welcome, enter / help for more information");
return 1;
}
}
return 0;
}
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
return 0;
}
PHP Code:
C:\Projeto D.M\gamemodes\teste.pwn(346) : warning 209: function "OnDialogResponse" should return a value
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.