20.12.2009, 13:31
Hi!
I'm doing this:
And getting those errors:
Wuz da problem?
Thanks
I'm doing this:
Код:
if (inputtext > PlayerInfo[playerid][pAccount] || inputtext < 1) { SendClientMessage(playerid, COLOR_GRAD2, " Tu neturi tiek daug !"); return 1; }
Код:
S:\SA-MP Files\VRP\gamemodes\vlrp.pwn(4740) : error 033: array must be indexed (variable "inputtext") S:\SA-MP Files\VRP\gamemodes\vlrp.pwn(4745) : error 035: argument type mismatch (argument 2) S:\SA-MP Files\VRP\gamemodes\vlrp.pwn(4746) : error 033: array must be indexed (variable "inputtext") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
Thanks