MacRae
Member-
Content Count
68 -
Joined
-
Last visited
-
Medals
Everything posted by MacRae
-
Spawn With Certain Items Of Clothing Script
MacRae posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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~ -
Spawn With Certain Items Of Clothing Script
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks man!!! You dont know a place that i can get all the item codes do you? -
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!
-
Resetting Targets - Need Help
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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? -
Looking For a Vehicle Shop Script [BETA]
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Haahaa, Nah I'm doing it for a Stratis life Game Type, Do you have any idea on how to do this ? -
Oh thankyou so much guys :D"
-
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!
-
Problem with Buying Boat - Stratis life
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
how do i fix it then? ---------- Post added at 13:50 ---------- Previous post was at 13:34 ---------- Please help! -
Problem with Buying Boat - Stratis life
MacRae posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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~ -
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!
-
Arma 3 Stratis Life Question
MacRae replied to MacRae's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I Worked it out Kylania Thankyou! :) -
Thanks so much for your help, but that is not what im looking for sadly :/
-
When i pase that in it says: Missing ;
-
So Kylania, Do i put that into the Initialization ?
-
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~
-
Thankyou SaMatra - But do i replace "SomeAnimation" with the name of my animation?
-
Thank you for all the help Kylania i appreciate it!
-
Thankyou Kylania, but i just cant find the In vehicle animations?