dbw

Infistar xm8apps how to add apps

11 posts in this topic

Hello guys,
I have infistar's custom xm8apps on my server, and I want to add an app that executes an SQF file.

I couldn't figure out how paths work on serverside scripts

want to exec an sqf from here: @infiSTAR_customApps\addons\a3_infiSTAR_Exile_customApps\apps\
I don't know what to put in fnc = "" part in app define-s because execVM doesn't work, I probably have to define a function that calls that script but where, and how should I go for it?

Share this post


Link to post
Share on other sites

You would have to put your sqf file on the server and    

some_function_name = compileFinal preprocessFileLineNumbers "some file name.sqf";
publicVariable "some_function_name";

it so the clients have the code (this is probably the most simple way, can be done very differently as well but I thought it might be the best to show you the easiest way :)  )

Share this post


Link to post
Share on other sites
Advertisement

is there a way to add exadclient xm8 apps to your apps Chris? I bought your apps but would like to use some of my old ones. for example virtual garage.

Thanks for the help,

Bruiser

Share this post


Link to post
Share on other sites
On 2016. 09. 13. at 11:26 PM, infiSTAR said:

You would have to put your sqf file on the server and    

some_function_name = compileFinal preprocessFileLineNumbers "some file name.sqf";
publicVariable "some_function_name";

it so the clients have the code (this is probably the most simple way, can be done very differently as well but I thought it might be the best to show you the easiest way :)  )

aaah, awesome, thank you

Share this post


Link to post
Share on other sites

Hey

sure but the easiest way for me to show you how it's done would be to do it for you I guess? :)
if you don't mind send me the old apps you use and your currently ones from me (the pbo) as an email (upload it at mega upload or somethign and send me the url please)
[email protected]

make sure to let me know this forum  thread so I know who emailed me

Share this post


Link to post
Share on other sites
On 9/23/2016 at 3:56 AM, infiSTAR said:

Hey

sure but the easiest way for me to show you how it's done would be to do it for you I guess? :)
if you don't mind send me the old apps you use and your currently ones from me (the pbo) as an email (upload it at mega upload or somethign and send me the url please)
[email protected]

make sure to let me know this forum  thread so I know who emailed me

Did you get my email?

Share this post


Link to post
Share on other sites

not sure, got a lot in spam with attachments - none says "Bruiser" can you let me know your email address (private message on forum?) :)

Share this post


Link to post
Share on other sites

he never responded to me after I gave him my email. I'm guessing it went to spam also. I'm going to resend what I gave him. see if he gets it. 

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.