View Single Post
Mistrick
Senior Member
Join Date: Aug 2012
Location: Russia
Old 07-25-2019 , 23:46   Re: Deathrun Mod [Core + Modes]
Reply With Quote #41

Quote:
Originally Posted by triple0 View Post
How can i change the position of the modes green text at the left up corner or completely disable it?
Informer has commands "/informer", "/speclist", "/speed" for enable/disable huds.
About position of huds you can read info about hud func, you are interested in x and y params. Find this func in informer plugin and change what you like.
Quote:
Originally Posted by triple0 View Post
and what is the use for this plugin?
"deathrun_buttons_control:
Lite plugin for control buttons."
Sets global minimal delay for buttons, some maps have buttons with low delay and terrorist can spam with it.
PHP Code:
#define BUTTON_MIN_DELAY 5.0 
Also you can set limit of using buttons
PHP Code:
#define BUTTON_MAX_USE 1 
One more ability is reset buttons delay in new round. Default gamedll has some problems with this. Recomend use ReGameDLL.
Quote:
Originally Posted by triple0 View Post
Edit:
Sometimes it doesn't choose a T when 2 player online. I have to manually enter sv_restart 1 to start the deathrun. How to fix?
Never seen such problem. Maybe you have some conflicting plugins with mod. Need more info, when it happens, etc

Last edited by Mistrick; 07-26-2019 at 13:59.
Mistrick is offline