24.06.2016, 20:22
Example:
Код:
CMD:test(playerid) { if(TimerInfo[playerid][CMD_vfixveh] < gettime()) { SCM(pid, -1, "{F71B9C} Command executed!"); TimerInfo[playerid][CMD_vfixveh] = gettime() + 180; } else { SCM(pid, -1, "{F71B9C} You can only use this command every 3 minutes."); } return 1; }