Posts: 140
Threads: 35
Joined: Jul 2017
Quote:
Originally Posted by Shinja
PHP код:
if(gettime() < PLAYER[playerid][TIME] + 90) return SendClientMessage(playerid, -1, "You can only use this command every 3 minutes");
PLAYER[playerid][TIME] = gettime();
|
No, this function only detects that you can use that command every 3 minutes and I want it to be 90 seconds after I can not use that command ...