Now I saw that he only wants to remove it, wouldn't it be better in his occasion ? :
PHP Code:
#include <amxmodx>
#include <fakemeta_util>
public plugin_init()
{
register_plugin("C4 Remove", "0.1", "ConnorMcLeod")
register_event("StatusIcon", "GotBomb", "be", "1=1", "1=2", "2=c4")
}
public GotBomb(id)
{
fm_strip_user_gun(id, CSW_C4)
}