[Ajuda] (variable "inputtext")
#1

Pessoal, estб dando o seguinte erro no cуdigo abaixo ;

error 033: array must be indexed (variable "inputtext")

na linha
pawn Код:
if(inputtext == 10)
pawn Код:
if(dialogid == D_UVA)
    {
        if(response)
        {
            if(inputtext == 10)
            {
                SendClientMessage(playerid, C_Agricultor, "- Vocк plantou 10 ъnidades de UVA, espere 30 segundos para a colheita iniciar.");
                SetTimerEx("PU", 30000, false, "i", playerid);
                return 1;
            }
        }
        else
        {
            ShowPlayerDialog(playerid, D_UVA, DIALOG_STYLE_INPUT, "{5678FF}Uva", "{FFFFFF}Digite a quantia de Uvas que vocк deseja plantar.", "Confirmar", "");
        }
        return 1;
   }
Reply


Messages In This Thread
(variable "inputtext") - by Quazar - 09.08.2012, 00:45
Re: (variable "inputtext") - by .FuneraL. - 09.08.2012, 00:46
Re: (variable "inputtext") - by Quazar - 09.08.2012, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)