PDA

View Full Version : [cod2] hats problem



buLLeT_
22nd March 2018, 19:40
I added new hat but no working



WARNING: Attempting to meld model, but root part 'tag_helmet' of model 'hat_b' not found in model 'playerbody_british_africa01' or any of its descendants




precacheModel("xmodel/hat_b");


--------------------
playerspawn:
self.hatModel2 = "xmodel/hat_b";
if(self.usinghat == 1) { self attach(self.hatModel); }
else if(self.usinghat == 2) { self attach(self.hatModel2); }




ig all hats on players removed

1477

IzNoGoD
22nd March 2018, 21:13
Why exactly are you trying to copy someone else's mod?

buLLeT_
23rd March 2018, 00:10
Why exactly are you trying to copy someone else's mod?

Yea creating !hats form https://king-clan.com/

fixed