Nametags.useScreen2dCoords: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2024

  • curprev 04:3604:36, 29 May 2024Shr0x talk contribs 541 bytes +541 Created page with "{{ClientsideJsFunction}} {{JSContainer| Enabled by default, when set to false, passes 3D world coords to render event (so it can be used with set/clearDrawOrigin) ===Return value=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.nametags.useScreen2dCoords </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.nametags.useScreen2dCoords = false; </syntaxhighlight> }}..."