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

Quote:
Originally Posted by Antonio [G-RP]
Посмотреть сообщение
oh my..

pawn Код:
if(strcmp(inputtext,inpw, true) == 0 && countpw < 4)
it should be if the strings dont match so like this

pawn Код:
if(strcmp(inputtext,inpw, true) != 0 && countpw < 4)
[/QUOTE]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)