Raised This Month: $ Target: $400
 0% 

ex_interp / rate


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Papuszek
Junior Member
Join Date: Jun 2017
Old 06-18-2017 , 10:56   Re: ex_interp / rate
Reply With Quote #11

I have it already. I was looking for this::

Quote:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Interp 0.01 Forever"
#define VERSION "1.0"
#define AUTHOR "Ever"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("HLTV","interp","a", "1=0", "2=0")
register_cvar("amx_interp_style", "1")
}

public interp()
{
new players[32],count;
get_players(players,count)


new style = get_cvar_num("amx_interp_style")


if(style == 1 )
{
for (new i = 1; i <= count; i++)
console_cmd (i,"rate 25000; wait; wait; cl_updaterate 101; wait; wait; cl_cmdrate 101; wait; wait; ex_interp 0.01")
}

else
{
for (new i = 1; i <= count; i++)
{
console_cmd (i,"rate 25000")
server_cmd("wait")
console_cmd (i,"cl_updaterate 101")
server_cmd("wait")
console_cmd (i,"cl_cmdrate 101")
server_cmd("wait")
console_cmd (i,"ex_interp 0.01")
}
}
for (new i = 1; i <= count; i++)
{
set_hudmessage(255, 42, 42, 0.02, 0.62, 0, 6.0, 5.0)
show_hudmessage(i, " Plugin set ex_interp 0.01 / rate 25000!")
}
}
Topic can be closed

Last edited by Papuszek; 06-18-2017 at 10:59.
Papuszek is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode