Jump to content
Sign in to follow this  
derLandvogt

Need helpt with Retexturing / Custom Police Uniforms in altis Life

Recommended Posts

Hi i break my head no for over 1 week about the custom / retextured Uniforms for the policeman in altis life

I have seen it on a couple of Server but i cant get it to wrok cause i am pretty new to scripting

i done all on my server by myself like retexturig cars / policecars and stuff

This is my only problem left

Plz somone give me assistance here i really need help

Share this post


Link to post
Share on other sites

Uniforms work the same way

UnitName setObjectTextureGlobal [0,"texture.paa"];

Just be aware that you can only change the uniform this way. Vests and helmets require an addon since there is no hidden selection available.

Share this post


Link to post
Share on other sites

yeah but i read you can implant a hidden selcetion but i dont no where to get it in ?? and how it works maybe you can help

and where to but the line above into ??

The cars dont work with setObjectTextureGlobal in my mission it works with the vehiclecolorcfg see :

case "C_SUV_01_F":

{

_ret =

[

["\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa","civ"],

["textures\police_suv.paa","cop"],

["\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa","civ"],

["\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa","civ"],

["textures\SUV_dea_1.paa","cop"]

];

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×