05.05.2010, 10:08
if(GetPVarInt(playerid,"CMDABUSE")>GetTickCount()) return SendClientMessage(playerid,0xFF0000FF,"You must wait before using a command");
SetPVarInt(playerid,"CMDABUSE",GetTickCount()+5000 );
when that tickcount finishes i want to recieve message "you can go in another place now"
SetPVarInt(playerid,"CMDABUSE",GetTickCount()+5000 );
when that tickcount finishes i want to recieve message "you can go in another place now"