ghosted 3 Report post Posted April 8, 2016 hey guys much help needed as possible heres my problem i want to add custon signs in the map i know how to add them via map editor but how the hell do i add a texture to it i tryed the old ways from altis life and it dont work i know where the texture folder is for the current signs but i want to add a rules sign but everytime i tryed to add the texture jpg or paa it wont render its just defulting back to the exile picture here is a example that it looks like when loading the game on the server. plus this is the code i am trying to use in the init of the map editor this allowDamage false; this setObjectTexture [0, "custom\textures\rules.jpg"] Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted April 8, 2016 Add them to your mission file I found is the only way/best way. For example: Spoiler class Item0 { position[]={3155.8601,56.821899,12145.7}; azimut=358.185; offsetY=-0.0138817; id=100; side="EMPTY"; vehicle="Exile_Sign_TraderCity"; skill=0.60000002; init="this setObjectTexture [0, ""trader.jpg""]; this allowDamage false; this enableSimulation false;"; Share this post Link to post Share on other sites
Trillseeker82 20 Report post Posted April 8, 2016 Use a empty billboard not a exile sign Share this post Link to post Share on other sites