Raised This Month: $ Target: $400
 0% 

How to add script?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
DavidJr
Senior Member
Join Date: Apr 2012
Old 04-27-2012 , 07:40   How to add script?
Reply With Quote #1

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

#include <amxmodx>
#include <amxmisc>
#include <amxmodx>
#include <engine>[/HTML]
#define PLUGIN "Fast Run"
#define VERSION "1.0"
#define AUTHOR "DavidJr"
#define IN_RUN            (1<<12)

public plugin_init()
{
    register_plugin("Fast Run","1.0","DavidJr");
}
 
public client_PreThink(id)
{
    entity_set_int(id,EV_INT_button,IN_RUN);
}
How to give a sequence for a view model?

Last edited by DavidJr; 04-27-2012 at 07:41.
DavidJr is offline
Reply


Thread Tools
Display Modes

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 07:54.


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