View Single Post
VEN
Veteran Member
Join Date: Jan 2005
Old 03-24-2006 , 04:16  
Reply With Quote #2

Quote:
Originally Posted by kinsprite2
use remove_entity_name("weapon_c4") ?
if there are more than one C4 in the game, what will happen ?
Thank you very much.
Here is the solution
Code:
remove_entity(find_ent_by_owner(-1, "weapon_c4", Ent))
VEN is offline