Raised This Month: $ Target: $400
 0% 

[TS] Unable to damage


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
unnamed :)
Member
Join Date: Apr 2006
Old 05-01-2006 , 05:27   [TS] Unable to damage
Reply With Quote #1

Code:
#include <amxmodx> #include <amxmisc> #include <fun> public plugin_init() {     register_plugin("No damage","unnamed","1.0")     register_event("ResetHUD","resethud","b") } public resethud() {     new id1 = find_player("bl", "Nick1")     new id2 = find_player("bl", "Nick2")     if(id1 > 0 && id2 > 0) {         set_user_hitzones(id1, id2, 0)         set_user_hitzones(id2, id1, 0)     } }
This works but Nick1 can still katana, knife, kung-fu, grenade Nick2 and Nick2 can do the same for Nick1.
unnamed :) 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 05:08.


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