19.10.2014, 10:26
AccountData[playerid][szEmail] == inputtext;
== is for check.
= is to set.
== is for check.
= is to set.
pawn Код:
format ( AccountData[playerid][szEmail], sizeof ( AccountData[playerid][szEmail] ), "%s", inputtext);