18.10.2013, 15:02
My users will enter a string (email) using a dialog. The input of this shall be stored in playerInfo[playerid][pEmail].
Now I get
whenever I try
So now I need to know how I can use EOS (End Of String) to fill out the empty spaces in my array with NULL (\0) so that the sizes matches. Thanks in advance.
Now I get
Quote:
error 047: array sizes do not match, or destination array is too small |
pawn Код:
playerInfo[playerid][pEmail] = inputtext;