03.01.2012, 20:34
This:
Should be:
And this:
Needs attention too.
Код:
robtime[MAX_PLAYERS] = GetTickCount();
Код:
robtime[playerid] = GetTickCount();
Код:
if((GetTickCount() - robtime[MAX_PLAYERS]) < 120000)) return SendClientMessage(playerid,color,"You have to wait.");