All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:02, 9 May 2024 Shr0x talk contribs created page Player::disableOutgoingSync (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> }}...")