Raised This Month: $ Target: $400
 0% 

HELP


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
M E R T
Junior Member
Join Date: Jan 2019
Old 01-21-2019 , 15:18   HELP
Reply With Quote #1

[en]
Hello guys, i want help.
i want to add 250 hp for T how to add?
"sorry, my english is very bad."

[tr]
Her el başlangıcında T'ye 250 hp nasıl verebilirim?
Aşağıdaki koda nasıl ekleyebilirim?

#include < amxmodx >
#include < cstrike >
#include < fun >
#include < hamsandwich >

public plugin_init( )
{
register_plugin( "DeathrunMod", "v1.2", "makar" )

RegisterHam( Ham_Spawn, "player", "Spawn", true );

}

public Spawn( id )
{
if( is_user_alive( id ) && cs_get_user_team( id ) == CS_TEAM_T)
{
strip_user_weapons( id )
give_item( id, "weapon_knife" )
give_item( id, "item_kevlar" )
give_item( id, "weapon_hegrenade" )
give_item( id, "weapon_smokegrenade" )
give_item( id, "weapon_glock18" )
give_item( id, "weapon_glock18" )
give_item( id, "weapon_glock18" )
give_item( id, "weapon_mp5navy" )
give_item( id, "weapon_mp5navy" )
give_item( id, "weapon_mp5navy" )
}
}
M E R T is offline
 


Thread Tools
Display Modes

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 07:32.


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