Jump to content

MacRae

Member
  • Content Count

    68
  • Joined

  • Last visited

  • Medals

Everything posted by MacRae

  1. Hey Guys, What im wondering is, how do I make people spawn in with certain items of clothing, Because currently all i have done is removed all the clothing wit this code: removeAllWeapons this; removeAllAssignedItems this; removeBackpack this; removeHeadgear this; removeUniform this; removeVest this; Now what I'm wanting to know is how to now add clothing to the playable unit...? If anyone knows you would be a great help! Thanks ~MacRae~
  2. Thanks man!!! You dont know a place that i can get all the item codes do you?
  3. Hey guys, Im developing a Shooting range... I'm currently trying to work out how to make Pop Up targets Stay down once there hit, And once you have completed the course have a way to then make all the targets pop back up afterwards Is there any way this is possible? Please Reply ASAP! ~MacRae~ ---------- Post added at 19:06 ---------- Previous post was at 18:31 ---------- Please help Guys i really need this script!
  4. Okay ive done all that your other post told me to, so how do i pop them back up all i can do is make them go down?
  5. Haahaa, Nah I'm doing it for a Stratis life Game Type, Do you have any idea on how to do this ?
  6. Oh thankyou so much guys :D"
  7. Im making a mission in arma 3 And i need the initionalisation script so that when you spawn in you have no items! i know its an easy script but i cant find out how to do it! Please help!
  8. how do i fix it then? ---------- Post added at 13:50 ---------- Previous post was at 13:34 ---------- Please help!
  9. Hey Guys, I am trying to get my Boat shop to work on my version of Stratis Life. This is the code im using: if(side player == civilian) then { _carspawn = _civboatspawn; if((lbCurSel 11124) == 0) then { displayname = "Boat"; thisprice = 3000; vehname = "C_Rubberboat"; if((player getVariable "mymoney") >= thisprice) then { closeDialog 0; player setVariable ['mymoney', getmymoney - thisprice]; hint format['You bought a %1 for %2$! You have %3 $ left!',displayname,thisprice,(player getVariable 'mymoney')]; _veh = vehname createVehicle (_carspawn); vehiclelock = _veh addAction ['Unlock / Lock','vehiclelock\unlocklock.sqf',[],7,true,true,'','(_target distance _this) < 10']; _veh setVehicleInit _vehinit; processInitCommands; } else { Hint format ["you have %1$ and need %2$",(player getVariable 'mymoney'),(thisprice)]; }; }; }; }else { hint "You need a boating license to purchase a boat"; }; But when i launch the game in a server i get this error... Please help I'm really confused! ~MacRae~
  10. Hey Guys, Ive been trying to edit the Stratis life files to get my own version of it working. I have all the nececary files but for some reason i cant open the mission on Editor. Ive looked everywhere but i cant find out how to do this! Please help guys! ~MacRae~ ---------- Post added at 20:29 ---------- Previous post was at 19:57 ---------- Please Help Guys!
  11. I Worked it out Kylania Thankyou! :)
  12. Thanks so much for your help, but that is not what im looking for sadly :/
  13. When i pase that in it says: Missing ;
  14. So Kylania, Do i put that into the Initialization ?
  15. Currently i have made a script so that you get the option to sit on a chair, but the animation i have used is a Local animation (i think) so only the player sitting on the chair can see the animation What i am asking for is the name of the animation for when you sit in the back of vehicles. I am wanting this animation because i feel that it will work best for the script I've developed. Please reply soon because i will be much appreciated! ~MacRae~
  16. Thankyou SaMatra - But do i replace "SomeAnimation" with the name of my animation?
  17. Thank you for all the help Kylania i appreciate it!
  18. Thankyou Kylania, but i just cant find the In vehicle animations?
×