Inputtext
#1

So tell me what i have to do.
PHP код:
    dini_IntSet(file"Age"inputtext); 
Код:
error 035: argument type mismatch (argument 3)
I want it to set "Age" in player file to inputtext.
Reply
#2

inputtext is a string.

Do
pawn Код:
dini_IntSet(file, "Age", strval(inputtext));
<This forum requires that you wait 120 seconds between posts. Please try again in 60 seconds.>
Reply
#3

Thanks, you helped me alot :"D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)