FoxClubNiner 3 Posted June 22, 2024 Any ideas how to remoteExec this? Currently it just plays on the local machine that activates it. I am trying to get this working in a dedicated server environment. Quote [] Spawn { [ [ ["Recon Position", "<t align = 'center' shadow = '1' size = '1.5' font='tt2020style_e_vn_bold'>%1</t><br/>"], ["0557h", "<t align = 'center' shadow = '1' size = '1.0'>%1</t><br/>"] ] ] spawn vn_ms_fnc_sfx_typeText;}; Share this post Link to post Share on other sites
Schatten 290 Posted June 22, 2024 [ [ ["Recon Position", "<t align='center' shadow='1' size='1.5' font='tt2020style_e_vn_bold'>%1</t><br/>"], ["0557h", "<t align='center' shadow='1' size='1.0'>%1</t><br/>"] ] ] remoteExec ["vn_ms_fnc_sfx_typeText"]; 1 1 Share this post Link to post Share on other sites
FoxClubNiner 3 Posted June 22, 2024 This works in the editor. Can't wait to test it out on the server! Thank you for the help! Share this post Link to post Share on other sites
FoxClubNiner 3 Posted June 24, 2024 This works on the dedicated server! Thank you so much! Share this post Link to post Share on other sites
FoxClubNiner 3 Posted June 27, 2024 On 6/22/2024 at 6:22 PM, Schatten said: [ [ ["Recon Position", "<t align='center' shadow='1' size='1.5' font='tt2020style_e_vn_bold'>%1</t><br/>"], ["0557h", "<t align='center' shadow='1' size='1.0'>%1</t><br/>"] ] ] remoteExec ["vn_ms_fnc_sfx_typeText"]; Interestingly this works within a SQF but if I put it in the Activation field of a trigger I get the error message "Invalid number in expression". Any idea why that is? Share this post Link to post Share on other sites
Schatten 290 Posted July 19, 2024 Could you post error message from RPT file? Share this post Link to post Share on other sites