Jump to content

tallionlp

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by tallionlp

  1. Hey, can i do this? create file CfgClothing.hpp in Rootfolder of the Mission. put in: class CfgClothing { class U_Rangemaster { texture = "\textures\cop\cop_uniform.paa"; displayName = "Police Uniform"; }; }; then in description.ext: #include CfgClothing.hpp will this work?
  2. tallionlp

    Clothing Retexture Help

    But the texture is in the mission they download when joining Server
  3. tallionlp

    Clothing Retexture Help

    and if i put it into the mod.cpp of a serverside mod with: class CfgClothing { class U_Rangemaster { texture = "Altis_Life.Altis\textures\cop\cop_uniform.paa"; displayName = "Police Uniform"; }; }; I want to find a new way to texture this stuff
×