убрал баг с больничкой для прокачки лвл, убрал получение 1 очка опыта за 20 лечений

This commit is contained in:
On1x
2011-03-12 10:02:08 +00:00
parent e1d089d468
commit 8505c3a892
-6
View File
@@ -14497,12 +14497,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]++; PlayerInfo[playerid][pWA]++;
if(PlayerInfo[playerid][pWA] >= 20)
{
PlayerInfo[playerid][pExp]++;
PlayerInfo[playerid][pWA] = 0;
SendClientMessageRus(playerid, COLOR_YELLOW, "Âû ïîëó÷àåòå áîíóñ: +1 îïûò");
}
} }
} }