Results 1 to 3 of 3

Thread: [cod2] hats problem

  1. #1
    Private
    Join Date
    Feb 2018
    Posts
    28
    Thanks
    12
    Thanked 17 Times in 16 Posts

    [cod2] hats problem

    I added new hat but no working


    Code:
    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

    PHP Code:
    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

    Click image for larger version. 

Name:	shot0001.jpg 
Views:	53 
Size:	363.5 KB 
ID:	1477

  2. The Following User Says Thank You to buLLeT_ For This Useful Post:

    kubislav23 (22nd March 2018)

  3. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Why exactly are you trying to copy someone else's mod?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. #3
    Private
    Join Date
    Feb 2018
    Posts
    28
    Thanks
    12
    Thanked 17 Times in 16 Posts
    Quote Originally Posted by IzNoGoD View Post
    Why exactly are you trying to copy someone else's mod?
    Yea creating !hats form https://king-clan.com/

    fixed
    Last edited by buLLeT_; 30th March 2018 at 21:12.

  5. The Following User Says Thank You to buLLeT_ For This Useful Post:

    kubislav23 (23rd March 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •