Raised This Month: $ Target: $400
 0% 

1hp plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
broertje
Senior Member
Join Date: Mar 2005
Old 10-16-2005 , 15:34   1hp plugin
Reply With Quote #1

How Can I Set It So Everbody Has 1hp All Rounds Untill Admin Use amx_1hp 0
Code:
#include <fun> #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_concmd("amx_1hp","1hp",ADMIN_LEVEL_A,"- 1hp mode") public 1hp(id) {   if (!(get_user_flags(id)&ADMIN_LEVEL_A)) {             }else{           set_user_health(id, 1)             }   }
broertje 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 23:56.


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