ViBrationNC

Custom Image on billbords?

14 posts in this topic

How do I add a billboard or image to a billboard.. I.E at terminal or traders.. with TS info.. clan info.. twitter info.. etc..  FYI I have a vilayer server... so please explain thoroughly cause Vilayer sucks. LOL Thanks

Share this post


Link to post
Share on other sites
Advertisement

This used to work but does not now :(

 

 

    class Vehicles
    {
        items=1;
        class Item0
        {
            position[]={14620.0546875,0,16775.802734};
            azimut=-46.2121;
            offsetY=0;
            id=1;
            side="EMPTY";
            vehicle="Land_Billboard_F";
            skill=0.60000002;
            init="this setObjectTexture [0, ""bb1.jpg""]";
        };        
    };

Share this post


Link to post
Share on other sites
        class Item0
        {
            position[]={14546.236,17.91,16789.887};
            azimut=314.57632;
            id=100;
            side="EMPTY";
            vehicle="Land_Billboard_F";
            skill=0.60000002;
            init="this allowDamage false;this setObjectTexture [0, ""Image\Rules.paa""];";
        };



Pictures in mpmissions/exile.altis/Image/Rules.paa

  • Like 4

Share this post


Link to post
Share on other sites

Or you could try adding to initServer.sqf at the bottom:

{
private ["_Billboard0"];

_Billboard0 = createVehicle ["Land_Billboard_F", [X,Y,Z], [], 0, "CAN_COLLIDE"];
_Billboard0 setDir 0-359;
_Billboard0 setPosATL [X,Y,Z];
_Billboard0 setObjectTextureGlobal [0, "folder\picture.jpg"];
}

 

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

  • Recently Browsing   0 members

    No registered users viewing this page.