Input Dialog w/ String
#1

I'm stumped right now, because I can't remember how to assign the inputtext of an input dialog to an array. Can anyone refresh my memory?

Basically, I'm trying to do this:

new string[128] = inputtext;
Reply
#2

you dont need to doo that...your inputtext is already string you just use it...
but if you want to do that you can try

pawn Код:
format(string,128,"%s",inputtext);
Reply
#3

Or just

format(string, 128, inputtext);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)