Raised This Month: $ Target: $400
 0% 

What is the problem?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
M249-M4A1
I <3 Mac
Join Date: May 2005
Location: Not interested
Old 10-19-2007 , 18:07   Re: What is the problem?
Reply With Quote #7

So basically to sum up everyone's stuff, you should have:

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "M249-M4A1"

public plugin_init()
{
    
register_plugin("Frag_Heal""1.0""elpouletorange")
    
register_clcmd("say /fragheal""frag_heal_user")
}  

public 
frag_heal_user(id)
{
    
set_user_health (idget_user_health(id) + get_user_frags(id) * 10);
    
set_user_frags (id0);

__________________
M249-M4A1 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 01:15.


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