02.05.2016, 01:40
Um modo bem otimizado seria com gettime
Код:
new CmdTemp[MAX_PLAYERS]; // global comando teste { if(CmdTemp[playerid] > gettime()) return SendClientMessage(playerid, -1, "Aguarde alguns segundos."); CmdTemp[playerid] = 30 + gettime(); }