Hi guys,
With this code theres no c4,but the round doesn't end.When the roundrime reach 0.00 it stays like that and theres is no roundend?I thinki its from the code but where is the problem?
Code:
#include <amxmodx> #include <engine> public plugin_init() { register_plugin("no_c4","1.0","Apokalipsisa") remove_entity_name("info_bomb_target") remove_entity_name("func_bomb_target") }