is tehre some way to create a block which is visible? i know i could create a block with
PHP Code:
new ent = engfunc( EngFunc_CreateNamedEntity, engfunc( EngFunc_AllocString, "info_target" ) )
engfunc( EngFunc_SetSize, ent, Float:{ -a, -b, -c }, Float:{ x, y, z } )
but i dont know how to make it visible WITHOUT any model etc cause i would like to change its size and if i change its size i would have to change its model too havent i?
__________________