Alex2k 13 Posted June 13, 2015 Using this great script for all missions, but get this error when I die, and it stays on screen for the duration of the mission: http://img42.com/jviWM And we cannot spectate anyone but the leaders of groups, no other names show up in the left panel. Share this post Link to post Share on other sites
alexcroox 29 Posted June 27, 2015 Is there anyway to set the number of re-spawns a player can have before going into this cam? Share this post Link to post Share on other sites
cyrokrypto 1 Posted June 27, 2015 (edited) Is there anyway to set the number of re-spawns a player can have before going into this cam? Not by default. This should be quite easy to add to a mission yourself. Keep in mind that respawning is based on the vanilla respawn system. You can easily manipulate respawning by just changing the respawn time of a player (setPlayerRespawnTime). An easy way to do it would be to set the mission respawn time to 10, create a global variable which indicates the amount of lives a player has, then reduce that variable in an onPlayerKilled event handler. If the variable <= 0, setPlayerRespawnTime 9999999999; I'll look at adding this functionality in a later version. ---------- Post added at 00:41 ---------- Previous post was at 00:40 ---------- Using this great script for all missions, but get this error when I die, and it stays on screen for the duration of the mission: http://img42.com/jviWMAnd we cannot spectate anyone but the leaders of groups, no other names show up in the left panel. Thanks for the report, this issue should be resolved in the next version (which is still very much being worked on by the way, work has unfortunately just gotten in the way). The next version has some new features like a free movable third person camera and improved map marker system. Edited June 27, 2015 by Cyrokrypto Share this post Link to post Share on other sites
Alex2k 13 Posted July 1, 2015 Looking forward to it! Thanks! Share this post Link to post Share on other sites
Zriel 12 Posted September 4, 2015 I have updated and revised the translation to spanish. I would like to share it with you https://bitbucket.org/Zriel/arma-3-mission-template/src/0a392c106a19fca4bfa752471db5f235ec06411d/stringtable.xml?at=master Search for <Project name="CSSA3"> and you will have all there Thanks for this wonderfull system! Share this post Link to post Share on other sites
cyrokrypto 1 Posted September 4, 2015 I have updated and revised the translation to spanish. I would like to share it with you https://bitbucket.org/Zriel/arma-3-mission-template/src/0a392c106a19fca4bfa752471db5f235ec06411d/stringtable.xml?at=master Search for <Project name="CSSA3"> and you will have all there Thanks for this wonderfull system! That is fantastic, thanks! I feel really bad for not updating CSSA3 in a while, I'll see if I can push to get the next version out ASAP. Share this post Link to post Share on other sites
alganthe 74 Posted September 5, 2015 keep up the great work cyro, this is a very nice script Share this post Link to post Share on other sites
arkhir 135 Posted September 5, 2015 Hey. Is it possible to make it work with default respawn menu? Share this post Link to post Share on other sites
Zriel 12 Posted September 5, 2015 If you change the default respawn time, it may work, though I haven't tested it. I wanted to post a bug, if you have the ACE3 NV enabled when dying (which adds a blurr effect) it will remain when in the spectator mode. Share this post Link to post Share on other sites
Zriel 12 Posted September 7, 2015 Also, it happens with Bohemia Revive (which gives a red aura in the screen when dead). Anyone knows how to dlete/disable applied onscreen effects? Share this post Link to post Share on other sites
perezmh 10 Posted October 4, 2015 Hey man, I used your script a ton back in February-April. I really hope you update it as since I've had to try other spectator scripts that have their own quirks and annoyances. Best of luck! Share this post Link to post Share on other sites
terox 316 Posted October 4, 2015 I like this script, its easy to work with and plug into. The gui is well thought out and easy to use. Kudos. I use it as a 1st person only player side spectate while the player is awaiting revive, much better than just having players look at the grass infront of their eyes. :) Share this post Link to post Share on other sites
onlybone 11 Posted December 10, 2015 Hey, I just wanted to ask if you could help me with a problem. When i run the script it says "Resource CSSA3_openMain not found". What should I do? Share this post Link to post Share on other sites