Raised This Month: $ Target: $400
 0% 

pulling out the knife


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 10-18-2004 , 22:27  
Reply With Quote #2

Does this help?

Code:
public plugin_init() {     register_event("CurWeapon", "event_CurWeapon", "be", "2=29") } public event_CurWeapon(id) {     new isShown = read_data(1)         if (isShown) {         // Code here for when knife is pulled out     } else {         // Code here for when knife is put away     }         return PLUGIN_CONTINUE }
DS 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 17:10.


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