27.07.2012, 10:39
pawn Код:
CMD:allowrobbank(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 4)
{
SendClientMessage(playerid, red, "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;
}