Raised This Month: $ Target: $400
 0% 

How to give button action without slowhack?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 05-18-2012 , 06:22   How to give button action without slowhack?
Reply With Quote #1

PHP Code:
/* Plugin generated by AMXX-Studio */
// Special thanks to ExG for CFG script

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "180 Degrees Rotation"
#define VERSION "1.0"
#define AUTHOR "DavidJr"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
server_cmd("bind f +fastturn")
    
register_concmd("+fastturn","fastturn")
    
register_concmd("-fastturn","fastturn")
}
public 
fastturn(id)
{
    
console_cmd(id"fps_max 100")
    
console_cmd(id"cl_yawspeed 5400")
    
console_cmd(id"wait")
    
console_cmd(id"+right")
    
console_cmd(id"wait")
    
console_cmd(id"-right")
    
console_cmd(id"fps_max 20")
    
console_cmd(id"cl_yawspeed 32")

How to configure it to config.cfg? I want press "F" button to activate the action without slowhack
Randomize 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 00:22.


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