Перейти к содержанию

Player::disableOutgoingSync

Материал из RAGE MP Wiki Archive
Версия от 21:02, 9 мая 2024; imported>Shr0x (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> }}...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Server-Side
Function

Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript




See Also