01.02.2014, 11:34
I probably got it working, listitem line shows good but I dont understand this:
Why to console it outputs 50 when I type 20? But in dialog it shows that it is 20..
pawn Код:
format (CharacterChecking [playerid] [vAgeSlot1], 30, "%i", age);
printf ("%i", CharacterChecking [playerid] [vAgeSlot1]);
