22/10/2021 01:21
(Esta mensagem foi modificada pela última vez a: 22/10/2021 01:24 por EXPEDITO_011.)
Esse foi o erro:
i.pwn(424) : error 033: array must be indexed (variable "inputtext")
Linha do erro:
Já consegui, faltou o strlen
if(strlen(!inputtext))
i.pwn(424) : error 033: array must be indexed (variable "inputtext")
Linha do erro:
Código:
if(!inputtext)
{
ShowPlayerDialog(playerid, REGISTRO, DIALOG_STYLE_INPUT, "XxX - Registro", registrar, "Registrar", "Sair");
}
Já consegui, faltou o strlen
if(strlen(!inputtext))