Jump to content
Sign in to follow this  
FoxClubNiner

How to remoteExec a Spawn

Recommended Posts

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
[
    [
        ["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"];

 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×