Search results

Jump to navigation Jump to search
  • ...function creates the Octagon , by combining dxDrawLine3D with each other , it needs to act onClientRender because the function of action on frames. dxDrawLine3D(x, y, z, x2, y2, z2, color, width)
    2 KB (331 words) - 17:35, 8 March 2020
  • This function allows retrieval of where a ped's target is blocked. It will only be blocked if there is an obstacle within a ped's target range. ...representing the position where the ped's target collides, or ''false'' if it was unsuccessful.
    1 KB (171 words) - 11:12, 21 July 2023
  • ..., representing the position where the ped's target starts, or ''false'' if it was unsuccessful. dxDrawLine3D(x, y, z, sx, sy, sz) -- Draws the Line
    1 KB (161 words) - 11:05, 31 May 2023
  • ...sition where the ped's target ends according to his range, or ''false'' if it was unsuccessful. dxDrawLine3D(x, y, z, sx, sy, sz) -- Draws the Line
    1 KB (169 words) - 18:30, 5 December 2014
  • Position = {sx,sy,sz,hX,hY,hZ} -- save it in a table so we can use it later in 'onClientRender'function dxDrawLine3D( startX,startY,startZ,endX,endY,endZ,tocolor(200,0,0,255),3) -- draws the 3
    2 KB (290 words) - 21:23, 7 May 2017
  • ...these three coordinates, a single Vector3 object may be inserted to clone it. ...''Make sure that you put this code in a resource which has OOP enabled, or it won't work'''.
    10 KB (1,278 words) - 12:10, 15 January 2022
  • The 3D line with a large width value effectively becomes a rectangle, so it it possible to construct basic shapes such as boxes with several large width l ...kness of the line in GTA world units. (This is 1/75th of the width used in dxDrawLine3D)
    3 KB (378 words) - 21:48, 7 December 2021
  • The 3D line with a large width value effectively becomes a rectangle, so it it possible to construct basic shapes such as boxes with several large width l * '''width:''' A vonal szélessége/vastagsága a GTA világban. (Ez a dxDrawLine3D-ben használt szélesség 1/75-öd része)
    3 KB (441 words) - 13:21, 13 May 2019
  • The 3D line with a large width value effectively becomes a rectangle, so it it possible to construct basic shapes such as boxes with several large width l ...kness of the line in GTA world units. (This is 1/75th of the width used in dxDrawLine3D)
    3 KB (433 words) - 17:16, 26 October 2018
  • The 3D line with a large width value effectively becomes a rectangle, so it it possible to construct basic shapes such as boxes with several large width l ...kness of the line in GTA world units. (This is 1/75th of the width used in dxDrawLine3D)
    3 KB (439 words) - 21:11, 23 September 2021
  • * Remember that 99% of the time it's a bug in your script, not an MTA bug! Don't report something to GitHub Is ...he long run as you'll spend less time being confused when you come back to it in a weeks time to debug a problem.
    8 KB (1,269 words) - 17:30, 2 August 2023
  • -- At this point we know that the ped needs to move it dxDrawLine3D (intSourceX, intSourceY, intSourceZ, intTargetX, intTargetY, intTargetZ, bP
    6 KB (815 words) - 14:00, 27 June 2020