Quote:
Originally Posted by //exora
pawn Код:
new d,m,y; sscanf(input, "p/iii", d,m,y); pYear[playerid] = y; pMonth[playerid] = m; pDay[playerid] = d;
In this case, "input" is the date (as string obv). This would split 11/1/1970 to d = 11, m = 1, y = 1970
|
Okay, I see. I wasn't sure if I was doing the good thing.
Thanks!