01.05.2013, 02:50
i have a /tmute [id] [mins]
But i need the Mins.
is dis a min?
60000
or
1000
But i need the Mins.
is dis a min?
60000
or
1000
Код:
if(gMuted[playerid]) { if(GetTickCount() < gMuted[playerid]) { new tmp[64]; format(tmp, sizeof tmp, "Muted!, %d seconds remaining", ((gMuted[playerid] - GetTickCount()) / 1000)); SendClientMessage(playerid, 0xFF0000FF, tmp); return false; } else { gMuted[playerid] = 0; } }