Gudsawn 93 Posted November 17, 2013 (edited) GDSN Shoulder Tap Description Allows a player to tap the shoulder of another player. A subtle feature, but absolutely essential for CQB situations or TvTs. Walking up to a player and pressing "T" will give them a light tap on the shoulder. Installation Place in init.sqf: [] execVM "shoulderTap.sqf"; Download Download via Armaholic Credits ACE for the idea. Edited November 18, 2013 by GDSN Share this post Link to post Share on other sites
serjames 357 Posted November 17, 2013 Good job Major ! Share this post Link to post Share on other sites
Guest Posted November 18, 2013 Release frontpaged on the Armaholic homepage. GDSN Shoulder Tap v1.0 ================================================ We have also "connected" these pages to your account on Armaholic. This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! Share this post Link to post Share on other sites
lordprimate 159 Posted November 18, 2013 this is awesome, to bad "T" is my throw key... you should add a userconfig, and the abililty to choose ctl, or shift as a keycombo. Thanks for this, gonna have to do some digging so i can use this Share this post Link to post Share on other sites
Gudsawn 93 Posted November 18, 2013 Many thanks Foxhound! this is awesome, to bad "T" is my throw key... you should add a userconfig, and the abililty to choose ctl, or shift as a keycombo. Thanks for this, gonna have to do some digging so i can use this Thanks :) Unfortunately a userconfig would require this to be a client-side addon as opposed to a server-side script. What I could do instead is bind the key to one of the Arma custom keys which anyone can set themselves. Will update the script tonight. Share this post Link to post Share on other sites
Esro 10 Posted November 18, 2013 Good job but we have this message at the beginning in the editor and in the mission : variable "_ctrl" does not support serialization. Call 'disableSerialization' in the current script (maybe ") if you need to use it Do you have a solution ? Share this post Link to post Share on other sites
marksinnerdemon 11 Posted November 18, 2013 Just what I have been looking for gonna have to test this one out! Share this post Link to post Share on other sites
rakowozz 14 Posted November 18, 2013 Good job but we have this message at the beginning in the editor and in the mission : variable "_ctrl" does not support serialization. Call 'disableSerialization' in the current script (maybe ") if you need to use itDo you have a solution ? Same here. Am I not seeing something obvious? But it sounds great, really, can't wait to use it! Share this post Link to post Share on other sites
fabio_chavez 103 Posted November 19, 2013 why dont you make a presentation video btw? Share this post Link to post Share on other sites
anthonyfromtheuk 6 Posted November 19, 2013 T is also my throw key :( Share this post Link to post Share on other sites
R-o-x 11 Posted November 19, 2013 Yes I love the script! I'm trying to use it on my Invade & Annex mission for my clan and I get a warning message when I run the script. Warning Message: Variable '_ctrl' does not support serialization. Call 'disableSerialization' in the current script (maybe '') if you need to use it. Any idea what this could be? Is it something I'm doing wrong? And dose someone know what key num I need, to make it LShift+T like in ACE? (Holding T is for my team status) Share this post Link to post Share on other sites
Gudsawn 93 Posted November 20, 2013 Thanks for all the input guys, I've made the requested changes. Script now released as mod instead of script only. Download available here: GDSN Shoulder Tap (Addon version) This thread will no longer be updated. Share this post Link to post Share on other sites
jandrews 116 Posted December 8, 2013 Yes I love the script! I'm trying to use it on my Invade & Annex mission for my clan and I get a warning message when I run the script.Warning Message: Variable '_ctrl' does not support serialization. Call 'disableSerialization' in the current script (maybe '') if you need to use it. Any idea what this could be? Is it something I'm doing wrong? And dose someone know what key num I need, to make it LShift+T like in ACE? (Holding T is for my team status) I dont think so. I deleted the (0) in _ctrl = 0 and it went away. Not sure how it affects the script. Perhaps someone else can help. Share this post Link to post Share on other sites