31.12.2014, 11:24
pawn Код:
if(TypingAge[playerid] == 1)
{
new age;
age = strval(text);
pInfo[playerid][Age] = age;
SCM(playerid, COLOR_LIGHTYELLOW, "Age set: %d", age);
TypingAge[playerid] = 0;
return 0;
}
For example: when I type 19 ... the message is "Age set: 541725712412" ... any idea why?