AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to add script? (https://forums.alliedmods.net/showthread.php?t=183818)

DavidJr 04-27-2012 07:40

How to add script?
 
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?


All times are GMT -4. The time now is 07:54.

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