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.



![[Image: 88cf4.png]](http://g1206.hizliresim.com/y/m/88cf4.png)
![[Image: compiling.png]](http://imgs.xkcd.com/comics/compiling.png)