04.08.2011, 20:09
Put it at top of command:
pawn Код:
command(takeoff, playerid, params[])
{
if(HasTakeOff[playerid] == 1)
{
SendClientMessage(playerid, Green, "Please wait before using /takeoff again.");
return 1;
}