08.11.2014, 12:57
Код:
if(BankJobPlayer == playerid)
{
new string[182];
format(string, 256, "City Alert: The Bank Robbery attempt has failed!");
RemovePlayerAttachedObject(playerid, 0);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
BankJobPlayer = 999;
TimeAfterBankJob = 3;
BankJobTime = -1;
}

