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

Pawn does not support the comparison of strings by that method. You need to use the strcmp function, like so:

pawn Код:
if(strcmp(inputtext,tmp,true))
Reply


Messages In This Thread
error 033: array must be indexed (variable "inputtext") - by eDz0r - 14.12.2010, 13:41
Re: error 033: array must be indexed (variable "inputtext") - by JaTochNietDan - 14.12.2010, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)