GTA 5 [Update 12.01.2022]

csxMpak

csxMpak

Administrator
2,884
3,554
83
Rage: Сочетание клавиш Ctrl + V теперь работает в чате
- Players: Добавлена метка 'Next Session Host' ([N])
- Protection: Добавлена защита от расширенных Network Bail киков
- Interaction: Добавлена подмена отправителя для 'Send SMS'
- Interaction: Добавлена кнопка 'Apply for everyone' для 'Send SMS'

- Vehicle: Улучшена работа 'Car Jump'
- Vehicle: Добавлено действие 'Go Into Personal Vehicle'
- Common: Добавлено сообщение в консоль при смене 'Next Session Host'
- Common: Обновлены файлы локализации

LUA

- Добавлена функция "require"
- Добавлена загрузка скриптов в список при добавлении их в папку lua
- Добавлено удаление скриптов из списка при удалении их из папки lua
- Исправлена ошибка, из-за которой функция проверки корректности файлового пути могла выдавать исключение при проверке относительного пути
- Исправлена ошибка, когда при использовании относительных путей происходило обращение к папке игры, а не папке продукта
- Исправлена ошибка, из-за которой функция fs.file_append полностью перезаписывала файл
- Добавлен вариант функции players.send_sms с возможностью подмены отправителя ( players.send_sms(dest, src, text) )

- Players: Добавлены новые функции
-- players.is_next_host(ply)
-- players.get_host_priority(ply)
-- players.get_hosts_queue()

-- players.teleport_to_island(ply, is_invite)
-- players.teleport_to_interior(ply, interior_id)
-- players.teleport_to_mission(ply)
-- players.teleport_to_cutscene(ply)

-- players.ceo_kick(ply)
-- players.ceo_ban(ply)

-- players.vehicle_destroy(ply)
-- players.vehicle_kick(ply)
-- players.vehicle_disown(ply)
-- players.vehicle_emp(ply)

-- players.clear_wanted_level(ply)
-- players.cops_blind_eye(ply)

-- players.off_the_radar(ply)
-- players.set_bounty(ply, bounty, is_anon)
-- players.force_cam(ply)
-- players.kick(ply)
-- players.kick_brute(ply)
 

csxMpak

csxMpak

Administrator
2,884
3,554
83
- Rage: Now you can use CTRL + V (paste) into game chat
- Players: Added new mark 'Next Session Host' ([N])
- Protection: Added extended protection against kicks using Network Bail
- Interaction: Added spoof sender name in 'Send SMS'
- Interaction: Added 'Apply for everyone' for 'Send SMS'
- Vehicle: Improved 'Car Jump'
- Vehicle: Added action 'Go Into Personal Vehicle'
- Common: Added new console notification on 'Next Session Host Changed' event
- Common: Updated localization files

LUA

- Added "require" function
- Added automatic lua list update when new files were added/deleted to/from 'lua' folder
- Fixed a bug due to which the function of checking the correctness of the file path could throw an exception when checking the relative path
- Fixed a bug when using relative paths the game folder was accessed instead of the product folder
- Fixed an issue when fs.file_append was rewriting the whole file
- Added new overload for players.send_sms which allows to spoof sender name ( players.send_sms(dest, src, text) )

- Players: Added new functions:
-- players.is_next_host(ply)
-- players.get_host_priority(ply)
-- players.get_hosts_queue()

-- players.teleport_to_island(ply, is_invite)
-- players.teleport_to_interior(ply, interior_id)
-- players.teleport_to_mission(ply)
-- players.teleport_to_cutscene(ply)

-- players.ceo_kick(ply)
-- players.ceo_ban(ply)

-- players.vehicle_destroy(ply)
-- players.vehicle_kick(ply)
-- players.vehicle_disown(ply)
-- players.vehicle_emp(ply)

-- players.clear_wanted_level(ply)
-- players.cops_blind_eye(ply)

-- players.off_the_radar(ply)
-- players.set_bounty(ply, bounty, is_anon)
-- players.force_cam(ply)
-- players.kick(ply)
-- players.kick_brute(ply)
 

csxMpak

csxMpak

Administrator
2,884
3,554
83
更新日志
- 引擎:现在您可以在游戏聊天中使用CTRL+V(粘贴)

- 玩家:添加新的标记"下一位战局主机"([N])

- 防护:添加使用"Network Bail"针对踢的扩展保护

- 互动:添加在"发送短信"中虚假发件人名称
- 互动:添加“为所有人申请”用于‘发送短信’

- 载具:改进'载具跳跃'
- 载具:添加行为'进入个人载具'

- 常见:添加‘下一个战局主机已变换’事件中新的控制台通知
- 常见:更新本地(翻译)文件

LUA

- 添加“建议”里的功能
- 添加当新文件被添加到“Lua”文件夹/从“Lua”文件夹中添加/删除时,Lua列表自动刷新
- 修复检查文件路径正确性功能检查相对路径时会提出异常的问题
- 修复使用相对路径访问游戏文件夹而不是菜单文件夹时的错误
- 修复了Fs.file_append重写整个文件时的问题
- 为Player.send_sms添加了重新加载,允许虚假发件人名称(Players.send_sms(dest, src, text))

- 玩家: 添加新的功能:
-- Player.is_next_host(ply)
-- Player.get_host_priority(ply)
-- Player.get_hosts_queue()

-- Player.teleport_to_island(ply, is_invite)
-- Player.teleport_to_interior(ply, interior_id)
-- Player.teleport_to_mission(ply)
-- Player.teleport_to_cutscene(ply)

-- Player.ceo_kick(ply)
-- Player.ceo_ban(ply)

-- Player.Vehicle_destroy(ply)
-- Player.Vehicle_kick(ply)
-- Player.Vehicle_disown(ply)
-- Player.Vehicle_emp(ply)

-- Player.clear_wanted_level(ply)
-- Player.cops_blind_eye(ply)

-- Player.off_the_radar(ply)
-- Player.set_bounty(ply, bounty, is_anon)
-- Player.force_cam(ply)
-- Player.kick(ply)
-- Player.kick_brute(ply)
 
Вверх