02.04.2013, 02:55
Код:
new buygun[MAX_PLAYERS];
Under onplayerconnect
Код:
buygun[playerid] = -5000;
Код:
if(tickcount() - buygun[playerid] < 5000) return SendClientMessage(playerid, -1, "You must wait 5 seconds before using this command again.");