26.07.2012, 21:52
Hello,
Rob bank system and it's working but my allow robbank system isn't working this is allow rob bank
In game it says you allowed rob bank under that unknown command
But you cannot rob the bank again
Rob bank system and it's working but my allow robbank system isn't working this is allow rob bank
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;
}
But you cannot rob the bank again