• Из-за обновления GTA 5 (был добавлен новый патч) может временно не работать вход в RAGE Multiplayer.

    Ошибка: Ваша версия Grand Theft Auto V не поддерживается RAGE Multiplayer.
    ERROR: Your game version is not supported by RAGE Multiplayer.

    Данная ошибка говорит о том, что GTA V обновилась до новой версии (GTA Online тоже). Вам необходимо обновить саму игру в главном меню вашего приложения (Steam / Epic Games / Rockstar Games).
    Если после этого RAGE:MP все равно не работает - вам нужно дождаться выхода патча для самого мультиплеера (обычно это занимает от нескольких часов до нескольких дней).

    Новости и апдейты Rockstar Games - https://www.rockstargames.com/newswire/
    Статус всех служб для Rockstar Games Launcher и поддерживаемых игр: https://support.rockstargames.com/ru/servicestatus


    Grand Theft Auto 5 (+ GTA Online) последний раз были обновлены:

LIAS1N

Специалист
9 Окт 2021
102
32
95
Добрый вечер, подскажите написал серверную часть рыбалки, она есть на сервере я устроился на работу но как это все передать на клиентскую часть ?
Я не понимаю как эти функции вызывать, начать рыбалку, закончить рыбалку, какую рыбу выловил
Отправить вызов c сервера на клиент
C#:
Trigger.ClientEvent(player, event name, params) // В случае redage
, отправить вызов с клиента на сервер https://wiki.rage.mp/index.php?title=Events::callRemote
JavaScript:
mp.events.callRemote(event name, params)
 
  • Like
Реакции: Harland David Sanders

Barakial

Новый участник
21 Ноя 2023
10
0
3
Отправить вызов c сервера на клиент
C#:
Trigger.ClientEvent(player, event name, params) // В случае redage
, отправить вызов с клиента на сервер https://wiki.rage.mp/index.php?title=Events::callRemote
JavaScript:
mp.events.callRemote(event name, params)
А если это RedAge ? Я не пойму как на клиенте это вызвать в какую папку закинуть и как этот js подключить
 

Barakial

Новый участник
21 Ноя 2023
10
0
3
Screenshot 2023-11-25 172420.png

Как включить микрофон ? в conf.json прописал
"voice-chat" : true,
"voice-chat-sample-rate" : 48000,

Не помогает
 

MEVRINZ

Участник портала
22 Сен 2023
59
12
20
Посмотреть вложение 11273
Как включить микрофон ? в conf.json прописал
"voice-chat" : true,
"voice-chat-sample-rate" : 48000,

Не помогает
Звук на компе включить :ROFLMAO:

Ну а если серьёзно то открываешь инвентарь настройки.
И там есть функция микрофон если игрока нет 1 уровня то его слышно не будет выключи эту опцию и все будет норм.
 

Barakial

Новый участник
21 Ноя 2023
10
0
3
Звук на компе включить :ROFLMAO:

Ну а если серьёзно то открываешь инвентарь настройки.
И там есть функция микрофон если игрока нет 1 уровня то его слышно не будет выключи эту опцию и все будет норм.
Screenshot 2023-11-25 172420.png

Ну а в консоле пишет что войс не работает и в игре уже все перепробовал
 

Barakial

Новый участник
21 Ноя 2023
10
0
3
Код:
    "voice-chat" : true,
    "voice-chat-sample-rate" : 24000,

Указывал так не работало
Докинул вот этот код начало работать, правда не пойму почему так


Код:
    "voice-chat" : true,
    "voice-chat-sample-rate" : 24000,
    "api-threading-debugging": false,
    "allow-cef-debugging": true,
    "http-threads": 250,
 

Ammy

Участник портала
26 Ноя 2023
2
0
6
Подскажите в чём проблема, два таких вопроса уже задавали но ответа так и не было
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Exception has been thrown by the target of an invocation.
-> Error starting 'NeptuneEvo'
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
File name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath)
at Assembly System.Reflection.Assembly.LoadFrom(string assemblyFile)
at Assembly System.Reflection.Assembly.LoadFromResolveHandler(object sender, ResolveEventArgs args)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, string name)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, string assemblyFullName)
at void NeptuneEvo.Main.onResourceStart()


--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at GTANetworkInternals.ScriptingEngine.InvokeVoidMethod(String method, Object[] args)
at GTANetworkInternals.EventParser.Parse(Event _event, Object[] arguments)
at GTANetworkInternals.EventCollection.<>c__DisplayClass4_0.<ParseEx>b__1(EventParser x)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.EventCollection.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments)
at GTANetworkInternals.EventHandler.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments)
at GTANetworkInternals.GameServer.<>c.<StartResource>b__67_0(ScriptingEngine r)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent)
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
15:08:37.214 | Info | Main | Main Exception: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
File name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath)
at Assembly System.Reflection.Assembly.LoadFrom(string assemblyFile)
at Assembly System.Reflection.Assembly.LoadFromResolveHandler(object sender, ResolveEventArgs args)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, string name)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, string assemblyFullName)
at Redage.SDK.Settings.ReadAsync[T](String filePath, T config)
at NeptuneEvo.Main.LoadServerSettings() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvo\Main.cs:line 76
at NeptuneEvo.Main..ctor() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvo\Main.cs:line 3184
 

