Ui::getCurrentStreetNameHash: 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:3404:34, 25 April 2024Shr0x talk contribs 544 bytes +544 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets street name hash based on current player position. === Return Value === *'''hash''' {{RageType|number}} ==Syntax== <pre> mp.game.hud.getCurrentStreetNameHash(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const streetNameHash = mp.game.hud.getCurrentStreetNameHash(); mp.console.logWarning(`Street name hash is: ${streetName}`) </syntaxhighlight> }} }} ==See also== {{Ui_s_function_c}} Category:C..."