26.07.2012, 22:53
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!");
if(BankRobStatus==1)
return 1;
return 1; // added
}