View Single Post
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 04-14-2013 , 04:43   Re: SetHamParamInteger values?
Reply With Quote #3

Quote:
Originally Posted by SyluxLockjaw100 View Post
I'm really noob at AMXX... The only value of this native I know is:

SetHamParamInteger(3, 2);

That will cause players to always explode to gibs on death, but I need to know what other values of this native can do. Thanks.
Yo Najwa Latif, from what i know is:
SetHamParamInteger(param, value);
so in your case is:
set for param number 3 with value=2.

In Ham_Killed forward
function(victim,attacker,shouldgib), so param no 3=shouldgib and the value is 2=always gib (Explode kaboom all the time).

0=no gib
1=gib depend on damage value
2=always gib
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019

Last edited by yokomo; 04-14-2013 at 04:46.
yokomo is offline