11.05.2014, 19:20
Formatting inputtext might help.
pawn Код:
static str_[144]; // change the size if it's not correct according to your hash
format(str_, sizeof(str_), "%s", inputtext);
OnPlayerLogin(playerid, str_);