View Single Post
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 04-13-2012 , 14:06   Re: semi-clip plugin for hostage ?
Reply With Quote #4

Oh sorry, I was wrong.

Try this :

Code:
#include < amxmodx > #include < engine > public plugin_init( ) {     new iEntity = -1;     while( ( iEntity = find_ent_by_class( iEntity, "hostage_entity" ) ) > 0 )     {         entity_set_int( iEntity, EV_INT_solid, SOLID_NOT );     } }

Not sure, but it should works.
__________________
You can do anything you set your mind to, man.

Devil259 is offline