#6

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;

}
Reply


Messages In This Thread
Bug - by McFellow - 26.07.2012, 21:52
Re: Bug - by McFellow - 26.07.2012, 22:49
Re: Bug - by [KHK]Khalid - 26.07.2012, 22:53
Re: Bug - by McFellow - 27.07.2012, 10:19
AW: Bug - by dalkgamler - 27.07.2012, 10:23
Re: Bug - by Alexis1999 - 27.07.2012, 10:32
Re: Bug - by McFellow - 27.07.2012, 10:35
Re: Bug - by McFellow - 27.07.2012, 10:39
Re: Bug - by Devilxz97 - 27.07.2012, 10:39
Re: Bug - by McFellow - 27.07.2012, 10:44

Forum Jump:


Users browsing this thread: 1 Guest(s)