Files
SA-MP/pawno/include/time.inc

15 lines
336 B
PHP
Raw Permalink Normal View History

2025-04-20 07:47:57 -07:00
/* Date/time functions
*
* (c) Copyright 2001-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _time_included
#endinput
#endif
#define _time_included
#pragma library Time
native gettime(&hour=0, &minute=0, &second=0);
native getdate(&year=0, &month=0, &day=0);
native tickcount(&granularity=0);