Jump to content
Sign in to follow this  
reddford

Script for spawn accessories.

Recommended Posts

Hi guys, im trying to make a spawner for accessories (in this case its ACE_Wheel) with an action.

 

So i made this :

 

this addAction ["Take A Wheel",{"ACE_Wheel" createVehicule getMarkerPos "Marker10"}];

 

This dont work because it needs ";" and it give me headhache .... 

 

Can someone have a solution ? And the way "HideObjectGlobal" isnt a solution for me because i would like to made a spawner for wheels and tank tracks for players on my MP mission (ACE MOD)

 

If possible even to put the object on my hand directly 🙂

Share this post


Link to post
Share on other sites
52 minutes ago, reddford said:

createVehicule

 

should be

createVehicle

 

  • Like 2

Share this post


Link to post
Share on other sites
7 minutes ago, Harzach said:

 

should be


createVehicle

 

Ho yeah indeed, thx
An other question, the marker is a marker (like icon) or a trigger (first time trying this script method)

Share this post


Link to post
Share on other sites

I'm not sure I understand your question.

Share this post


Link to post
Share on other sites

np i found the anwser, thx for help btw 🙂 it works perfectly

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×