10.04.2012, 23:44
inputtext is a string.
You could try converting it to an integer by using strval.
Strval converts an integer into a string.
If that doesn't work. You need to post more code.
You could try converting it to an integer by using strval.
Strval converts an integer into a string.
pawn Код:
pData[playerid][pAge] = strval(inputtext);