View Single Post
SyluxLockjaw100
Senior Member
Join Date: Jul 2010
Location: Novaya Russia
Old 05-28-2012 , 02:24   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #394

Quote:
Originally Posted by <VeCo> View Post
I think this is what you want:

PHP Code:
#include <amxmodx>
#include <hamsandwich>
 
public plugin_init()
{
 
register_plugin("Default HL1 Style Gibs!","1.0","<VeCo>")
 
 
RegisterHam(Ham_Killed,"player","Ham_Player_Killed")
}
 
public 
Ham_Player_Killed(victim,killer,shouldgibSetHamParamInteger(3,2
Thanks but I want a player to gib after a certain damage is done,apologies if I ask too much. I am sh*t at coding.
SyluxLockjaw100 is offline