Archie Posted January 20, 2019 Share Posted January 20, 2019 is there a team here to give the player the faction leader Link to comment Share on other sites More sharing options...
Xabi Posted January 21, 2019 Author Share Posted January 21, 2019 14 hours ago, Archie said: is there a team here to give the player the faction leader Give him the higuest rank on the faction, found at Constants.cs class. Link to comment Share on other sites More sharing options...
Gamefuzzi Posted January 26, 2019 Share Posted January 26, 2019 Not buy a car and the driving school not works with F Link to comment Share on other sites More sharing options...
Xabi Posted January 26, 2019 Author Share Posted January 26, 2019 31 minutes ago, Gamefuzzi said: Not buy a car and the driving school not works with F There's no interior, just use the command as it says on the label... Link to comment Share on other sites More sharing options...
Gamefuzzi Posted January 26, 2019 Share Posted January 26, 2019 (edited) Car Shop is /catalog, thats ok and i can make a Test drive. After the test drive in the red circle, crashes the game. The driving school must be confirmed with F? Teleport does not lead anywhere WARNING: "GetPlayerSeatbelt" function is not implemented yet. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.character.Customization.RemovePlayerTattoos(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Customization.cs:line 105 at void WiredPlayers.character.Login.SetCharacterIntoCreatorEvent(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Login.cs:line 153 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) at void GTANetworkInternals.RemoteEventParser.Parse(Client sender, ulong eventNameHash, object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 62 at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at void WiredPlayers.character.Customization.RemovePlayerTattoos(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Customization.cs:line 105 at void WiredPlayers.character.Login.SetCharacterIntoCreatorEvent(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Login.cs:line 153 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) at void GTANetworkInternals.RemoteEventParser.Parse(Client sender, ulong eventNameHash, object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 62 at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 WARNING: "GetPlayerSeatbelt" function is not implemented yet. how should that fill up with fuel and look like the business? Do not understand the connection sorry Edited January 27, 2019 by Gamefuzzi Link to comment Share on other sites More sharing options...
Hannkok Posted January 28, 2019 Share Posted January 28, 2019 (edited) I have installed the server on windows with mysql and i become that error: This error on the server.exe console: -> Error starting 'WiredPlayers' System.IO.FileLoadException: Assembly with same name is already loaded at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent) and this at the server logs ==================[28.01.2019 13:08:22]================== System.IO.FileLoadException: Assembly with same name is already loaded at void System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, string ilPath, string niPath, ObjectHandleOnStack retAssembly) at Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string assemblyPath) ========================================================= ==================[28.01.2019 13:08:32]================== System.NullReferenceException: Object reference not set to an instance of an object. at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 ========================================================= ==================[28.01.2019 13:08:33]================== System.NullReferenceException: Object reference not set to an instance of an object. at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 ========================================================= ==================[28.01.2019 13:08:33]================== System.NullReferenceException: Object reference not set to an instance of an object. at bool GTANetworkInternals.CommandHandler.Parse(Client sender, string rawCommand) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\RemoteEventHandler.cs:line 162 ========================================================= And i dont know the file C:\Users\Adam , im not adam Edited January 28, 2019 by Hannkok Link to comment Share on other sites More sharing options...
Fusion99 Posted January 28, 2019 Share Posted January 28, 2019 On 1/26/2019 at 7:59 PM, Gamefuzzi said: Car Shop is /catalog, thats ok and i can make a Test drive. After the test drive in the red circle, crashes the game. The driving school must be confirmed with F? Teleport does not lead anywhere WARNING: "GetPlayerSeatbelt" function is not implemented yet. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at TRet System.Dynamic.UpdateDelegates.UpdateAndExecute1<T0, TRet>(CallSite site, T0 arg0) at void WiredPlayers.character.Customization.RemovePlayerTattoos(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Customization.cs:line 105 at void WiredPlayers.character.Login.SetCharacterIntoCreatorEvent(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Login.cs:line 153 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) at void GTANetworkInternals.RemoteEventParser.Parse(Client sender, ulong eventNameHash, object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 62 at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type at int CallSite.Target(Closure, CallSite, object) at void WiredPlayers.character.Customization.RemovePlayerTattoos(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Customization.cs:line 105 at void WiredPlayers.character.Login.SetCharacterIntoCreatorEvent(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\character\Login.cs:line 153 --- End of inner exception stack trace --- at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) at void GTANetworkInternals.RemoteEventParser.Parse(Client sender, ulong eventNameHash, object[] args) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 62 at void GTANetworkInternals.RemoteEventHandler.Parse(Client sender, ulong eventNameHash, object[] arguments) in C:\Users\Adam\Documents\Git\comp-layer2\BootstrapperNC\Handlers\ResourceInfo.cs:line 67 WARNING: "GetPlayerSeatbelt" function is not implemented yet. how should that fill up with fuel and look like the business? Do not understand the connection sorry Command for fill up fuel is ->/refuel ,but in gas station first create bussines gas station named whatever you want than park car in that name field and use command /refuel. I think u must be outside car. Link to comment Share on other sites More sharing options...
Gamefuzzi Posted January 28, 2019 Share Posted January 28, 2019 Right, but / business is not working. As soon as I want to do info, create etc, it does not go on. No mistake nothing .. Link to comment Share on other sites More sharing options...
SeuJuca Posted January 30, 2019 Share Posted January 30, 2019 (edited) Some interiors of the /business, teleport to other places of the map, where the door is opened and can leave the company without using the "F". How can I lock the doors? Edited January 30, 2019 by SeuJuca Link to comment Share on other sites More sharing options...
Fusion99 Posted January 30, 2019 Share Posted January 30, 2019 (edited) 5 hours ago, SeuJuca said: Some interiors of the /business, teleport to other places of the map, where the door is opened and can leave the company without using the "F". How can I lock the doors? You do not do anything if lock the door, however you find your self in that locked object,teleported anyway. All is about that "F" which is written in full gamemode. On 1/28/2019 at 9:40 PM, Gamefuzzi said: Right, but / business is not working. As soon as I want to do info, create etc, it does not go on. No mistake nothing .. Are you recompile project in "VS 2017" ? You must do on every new ver. of gamemode! Ah I almost forgot, of course you have to be admin rank lvl 4 to execute such a command, do you put admin lvl 4 in sql scripts? Edited January 30, 2019 by Fusion99 Link to comment Share on other sites More sharing options...
Recommended Posts