Hi.!
I want to create a env_sprite, but the place of creation (origien think it is), is in the hand of the model, the model in any attachment (all attachment that has the model are a bone of the palm-_-)
PHP Code:
new sprite = engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "env_sprite"));
if(!sprite) return PLUGIN_CONTINUE;
set_pev(sprite, pev_classname, "spritetest");
engfunc(EngFunc_SetModel, sprite, "sprites/w_gb_r_s.spr");
engfunc(EngFunc_SetSize, sprite, Float:{0.0,0.0,0.0}, Float:{0.0,0.0,0.0});
//engfunc(EngFunc_SetOrigin, sprite, <<attachment??>>)
Now find the code to the form but can not find anything to help me.
regards