Advertisement
Fastmapler

DeadRinger Fix

Dec 8th, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. DeadRinger.cs:
  2.  
  3. Replace line 361 if(%client.minigame.tdmLivesLimit) with
  4. if(isObject(%client.minigame) && %client.minigame.lives > 0)
  5.  
  6. Replace line 363 %client.tdmLives++; with
  7. %client.addLives(1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement