Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help remove timer
#1
I need a plugin that removes the timer in hckc. I've tried for a week and can't get it. Any help would be great.
Reply

#2
What's HCKC?
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#3
Hardcore kill confirmed
Reply

#4
set time to 0
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#5
i did that and it didnt work.
Reply

#6
Anyone?
Reply

#7
setdvar("scr_hckc_timelimit", "0");
or
setdvar("scr_hckc_time_limit", "0");

I don't remember.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#8
Where do I put the command. I've tried to add it to the server.cfg and the command line but nothing.

The command that works in game with rcon is scr_conf_playerrespawntime -1

But its irritating after each map change it goes back to normal.
Reply

#9
so put the cmd in onmapchange

public override void OnMapChange()
{
setdvar("scr_hckc_time_limit", "0");
}
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#10
CSHARP Code
  1. using System;
  2. using System.Collections.Generic;
  3. using Addon;
  4. using System.Text;
  5.  
  6. namespace ClassLibrary1
  7. {
  8. public class Class1:CPlugin
  9. {
  10. public override void OnMapChange()
  11. {
  12. SetDvar("scr_conf_timelimit", "-1");
  13. }
  14. public override void OnFastRestart()
  15. {
  16. SetDvar("scr_conf_timelimit", "-1");
  17. }
  18. }
  19. }


If the dvar is correct, this should work
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it safe exactly when i remove the battery from the laptop? checkitnowa 2 2,972 09-13-2013, 08:15
Last Post: CJGreenLabel
  how to remove commands in the chat ExoGamer* 6 4,062 07-20-2013, 09:24
Last Post: Pozzuh
  Help Remove Death Barriers? Help Please! camxxcore 1 2,394 06-28-2013, 09:38
Last Post: Yamato
  Countdown timer pflaurie 2 2,256 03-14-2013, 11:30
Last Post: pflaurie
  Help threading remove EnVi Sweden Rocks 3 3,057 01-28-2013, 15:26
Last Post: JariZ
  Help timer/message for flags hillbilly 31 13,418 01-20-2013, 18:20
Last Post: [Z00MBY] Alex
  Help Remove Threading/tidyup hillbilly 4 4,238 09-16-2012, 11:09
Last Post: zxz0O0
  [Request] plugin to remove all secondary ammo ALEXFDR 1 2,194 09-08-2012, 23:32
Last Post: Nekochan
  Remove mini map moosa67 2 2,406 08-22-2012, 21:26
Last Post: Nukem
  how to remove the boot dlc Beliy.IV 0 1,757 07-02-2012, 18:16
Last Post: Beliy.IV

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.