30.12.2013, 13:24
You can do this.
pawn Код:
switch(listitem)
{
case 0..73:
{
format(str,sizeof(str),"Your age is: %d", listitem+18);
SendClientMessage(playerid, -1, str);
}
}