27.12.2010, 23:36
You could use something like this:
Example of usage
Example of usage
pawn Код:
stock GetSecondsBetweenAction(action) // By [03]Garsino
{
return floatround(floatdiv((GetTickCount() - action), 1000), floatround_tozero);
}