10.02.2014, 02:47
pInfo[playerid][pAge] = strval(inputtext);
strval simply converts a string into an integer.
inputtext is a string so using strval converts the input of the dialog into an integer.
More info here: https://sampwiki.blast.hk/wiki/Strval
strval simply converts a string into an integer.
inputtext is a string so using strval converts the input of the dialog into an integer.
More info here: https://sampwiki.blast.hk/wiki/Strval