16.11.2013, 19:35
pawn Code:
new Temp[MAX_PLAYERS];
//OnPlayerConnect:
Temp[playerid] = 0;
//Begin the command
if(gettime() - Temp[playerid] < 20) return SendClientMessage(playerid, 0xFF0000FF, "Wait time is up");
Temp[playerid] = gettime();
change the 20 to the value you want