PauseMenuItemChange: 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.

1 February 2025

  • curprev 21:5521:55, 1 February 2025Shr0x talk contribs 490 bytes +490 Created page with "{{ClientsideEvent}} {{JSContainer| ===Parameters=== *'''itemHash:''' {{RageType|number}} *'''value:''' {{RageType|number}} *'''oldValue:''' {{RageType|number}} ==Syntax== <syntaxhighlight lang="javascript"> mp.events.add("pauseMenuItemChange", (itemHash, value, oldValue) => { // Your code here }); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_events}} Category:Clientside Events Category:..."