Jump to content

AustralianSpecialForces

Member
  • Content Count

    81
  • Joined

  • Last visited

  • Medals

Posts posted by AustralianSpecialForces


  1. (F.Y.I. RTM = RealTime Marker)

    Activation Line:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    ["yourunit","yourmarker"] exec "RTM.sqs"

    In RTM.sqs

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    _unit = this select 0

    _marker = this select 1

    #Loop

    ~0.05

    _marker setmarkerpos _unit

    goto "Loop"

    Nevermind it doesnt work... iNeos is currently the most efficent.

    mad_o.gif

×