14.02.2012, 18:07
Comeзa a contar do 0! nгo do 1, e faltou o listitem
pawn Код:
if(dialogid == 10)
{
if(response)
{
if(listitem == 0)
{
SendClientMessage(playerid, -1, "Vocк aceito o convite pra a luta");
SetPlayerPos(playerid, 1231.43,543,1874);
return 1;
}
if(listitem == 1)
{
SendClientMessage(oponente, -1, "Ele recusou a luta");
return 1;
}
}
return true;
}