Raised This Month: $51 Target: $400
 12% 

all players have not 100hp, but 120hp


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nathan2
BANNED
Join Date: Apr 2010
Old 10-12-2010 , 08:54   all players have not 100hp, but 120hp
Reply With Quote #1

all players have not 100hp, but 120hp
Nathan2 is offline
Welgericht
Member
Join Date: Jul 2010
Old 10-12-2010 , 09:00   Re: all players have not 100hp, but 120hp
Reply With Quote #2

PHP Code:
#include < amxmodx > 

#include < hamsandwich >
#include < fun > 
 


public plugin_init()

       
register_plugin("More health""1.0""Doomsday"
       
RegisterHam(Ham_Spawn"player""respawn"1

public 
respawn(id

       
set_user_health(id120


Last edited by Welgericht; 10-12-2010 at 09:02.
Welgericht is offline
Erdener
Senior Member
Join Date: Apr 2010
Location: Turkey
Old 10-14-2010 , 05:11   Re: all players have not 100hp, but 120hp
Reply With Quote #3

Hey Welgericht,
How make for CT only ?
__________________
Erdener is offline
Vechta
Veteran Member
Join Date: Jun 2010
Old 10-14-2010 , 05:18   Re: all players have not 100hp, but 120hp
Reply With Quote #4

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

public plugin_init()
    
RegisterHam(Ham_Spawn"player""respawn"1
    
public 
respawn(id
{
    if (
cs_get_user_team(id) == CS_TEAM_CT)
        
set_user_health(id120

Vechta is offline
Erdener
Senior Member
Join Date: Apr 2010
Location: Turkey
Old 10-14-2010 , 05:26  
Reply With Quote #5

PHP Code:
#include < amxmodx > 
#include < cstrike >
#include < hamsandwich >
#include < fun > 
 
 
public plugin_init()

       
register_plugin("More health""1.0""Doomsday"
       
RegisterHam(Ham_Spawn"player""respawn"1

public 
respawn(id)  

    if (
cs_get_user_team(id) == CS_TEAM_CT
        
set_user_health(id120)  




EDIT:

Thnx Vechta
__________________

Last edited by Exolent[jNr]; 10-14-2010 at 19:28. Reason: Double post.
Erdener is offline
Reply



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


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