Jump to content
TURCO_AR

[SOLVED]Different positions on screen of BIS_fnc_dynamicText

Recommended Posts

 

Hi!. In a mission I am using the BIS_fnc_dynamicText function to create notifications of completed tasks.

When I do the test in SP, the notification appears in the place I want, but when I test it in the dedicated server it appears in another position.
Does anyone know what this could be?

Thank you!

 

 

Trigger

Task_torre1 = ["<img size='7' image='imagenes\aviso_torre1.paa' shadow='0'/>",safeZoneX-0.15, safeZoneY+safeZoneH-1.50, 15, 1, 0, 892] remoteExec ["bis_fnc_dynamicText", 0];

 

trigger.jpg

 

On SP

20210112183820-1.jpg

 

On Dedi Server

 

20210113053315-1.jpg

 

Share this post


Link to post
Share on other sites

Hey,

My guess is bis_fnc_dynamicText is being calculated for server monitor resolution (usually smaller) and translates that way on your screen.

  • Like 1

Share this post


Link to post
Share on other sites

@RCA3 Thank you.

Yes, I'm evaluating the screen position on the server before it sends the remoteExec.

Problem solved.

  • Like 1

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

×