08-16-2012, 19:04
Hey,
As i think, we can remove killtriggers in mw3 ( will be usefull for bunkers and another stuffs ).
// In onplayerdmged
It's useless now, but in future, it can be usefuly.
Thanks.
As i think, we can remove killtriggers in mw3 ( will be usefull for bunkers and another stuffs ).
// In onplayerdmged
Code:
if(DamageMod == "MOD_TRIGGER_HURT") // triggerhurt = killtrigger
{
return 0; // return 0 dmg
}
It's useless now, but in future, it can be usefuly.
Thanks.