03.01.2012, 21:38
Quote:
This:
Код:
robtime[MAX_PLAYERS] = GetTickCount(); Код:
robtime[playerid] = GetTickCount(); Код:
if((GetTickCount() - robtime[MAX_PLAYERS]) < 120000)) return SendClientMessage(playerid,color,"You have to wait."); |
Код:
if((GetTickCount() - robtime[playerid]) < 120000)) return SendClientMessage(playerid,color,"You have to wait.");