Originally Posted By: EvilSOB
If you can get a pointer to the mdl_frame_t structure for your chosen model, use this.
Code:
mdl_frame_t* ThisFrame = ???;   //however you get your frame, I dont know how.
STRING* FrameName = str_create(ThisFrame.name);
Hope this is what you meant and helps.

thanks for your answer!!
is just that, how can i get a pointer to mdl_frame_t structure? the engine says undeclared identifier on "mdl_frame_t*"
i have read how you can create a pointer to a struct but is not working frown