Results 1 to 3 of 3

Thread: [cod2] hats problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  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)

Posting Permissions

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