Sign in to follow this  
ghosted

Custom Signs

3 posts in this topic

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"]

 

 

 

wwwwww.png

Share this post


Link to post
Share on other sites

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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.