inputtext error
#2

Change
pawn Код:
if (inputtext > PlayerInfo[playerid][pAccount] || inputtext < 1)
to
pawn Код:
if (strval(inputtext) > PlayerInfo[playerid][pAccount] || strval(inputtext) < 1)
Reply


Messages In This Thread
inputtext error - by kLx - 20.12.2009, 13:31
Re: inputtext error - by LarzI - 20.12.2009, 13:32
Re: inputtext error - by kLx - 20.12.2009, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)