Quote:
Originally Posted by belhot1992
Try doing it this way:
pawn Код:
new country[128]; country = strval(inputtext); format(PlayerInfo[playerid][pCountry], 128, "%s", country);
Don't know if it will work though..
I guess you're saving country as a string, but I don't know
Tell me what happened.
|
Isn't strval() used to convert string to integer ?