18.10.2014, 11:55
You can use
variable = something;
for integers and floats, for strings you have to use format:
format(AccountData[playerid][szEmail],sizeof(AccountData[playerid][szEmail]),"%s",inputtext);
variable = something;
for integers and floats, for strings you have to use format:
format(AccountData[playerid][szEmail],sizeof(AccountData[playerid][szEmail]),"%s",inputtext);