Окончательно убрал начисление сервисов за лечение.

This commit is contained in:
2011-03-13 22:10:40 +00:00
parent 8505c3a892
commit cca931721b
-1
View File
@@ -14496,7 +14496,6 @@ public OnPlayerCommandText(playerid, cmdtext[])
{ {
format(string, sizeof(string), "Âû áûëè âûëå÷åíû äî 150 çäîðîâüÿ çà $%d",mediccharge); format(string, sizeof(string), "Âû áûëè âûëå÷åíû äî 150 çäîðîâüÿ çà $%d",mediccharge);
SendClientMessageRus(giveplayerid, TEAM_GREEN_COLOR,string); SendClientMessageRus(giveplayerid, TEAM_GREEN_COLOR,string);
PlayerInfo[playerid][pWA]++;
} }
} }