Raised This Month: $ Target: $400
 0% 

ex_interp ^^


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 11-23-2007 , 15:12   ex_interp ^^
Reply With Quote #1

Look
Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "interp 0.01 Forever"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"


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

public interp()
{
    new players = get_playersnum(1)
    
    for (new i = 1; i <= players; i++)
    {
        client_cmd(i,"ex_interp 0.01")    
    }
    
}
After new round in console
Code:
ex_interp forced up to 50 msec
and ex_interp have value
Code:
0.050000
Why?
Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
 



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 01:15.


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