problem with no c4 and no round end
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") } |
Re: problem with no c4 and no round end
That's how it should be, you remove the objective of map and because of that it won't end. If you want to remove c4 better don't give it to players.
|
Re: problem with no c4 and no round end
You can always replace bomb entity with some other objective entity. Or find better alternative to what you're doing now. :)
|
| All times are GMT -4. The time now is 05:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.