View Single Post
ConManKilla07
BANNED
Join Date: Aug 2006
Old 08-12-2006 , 18:06   Re: CS Bomb Scripting FAQ/Tutorial
Reply With Quote #4

Ok I have two questions :
1. How would i just find the bomb , becasue you have for wether its dropped or is carried and who is carrying and etc etc . But what would i use to just find the bomb wether its dropped or not ?
2. when you used

Code:
if (fm_find_ent_by_class(-1, "func_bomb_target"))
what does it return for a value ? So I can use it like so
Code:
if (fm_find_ent_by_class(-1, "func_bomb_target"))==0) //if 0 is no targets return PLUGIN_HANDLED }

Last edited by ConManKilla07; 08-12-2006 at 18:11.
ConManKilla07 is offline