BIS_fnc_MP breaks after a time and eventually stops sending anything over the network. Times for it to happen varies and I guess it could depend on what your using it for as well that may play a part. Tested with Stratis-RP:Ultimate and it breaks vehicle spawning as well as anything else using BIS_fnc_MP after a while.
Others are having this problem also, not just one particular person/server...
It looks like BIS_fnc_MP is very broken now. After a while it stops working completely - nothing gets sent across the network with it. Broke quite a bit of stuff in my mission - I guess it's time to either wait for the function to be fixed or convert these to my own PVEH's.
Also loaded the mission in dev build only to find that it spits out tons of errors about undefined variables. It makes no sense since my variables get defined during the initialization process. Also these errors didn't show in stable build. I'm honestly feeling like just waiting for the final release of the game and just redoing the entire mission but I doubt I'll have time then...
-Zooloo75(Stealthstick)
The latest patch broke almost everything in my mission and I don't know why... The same build worked perfectly 2 days ago.
- Post added at 04:05 PM ---------- Previous post was at 03:37 PM ----------
I fixed the undefined vars that happen only in dev build right now. Even though the variables get defined during the initialization process in my mission, they still don't get defined. Had to define them in a separate script. Now to get rid of all BIS_fnc_MP's due to their unreliability.
Also I'm not sure if the dev build is broken or if its my mission but I'm hoping its the dev build as I'm finding a lot of bugs in the game itself such as when you freelook and stop freelooking, your player turns.
EDIT: I'm seeing lots of errors in other people's work too. I guess it's safe to assume that BIS broke something?