Here you can use this hook to strip the 3 frags given to the defuser
PHP Code:
register_logevent("logevent_defuse", 3, "2=Defused_The_Bomb")
public logevent_defuse()
{
new id = ........ The defuser id from the log.
set_user_frags(id, get_user_frags(id) - 3)
}
}
And the same thing for the planter...
__________________