I have the following script in the plugin:
PHP Code:
#include <fakemeta_util>
register_event("StatusIcon", "GotBomb", "be", "1=1", "1=2", "2=c4")
public GotBomb(id){
fm_strip_user_gun(id, CSW_C4)
}
I have basebuilder server and i use this to remove c4 given to zombies and it works well but sometimes server crashes with the error debugging this line
fm_strip_user_gun(id, CSW_C4)
I tried everything , to remove info_bomb_target and info_bomb_blablabla ,bomb was given to player at round start. ONly strip user gun removes properly c4 but it crashes server sometimes.