24.01.2012, 20:58
You will probably have to reorder your command syntax in order for this to work.. but,
As far as I know, you'd have to do a separate thing like:
and go on like that, although, I definately could be wrong. Just throwing ideas out there.
As far as I know, you'd have to do a separate thing like:
pawn Код:
if(sscanf(params, "uD(0)D(0)s[128]", user, date1, date2, string))
{
if(isnull(date1) { date1 = ..; }
else if(isnull(date2) { date2 = ..; }
}