Looky Posted November 22, 2018 Posted November 22, 2018 @Xabi I have a problem when I turn on the server on linux does not include wiredplayers.dll when I join the server, I download resources and my figure levitates in the lobby
OVER Posted November 22, 2018 Posted November 22, 2018 Is it possible to open all interiors of the game? Just like this mod script? https://www.gta5-mods.com/scripts/open-all-interiors
Xabi Posted November 22, 2018 Author Posted November 22, 2018 4 hours ago, Soranno said: I re-started the whole procedure, putting the bridges first and then the files of the gamemode but I still do not start. The errors are always those. -> Error starting 'WiredPlayers' System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Host '192.168.1.3' is not allowed to connect to this MariaDB server at MySqlPacket MySql.Data.MySqlClient.MySqlStream.ReadPacket() at void MySql.Data.MySqlClient.NativeDriver.Open() at void MySql.Data.MySqlClient.Driver.Open() at Driver MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at Driver MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() at Driver MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at Driver MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at Driver MySql.Data.MySqlClient.MySqlPool.GetConnection() at void MySql.Data.MySqlClient.MySqlConnection.Open() at List<BusinessModel> WiredPlayers.database.Database.LoadAllBusiness() in -----------------------\RAGEMP\server-files\bridge\resources\WiredPlayers\database\Database.cs:line 1223 at void WiredPlayers.business.Business.LoadDatabaseBusiness() in ------------------------\RAGEMP\server-files\bridge\resources\WiredPlayers\business\Business.cs:line 21 at void WiredPlayers.database.Database.OnResourceStart() in ------------------------\RAGEMP\server-files\bridge\resources\WiredPlayers\database\Database.cs:line 45 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at GTANetworkInternals.ScriptingEngine.InvokeVoidMethod(String method, Object[] args) at System.Collections.Generic.List`1.ForEach(Action`1 action) at GTANetworkInternals.EventHandler.ParseEx(Event _event, ScriptingEngine engine, Object[] arguments) at System.Collections.Generic.List`1.ForEach(Action`1 action) at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent) Edited meta.xml only this time?
Xabi Posted November 22, 2018 Author Posted November 22, 2018 1 hour ago, Looky said: @Xabi I have a problem when I turn on the server on linux does not include wiredplayers.dll when I join the server, I download resources and my figure levitates in the lobby If you're using 0.3.6 Nuget, you have to get the Bootstrapper from runtimes folder. 10 minutes ago, OVER said: Is it possible to open all interiors of the game? Just like this mod script? https://www.gta5-mods.com/scripts/open-all-interiors Yes, there's a doors.js which you can use as an example.
OVER Posted November 22, 2018 Posted November 22, 2018 3 minutes ago, Xabi said: If you're using 0.3.6 Nuget, you have to get the Bootstrapper from runtimes folder. Yes, there's a doors.js which you can use as an example. Ok, for example, how can I get the coordinates to open doors from that Fire Station at Davis?
Xabi Posted November 22, 2018 Author Posted November 22, 2018 1 minute ago, OVER said: Ok, for example, how can I get the coordinates to open doors from that Fire Station at Davis? https://wiki.gtanet.work/index.php?title=Doors Don't know if there are more, you could always use a map editor.
OVER Posted November 22, 2018 Posted November 22, 2018 1 minute ago, Xabi said: https://wiki.gtanet.work/index.php?title=Doors Don't know if there are more, you could always use a map editor. Didn't found Fire Station door in that list. How can I get those coordinates using map editor? Just clicking on the door?
Xabi Posted November 22, 2018 Author Posted November 22, 2018 Just now, OVER said: Didn't found Fire Station door in that list. How can I get those coordinates using map editor? Just clicking on the door? It should be like that i guess, I just took them from that link.
OVER Posted November 22, 2018 Posted November 22, 2018 Just now, Xabi said: It should be like that i guess, I just took them from that link. Okay, thank you!
Soranno Posted November 22, 2018 Posted November 22, 2018 (edited) 36 minutes ago, Xabi said: Edited meta.xml only this time? Nope, always. But I wanted to ask you, can not it be a database problem? I connect the database to phpmyadmin using xampp. Edited November 22, 2018 by Soranno
Recommended Posts