Jump to content
Sign in to follow this  
hellstorm77

Need help with editing

Recommended Posts

can someone help me do this 2 codes look right:-

titleText ["Silence The Guns By Hellstorm77\n\nVersion 1", "BLACK FADED", 0.4];

setDate [2012, 8, 3, paramsArray select 0, 0];

Share this post


Link to post
Share on other sites

It works perfectly.... how are you doing your testing?. You are probably getting an error because you are testing in the editor. Paramsarray does not work in Single Player. Save it as a multiplayer mission and test in COOP. It will work.

Demo .pbo here. Put it in your MPMissions folder and start a COOP game with it.

Share this post


Link to post
Share on other sites

i use TA2DST to do the testing of the mission but i haven't tried it when i got the error on the editor. I will have to try it on there

Share this post


Link to post
Share on other sites

you can make the params work in editor testing by adding this to your init.sqf


if(isNil "paramsArray") then{
   paramsArray = [12]; // the number in the array are your params defaults
};

Share this post


Link to post
Share on other sites
It works perfectly.... how are you doing your testing?. You are probably getting an error because you are testing in the editor. Paramsarray does not work in Single Player. Save it as a multiplayer mission and test in COOP. It will work.

Demo .pbo here. Put it in your MPMissions folder and start a COOP game with it.

Thanks twirly is worked great..

---------- Post added at 05:32 ---------- Previous post was at 05:29 ----------

My next problem is im using the UPSMON_510_b1 script. How can i get a group of opfor to spawn on a tigger and then ambush or start to patrol

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  

×