PDA

View Full Version : Character Skin



Loveboy
30th March 2013, 11:44
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?

kung foo man
30th March 2013, 12:09
whats the xmodel-name? if its not a default name, you need to
precacheModel("xmodel\thename"); and then on playerspawn:
player setmodel("xmodel\thename");

Loveboy
30th March 2013, 13:52
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.

EvoloZz
30th March 2013, 13:56
Precache them at Callback_StartGametype and set them at playerconnect/spawn or if you have a shop, set them there