How i can remove fakemeta in these functions ? ( Convert they to other module ).
Line 1:
PHP Code:
while( ( Entidad = engfunc( EngFunc_FindEntityByString, Entidad, "classname", ClassName ) ) != 0 )
Line 2:
PHP Code:
engfunc( EngFunc_TraceHull, Origin, Origin, 0, Hull, 0, 0)
Line 3:
PHP Code:
while( ( WeaponEnt = engfunc( EngFunc_FindEntityByString, WeaponEnt, "classname", Weapon ) ) && entity_get_edict( WeaponEnt, EV_ENT_owner ) != Index ) { }
Line 4:
PHP Code:
engfunc( EngFunc_TraceLine, Origin, Tracer, IGNORE_MONSTERS, Entidad, Trace )
That's all.
__________________