14.02.2012, 02:42
pawn Код:
//topo
new aguarde[MAX_PLAYERS];
//no comando
if(GetTickCount() - aguarde[playerid] < 10000){
SendClientMessage(playerid,-1,"vocк sу pode repetir o comando /trabalhar depois de 10 segundos.");
return 1;
}
//quando ele for executado
aguarde[playerid] = GetTickCount();