inputtext help
#1

i have this :

if(inputtext > Variable) return SendClientMessage(playerid,COLOR_RED,"You Cant Do That");

but it gives :
Код:
array must be indexed (variable "inputtext")
and this :

GivePlayerMoney(playerid,-inputtext);
Variable += inputtext;
Код:
error 035: argument type mismatch (argument 2)
and
Код:
array must be indexed (variable "inputtext")
Reply
#2

and the created inputtext is an array right? there's your problem
Reply
#3

pawn Код:
strval(inputtext)
Reply
#4

Quote:
Originally Posted by MadeMan
pawn Код:
strval(inputtext)
tyvm dude
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)