Raised This Month: $ Target: $400
 0% 

35hp Plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 02-21-2018 , 04:17   Re: 35hp Plugin
Reply With Quote #2

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


public plugin_init()
{
    
register_plugin("Plugin""Version""Author");

    
RegisterHam(Ham_Spawn"player""@Player_Spawn"true);
}

@
Player_Spawn(this)
{
    if(!
is_user_alive(this))
        return 
HAM_IGNORED;

    
set_user_health(this35);

    return 
HAM_IGNORED;

__________________
klippy 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 00:49.


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