Thread: Remove C4
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-14-2021 , 16:40   Re: Remove C4
Reply With Quote #5

Quote:
Originally Posted by DJEarthQuake View Post
Remove from Zombies or altogether, error-free?

Code:
#include amxmodx #include engine_stocks new const c4[][]={"weapon_c4","func_bomb_target","info_bomb_target"}; public plugin_init() {     register_plugin("c4 killer", "SPiNX", "04-2021");     for(new ent;ent < sizeof c4;++ent)         remove_entity_name(c4[ent]); }


Have you tested it?
I actually made plugin for removing c4 from that tutorial that @+ARUKARI- gave me

https://forums.alliedmods.net/showthread.php?t=332835
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 06-14-2021 at 21:37.
Supremache is offline