Skip to content

Commit

Permalink
Comment debug conditonal (Southclaws#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolor4do authored Dec 25, 2021
1 parent d5c9a60 commit c2a6581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamemodes/sss/core/char/bleed.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ hook OnPlayerScriptUpdate(playerid)
if(random(100) < 50)
bld_BleedRate[playerid] -= slowrate;

if(debug_conditional(\"gamemodes/sss/core/char/bleed.pwn\", 1))
ShowActionText(playerid, sprintf("HP: %f Bleed-rate: %f~n~Wounds %d Bleed slow-rate: %f", hp, bld_BleedRate[playerid], GetPlayerWounds(playerid)));
//if(debug_conditional("gamemodes/sss/core/char/bleed.pwn", 1))
//ShowActionText(playerid, sprintf("HP: %f Bleed-rate: %f~n~Wounds %d Bleed slow-rate: %f", hp, bld_BleedRate[playerid], GetPlayerWounds(playerid)));

if(!IsPlayerInAnyVehicle(playerid))
{
Expand Down

0 comments on commit c2a6581

Please sign in to comment.