what's wrong?
#6

Here is:

pawn Код:
KillTimer(pBupTimerID[playerid]);
            new bupm = 70000 + random(250000);
            GivePlayerMoney(playerid,bupm);
            new plwl = GetPlayerWantedLevel(playerid);
            plwl = GetPlayerWantedLevel(playerid);
            SetPlayerWantedLevel(playerid,plwl +10);
            new b[170];
            format(b, sizeof(b), "Shop bombed and also robbed %i$! NOW RUN! IT WILL EXPLODE IN 10 SECONDS!! - Wanted Level: %d",bupm[playerid],plwl);
            SendClientMessage(playerid,red,b);
            GameTextForPlayer(playerid, "Bombing ~r~COMPLETE! RUN NOW! IT WILL EXPLODE ALL IN 10 SECONDS!!", 5000, 5);
            SetPlayerScore(playerid, GetPlayerScore(playerid) + 5);
            IsBombing[playerid] =0;
            new string3[170];
            new current_zone;
            current_zone = player_zone[playerid];
            GetPlayerName(playerid, name, sizeof(name));
            format(string3, sizeof(string3), "- SHOP BOMBING - %s (%d) has bombed a store and also robbed %i$ from %s",name,playerid,bupm[playerid],zones[current_zone][zone_name]);
            SendClientMessageToAll(COLOR_WHITE,string3);
            BombLog(string3);
Reply


Messages In This Thread
what's wrong? - by Face9000 - 14.04.2012, 22:41
Re: what's wrong? - by MP2 - 14.04.2012, 22:57
Re: what's wrong? - by Kitten - 14.04.2012, 22:57
Re: what's wrong? - by MP2 - 14.04.2012, 22:57
Re: what's wrong? - by MP2 - 14.04.2012, 23:07
Re: what's wrong? - by Face9000 - 14.04.2012, 23:16
Re: what's wrong? - by MP2 - 14.04.2012, 23:19
Re: what's wrong? - by AndreT - 14.04.2012, 23:20
Re: what's wrong? - by Face9000 - 15.04.2012, 10:19

Forum Jump:


Users browsing this thread: 1 Guest(s)