16.08.2011, 13:17
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:
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?
pawn Код:
strcat(pInfo[playerid][Pass], inputtext);
Now doesn't that make sense?