View Single Post
  #4  
Old 09-10-2004, 07:06 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by KhaN
Speaking about Model Forceloading, i wonder if someone found a solution to the non animated models. Because when you forceload an EQ Beta/Old World Model, it will appear, but wont be animated at all (Well, never was for me and some friends), some examples are ARM, PUM.
aye, pri,sleeper2_chr does that. Solid as a rock.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote