Raised This Month: $51 Target: $400
 12% 

in_attack button


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ricky
Senior Member
Join Date: Jul 2005
Old 04-06-2006 , 20:12   in_attack button
Reply With Quote #1

If anyone can help I'm looking to revise the tasks in in_attack button while in DeathMsg.
Ricky is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 04-06-2006 , 21:52  
Reply With Quote #2

You mean you're trying to remove it? Don't understand exactly, but I think this is what you're asking:

Code:
#include <amxmodx> #include <amxmisc> #include <engine> public plugin_init() {     // ...     register_event("DeathMsg","fnEventDeathMsg","a") } public fnEventDeathMsg() {     new iAttacker = read_data(1)     if(iAttacker)         entity_set_int(iAttacker,EV_INT_button,entity_get_int(iAttacker,EV_INT_button) & ~IN_ATTACK) }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Reply



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 21:04.


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