Jump to content
Sign in to follow this  
Landstriker

Info board with simple text

Recommended Posts

I've been searching high and low trying to figure out how to add some text to the "info board" you find in the editor, but without getting any wiser.

Basically, i just want to add a few server rules and pointers to the infoboard, although I'm not sure if that's even possible.

Landy

Share this post


Link to post
Share on other sites

for instance you can use

this setObjectTexture [0, "rules.paa"];

But you have to create the paa first ;)

I would use object like FARP winchester or something like this, because you have more space for your rules then.

Share this post


Link to post
Share on other sites

http://community.bistudio.com/wiki/BIS_fnc_3Dcredits

The actual PROPER example below:

infoBoard = ["<img size='2' image='img\myImage.paa'/><br />Some text on the second line", getPos someObject] spawn bis_fnc_3Dcredits;

this will create 3d style text around an object, maxium 2 lines i believe, give the function a search if your further interested for colours, sizes etc. hope it helps. makes a nice waypoint idicator anyhow.

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  

×