14.07.2014, 20:50
Also, instead of this:
Can it be put into an array and done that way rather than a stock? if so can you provide evidence
pawn Код:
stock TranslateMonth(playerid)
{
new s[4], m;
m = Player[playerid][bMonthNumber];
if(m == 1)format(s, sizeof(s), "January");
if(m == 2)format(s, sizeof(s), "February");
return 1;
}
