What would be better to do if i have plugin already done in fakemeta, to handle touch in fakemeta with check
PHP Code:
new classname[32]
entity_get_string(ptr,EV_SZ_classname,classname,31)
if ( equal(classname, classname2) )
or to include engine just for register_touch("customclass1","customslass2"
because i dont see fakemeta function for register_touch
__________________