19.02.2012, 21:22
just comment it out using //
pawn Код:
//new string[256];
new cut = deathcost; //PlayerInfo[playerid][pLevel]*deathcost;
GivePlayerCash(playerid, -cut);
// format(string, sizeof(string), "DOC: Your Medical Bill comes to $%d, Have a nice day.", cut);
// SendClientMessage(playerid, TEAM_CYAN_COLOR, string);