Quote:
Originally Posted by baneado
show us how do you create that entity
|
PHP Code:
new ent = create_entity("info_target");
if ( !is_valid_ent(ent) ) return 0;
entity_set_string(ent, EV_SZ_classname, g_block_classname);
entity_set_int(ent, EV_INT_solid, SOLID_BBOX);
entity_set_int(ent, EV_INT_movetype, MOVETYPE_NONE);