Raised This Month: $ Target: $400
 0% 

One error...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 10-25-2005 , 17:31  
Reply With Quote #7

This will never do what I think you want it to, but it should work partially. Basically, when you spawn or type "fullupdate" in your console, it'll kill you.

Code:
#include <amxmodx> #include <amxmisc> #include <engine> #include <fun> public plugin_init() {     register_plugin("amx_damage", "1", "Meta")     register_cvar("amx_damage", "100.0")     register_event("ResetHUD","damage","be"); } public damage(id) {     set_task(1.0,"todo",id)     return PLUGIN_CONTINUE } public todo(victim) {     new Float:damn = get_cvar_float("amx_damage")     fakedamage ( victim, "damage", damn, 1);     return PLUGIN_CONTINUE }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
 



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:39.


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