AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   problem with no c4 and no round end (https://forums.alliedmods.net/showthread.php?t=193521)

Apokalipsisa 08-20-2012 03:02

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") }

Alka 08-20-2012 04:29

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.

matsi 08-20-2012 10:32

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.