From 8505c3a8928839db1adbeb6310594e240e72edf9 Mon Sep 17 00:00:00 2001 From: On1x Date: Sat, 12 Mar 2011 10:02:08 +0000 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B1=D0=B0?= =?UTF-8?q?=D0=B3=20=D1=81=20=D0=B1=D0=BE=D0=BB=D1=8C=D0=BD=D0=B8=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D1=87=D0=BA=D0=B8=20=D0=BB=D0=B2=D0=BB,=20=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=201=20=D0=BE=D1=87=D0=BA=D0=B0=20=D0=BE?= =?UTF-8?q?=D0=BF=D1=8B=D1=82=D0=B0=20=D0=B7=D0=B0=2020=20=D0=BB=D0=B5?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamemodes/penls.pwn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gamemodes/penls.pwn b/gamemodes/penls.pwn index 0fdbded..f3086f4 100644 --- a/gamemodes/penls.pwn +++ b/gamemodes/penls.pwn @@ -14497,12 +14497,6 @@ public OnPlayerCommandText(playerid, cmdtext[]) format(string, sizeof(string), "Вы были вылечены до 150 здоровья за $%d",mediccharge); SendClientMessageRus(giveplayerid, TEAM_GREEN_COLOR,string); PlayerInfo[playerid][pWA]++; - if(PlayerInfo[playerid][pWA] >= 20) - { - PlayerInfo[playerid][pExp]++; - PlayerInfo[playerid][pWA] = 0; - SendClientMessageRus(playerid, COLOR_YELLOW, "Вы получаете бонус: +1 опыт"); - } } }