Is it possible to make this plugin :
when vip escapes (or hostage rescued) ,it will trigger the entity which has the defined targetname ?
(or if anyone knows another way to do it without using amxx , please tell me)
For example i want when vip escapes (or hostage rescued) , the entity name "targeta" will be triggered
Like in de_maps ,when the bomb exploded ,it triggers the entity
(without any plugin needed )
Code:
{
"model" "*2"
"target" "targeta"
"classname" "func_bomb_target"
}
I made triggle_multiple for maps but this seems impossible to trigger
only when vip escapes (or hostage rescued) without using plugin
I Think with it ,we 'll have more fun
(such as with it ,we can easily making an earth quake ,an explosion when vip/hostage rescued ... )
thanks