Jump to content
Sign in to follow this  
Blitzer134

BIS_fnc_3dcredits ?

Recommended Posts

I'm trying to have a on screen message when people look at certain things but this code don't seem to work anymore

wcgarbage = ["Insert message here", position this] spawn BIS_fnc_3dcredits;

any ideas what it is now ?

Edited by Blitzer134

Share this post


Link to post
Share on other sites

try this. Just edit it to fit your liking.

drawEH = addMissionEventHandler["draw3D",{
_positionOfObject = the position of the object
	drawIcon3D["", [1,1,1,1], _positionOfObject, 0, 0, 0, "YourTextHere", 0, 0.05, "TahomaB"];
}
];

Share this post


Link to post
Share on other sites

FYI, 3Dcredits was broken after one of the last Arrowhead patches and it seems they haven't fixed it yet.

Share this post


Link to post
Share on other sites

Do you know how it was broken? I see that they have a sleep command inside when you can't use sleep inside a call. I fixed it with a spawn on my end but nothing shows up.

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  

×