inputtext seams
#8

Yes it does make sense, because inputtext's size is unknown to the compiler, so it cannot assign it to an array that has a pre-set size. You need to use a function like strcat, for example:

pawn Код:
strcat(pInfo[playerid][Pass], inputtext);
This is some fairly basic programming knowledge, I suggest you go through the PAWN manuals over at CompuPhase again assuming you've already read them (why would you be asking for help here if you've not read them? )

Now doesn't that make sense?
Reply


Messages In This Thread
inputtext seams - by Speed - 16.08.2011, 10:02
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 10:04
Re: inputtext seams - by Speed - 16.08.2011, 12:36
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 12:45
Re: inputtext seams - by Speed - 16.08.2011, 12:48
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 13:02
Re: inputtext seams - by Speed - 16.08.2011, 13:14
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 13:17
Re: inputtext seams - by Speed - 16.08.2011, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)