Ui::getCurrentStreetNameString: 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.

25 April 2024

  • curprev 04:3304:33, 25 April 2024Shr0x talk contribs 540 bytes +540 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets street name based on current player position. === Return Value === *'''streetname''' {{RageType|string}} ==Syntax== <pre> mp.game.hud.getCurrentStreetNameString(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const streetName = mp.game.hud.getCurrentStreetNameString(); mp.console.logWarning(`Street name is: ${streetName}`) </syntaxhighlight> }} }} ==See also== {{Ui_s_function_c}} Category:Clien..."