inputtext
#1

Код:
if(response) {
			if(PlayerInfo[playerid][pCash] >= inputtext) {
error 033: array must be indexed (variable "inputtext")
Reply
#2

Use this:

Quote:

if(IsNumeric(inputtext) )
{
if(PlayerInfo[playerid][pCash] >= strval(inputtext)) {

Reply
#3

Im guessing your "input" is a integer.

Use;
pawn Код:
if(response)
{
     if(PlayerInfo[playerid][pCash] >= strval(inputtext))
     {
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)