31.10.2014, 01:35
At the top of your script:
When they click the right arrow:
When they click the left arrow:
When they click 'ok', their age is stored in the 'age[playerid]' variable.
pawn Код:
new age[MAX_PLAYERS];
pawn Код:
if(age[playerid] < MAX_AGE) age[playerid]++;
pawn Код:
if(age[playerid] > 1) age[playerid]--;

