Results 1 to 4 of 4

Thread: Character Skin

  1. #1
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts

    Character Skin

    Hello Guys, i have a iwd for my mod
    in the iwd is this:
    xmodel
    xmodelparts
    xmodelsurfs
    xmodelalias
    materials
    images

    but the model will not show in my server. why?

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    whats the xmodel-name? if its not a default name, you need to
    PHP Code:
    precacheModel("xmodel\thename"); 
    and then on playerspawn:
    PHP Code:
    player setmodel("xmodel\thename"); 
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    EvoloZz (30th March 2013)

  4. #3
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    It's not a default mode, where i have to place the precachemodel and setmodel? There are 2 Models, so 1 for axis and 1 for allies.

  5. #4
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Precache them at Callback_StartGametype and set them at playerconnect/spawn or if you have a shop, set them there

  6. The Following User Says Thank You to EvoloZz For This Useful Post:

    kung foo man (30th March 2013)

Posting Permissions

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