MacRae
Member-
Content Count
68 -
Joined
-
Last visited
-
Medals
Community Reputation
12 GoodAbout MacRae
-
Rank
Corporal
Contact Methods
-
Steam url id
robertmac777
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hmmm, I could give it a try? If i find out how to do it for you, ill Post it here! -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yeah you can get bak out of the chair once your in it KDK11 -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey man, Thankyou for the feedback, At the moment im not sure why this is happening for you, Because currently i have only used this script on the Camping chairs, (Found at Tents>Camping Chair) And i have tested the script with multiple people joining, and it has worked for me... But i will try and fix your problem for you tonight, Sorry this is happening to you! -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Well im glad it works -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
is it working for you tho? -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
But the code - switchMove is a local script, so you need to add MAC_fnc_switchMove = { private["_object","_anim"]; _object = _this select 0; _anim = _this select 1; _object switchMove _anim; into the init.sqf so that everone in multiplayer can see the animation -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Awesome, anything you can think of ill sort it out! -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
No problem man, What do you think of it anything i can improve on? -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Right guys link is updated! -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
okay, thanks guys ill upload it there and tell you when the link is updated! -
Simple Sitting Script [Download Included]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ahh right i see, Erm do you know a File sharing website that works for you that i can upload it to? -
Simple Sitting Script [Download Included]
MacRae posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey Everyone, Here is my Simple Sitting Script: http://i.imgur.com/qWBNRxM.jpg (272 kB) 1.Download the mod at the link at the bottom of the page. 2.Extract the Chair folder into your mission folder. 3.Create a file called init.sqf and add this into that file. MAC_fnc_switchMove = { private["_object","_anim"]; _object = _this select 0; _anim = _this select 1; _object switchMove _anim; }; 4.Place a Camping Chair on the map. (Found at Tents>Camping Chair) 5.Add this in the initialization: this addAction ["<t color='#0099FF'>Sit Down</t>","Chair\sitdown.sqf"] Now when you get in game, you will new get the option to sit down! (You can change #0099FF in the Init script to change the colour of the the text in game!) Download Link: GameFront http://www.gamefront.com/files/23625426/MacRae%27s+Chair+Script.zip Download Link: MediaFire http://www.mediafire.com/download/w8b6g52kvjgzevi/MacRae%27s_Chair_Script.zip Feedback will be appreciated! -
I love you kylania haahaahaa Thanks that worked
-
Yeah i have tried switchMove, But that only works localy, other players cant see the Animation
-
Hey Guys, I have been playing about with some Animations, And im wondering... Why when i use playMove I can no longer use some of the animation??? Is it something I'm doing wrong or am i using the wrong script??? If someone knows the script that is global and can use any Animations please tell me Thanks a lot guys, ~MacRae~