Jump to content

tallionlp

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About tallionlp

  • Rank
    Rookie
  1. tallionlp

    Clothing Retexture Help

    But the texture is in the mission they download when joining Server
  2. 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
  3. 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?
×