14.08.2011, 11:51
Set TImer and player varibale like Command[playerid] = 1;
When he does command again
In Timer function add Command[playerid] = 0;
So when timer expires it will set his command variable to 0 so he can use command again
When he does command again
PHP код:
if(Command[playerid] == 1)
{
//stop him from performing it
}
So when timer expires it will set his command variable to 0 so he can use command again