LIAS1N

Специалист
9 Окт 2021
102
32
95
Подскажите в чём проблема, два таких вопроса уже задавали но ответа так и не было
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Exception has been thrown by the target of an invocation.
-> Error starting 'NeptuneEvo'
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
File name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath)
at Assembly System.Reflection.Assembly.LoadFrom(string assemblyFile)
at Assembly System.Reflection.Assembly.LoadFromResolveHandler(object sender, ResolveEventArgs args)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, string name)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, string assemblyFullName)
at void NeptuneEvo.Main.onResourceStart()


--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at GTANetworkInternals.ScriptingEngine.InvokeVoidMethod(String method, Object[] args)
at GTANetworkInternals.EventParser.Parse(Event _event, Object[] arguments)
at GTANetworkInternals.EventCollection.<>c__DisplayClass4_0.<ParseEx>b__1(EventParser x)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.EventCollection.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments)
at GTANetworkInternals.EventHandler.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments)
at GTANetworkInternals.GameServer.<>c.<StartResource>b__67_0(ScriptingEngine r)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent)
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
15:08:37.214 | Info | Main | Main Exception: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)
File name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly)
at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath)
at Assembly System.Reflection.Assembly.LoadFrom(string assemblyFile)
at Assembly System.Reflection.Assembly.LoadFromResolveHandler(object sender, ResolveEventArgs args)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, string name)
at RuntimeAssembly System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, string assemblyFullName)
at Redage.SDK.Settings.ReadAsync[T](String filePath, T config)
at NeptuneEvo.Main.LoadServerSettings() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvo\Main.cs:line 76
at NeptuneEvo.Main..ctor() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvo\Main.cs:line 3184
Зайди в диспетчер пакетов NuGet и переустанови пакет Newtonsoft.Json на версию 12.0.3
 

Ammy

Участник портала
26 Ноя 2023
2
0
6
Зайди в диспетчер пакетов NuGet и переустанови пакет Newtonsoft.Json на версию 12.0.3Уже решил этот вопрос, появилась другая ошибка
-> Starting NeptuneEvo resource..
NeptuneEvo: loading scripts.. found 1 script(s)
NeptuneEvo: instantiating NeptuneEvo.Main..
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
17:12:24.804 | Info | Main | No Connect To Main DataBase
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
17:12:24.833 | Info | Main | No Connect To Main Config
17:12:25.023 | Info | Utils.Redis | Start: All ok. For server: 0
17:12:25.036 | Info | Main | Backup Starting
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
17:12:25.068 | Info | nTimer | Elapsed(73d0a0c6-1586-495f-849b-84586f4588ae,MS:0,ONCE:True,From:) Task #1 Exception: System.InvalidCastException: Object cannot be cast from DBNull to other types.
at System.DBNull.System.IConvertible.ToInt32(IFormatProvider provider)
at MySql.Data.MySqlClient.Driver.LoadCharacterSets(MySqlConnection connection)
at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at NeptuneEvo.Functions.BackupSql.Backup() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvo\Functions\BackupSql.cs:line 30
at Redage.SDK.nTimer.<Elapsed>b__32_0() in C:\Users\1\Desktop\redage_v3-main\dotnet\resources\NeptuneEvoSDK\Timers.cs:line 428
17:12:25.081 | Succ | Core.Economy | Economy loaded.
17:12:25.091 | Info | Chars.Repository | [00:00:00.0015897] Inventory system loaded (0)
The given key '63' was not present in the dictionary.
17:12:25.150 | Info | MoneySystem.Bank | Loading Bank Accounts...
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
Object cannot be cast from DBNull to other types.
The given key '63' was not present in the dictionary.
The given key '63' was not present in the dictionary.
 

Natsu19941

Новый участник
27 Ноя 2023
23
0
3
доброго времени суток я так понимаю эта сборка работает на windows или можно все таки ее на linux и по базе данных работать будет только на MariaDB или на любой другой тоже?
 

LIAS1N

Специалист
9 Окт 2021
102
32
95
доброго времени суток я так понимаю эта сборка работает на windows или можно все таки ее на linux и по базе данных работать будет только на MariaDB или на любой другой тоже?
Устанавливается как на винду так и на линукс, по базе да, нужна MariaDB
 

64zarubov

Активный участник
2 Июл 2023
113
2
30
Всех приветствую, парни киньте полностью conf.json редаги, а то у меня локального сервера стоит)
 

enotit

Гуру
13 Ноя 2020
970
444
127
21
Всем привет, вопрос для знатоков. Есть ли меню для админов для отображения списка игроков?