11.04.2011, 12:44
There isn't a native mktime() function in pawn, we can't tell you if we can't see any code.
The only native time functions in pawn are:
The only native time functions in pawn are:
pawn Код:
native gettime(&hour=0, &minute=0, &second=0);
native getdate(&year=0, &month=0, &day=0);
native tickcount(&granularity=0);
