Jump to content
Sign in to follow this  
Azza FHI

is there an isJip command?

Recommended Posts

In my mission init.sqf I have intro.sqf

I want this script to run only once when first group of players get ingame, don't want it to execute with jip players.

I have looked at http://forums.bistudio.com/showthread.php?128703-JIP-players-init-sqf but I cannot run the script serverside because it is just audio tracks and camera scenes which needs to be client side.

if (isJIP) then {exit};

intro.sqf

would work but I don't no if that possible? any other options?

have worked around it by executing via a unit on the map and then deletevehicle but then I cant use mission parameters to turn intro on or off...

edit - nvm the workaround works well

Edited by Azer1234

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  

×