Jump to content

Shane Arnold

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Shane Arnold

  • Rank
    Newbie
  1. I am trying to create a sphere that has radius x originating from coords [y,y,y]. I am trying to adapt the code included in Epoch Mod's dayz_code\actions\plotManagement\plotToggleMarkers.sqf as a starting point. I've read through createVehicleLocal (which is what the above script uses) and tried to create a simple object like so; _starycoords = [6326,0,7809]; _obj = "Sign_sphere10cm_EP1" createVehicleLocal _starycoords; But nothing shows up. This code is run client-side. My actual desire would be a solid texture (e.g Sign_sphere_100cm_EP1) in grey and alpha'd to my desire to provide a visual dome over a set coordinate. I know that my code example above doesn't do that, but I am trying to start with a something showing up first, then I can start tweaking colours, alphas and size. I would truly appreciate any guidance on achieving what I am trying to do. EDIT: got it working, I didn't read the if statements correctly 🙂
×