Bah. I won't lie. I don't know anything about coding. So why can't I just add in the values for TS weapons and set it to 'true' IE:
Code:
// #####################################################################
// ## Change which weapons cause GIB explosions on death HERE ##
// #####################################################################
public gib_wpncheck(iWeapon) {
switch (iWeapon) {
case TSW_DEAGLE : return true
case TSW_AK47 : return true
case TSW_M60E3 : return true
case TSW_KUNG_FU : return true
case TSW_M4A1 : return true
case TSW_SAWED_OFF : return true
}
return false
Heres my problem:
http://img79.echo.cx/my.php?image=argh0db.png
__________________