Jump to content

MacRae

Member
  • Content Count

    68
  • Joined

  • Last visited

  • Medals

Community Reputation

12 Good

About 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.

  1. Hmmm, I could give it a try? If i find out how to do it for you, ill Post it here!
  2. Yeah you can get bak out of the chair once your in it KDK11
  3. 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!
  4. 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
  5. Awesome, anything you can think of ill sort it out!
  6. No problem man, What do you think of it anything i can improve on?
  7. okay, thanks guys ill upload it there and tell you when the link is updated!
  8. Ahh right i see, Erm do you know a File sharing website that works for you that i can upload it to?
  9. 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!
  10. MacRae

    playMove Script Help

    I love you kylania haahaahaa Thanks that worked
  11. MacRae

    playMove Script Help

    Yeah i have tried switchMove, But that only works localy, other players cant see the Animation
  12. 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~
×