27.07.2012, 10:32
pawn Код:
CMD:allowrobbank(playerid, params[])
{
if (PlayerInfo[playerid][pAdmin] < 4)
{
SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use this command.");
return 1;
}
TimeAfterBankJob = TIME_BETWEEN_BANKJOBS;
SendClientMessage(playerid, COLOR_GREY, "Bank robbery is now allowed!");
BankRobStatus=1;
return 1;
}