Posts: 140
Threads: 35
Joined: Jul 2017
Quote:
Originally Posted by Sew_Sumi
6 * 60 = 360.
90 = 90.
PHP код:
if(gettime() < PLAYER[playerid][TIME] + 360)//<<
|
I put that command to give an example of what I want to do. But what I want is for a message to appear that 90 seconds have already gone off, for example: "90 seconds have passed, you can not use this command.
"if(gettime() < PLAYER[playerid][TIME] + 360)" This only tells me that I can use the command every 6 minutes.