02.09.2018, 14:01
Код HTML:
#define Is90SecondsHavePassed(%1) GetTickCount() > (CountTimer[%1]+90000) new CountTimer[MAX_PLAYERS]; Starting counter: CountTimer[playerid] = GetTickCount(); Function: Is90SecondsHavePassed(playerid)// 90 Seconds have been passed