Player::disableOutgoingSync: 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.

9 May 2024

  • curprev 21:0221:02, 9 May 2024Shr0x talk contribs 539 bytes +539 Created page with "{{ServersideJsFunction}} {{JSContainer| === Required Params === *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> player.disableOutgoingSync </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const player = mp.players.at(0); if (!player || !mp.players.exists(player)) return; player.disableOutgoingSync = true; //disable outgoing sync for player id 0 </syntaxhighlight> }}..."