View Single Post
<VeCo>
Veteran Member
Join Date: Jul 2009
Location: Bulgaria
Old 05-27-2012 , 07:32   Re: Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #391

Quote:
Originally Posted by SyluxLockjaw100 View Post
I know this is a huge bump,but can you make the gib system like in HL1? This plugin's gib system just hides the body and spawns the gibs.
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
__________________

Last edited by <VeCo>; 05-27-2012 at 07:32.
<VeCo> is offline