Raised This Month: $ Target: $400
 0% 

Lock and jump squats


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
artist
Member
Join Date: Nov 2013
Old 12-22-2014 , 19:14   Lock and jump squats
Reply With Quote #1

Code:
#include <amxmodx> #include <fakemeta> public plugin_init() {     register_forward(FM_PlayerPreThink, "player_think", 1) } public player_think(id) {     static button; button = pev(id, pev_button)         if(button & IN_DUCK) set_pev(id, pev_button, button &~ IN_DUCK)     if(button & IN_JUMP) set_pev(id, pev_button, button &~ IN_JUMP) }

Not working...
artist is offline
 


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


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