Jump to content

Novato

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Novato

  1. we can use some script training like script hook v os sample training to move easily in game?

    I start to configure some gas station location and will be nice if I can use script hook to teleportation and fly.

  2. Where is the SQL with insert data on tables? I only have the rpserver.sql wich comes with downloaded file from github repo and my server when start says: 

    [2018-12-11T20:48:49.285] [FATAL] default - Server Started
    [P] Plugin bridge.dll loaded!
    Started HTTP server at 22006 port.
    [2018-12-11T20:48:49.594] [ERROR] default - SELECT * FROM business INNER JOIN cheapcardealership ON business.id = cheapcardealership.id
    DATABASE IS NOT WORKING
    [2018-12-11T20:48:49.601] [ERROR] default - SELECT * FROM vehicles WHERE factionName = 'Hospital'

     

    Solved some part of the issue:

    changed MySQL community 8.0 to xampp mysql version, he let me join on server, create acc, mail works fine i need populate the tables on my database.

  3. Hi, I am new here and I did a clean server installation, in my first join the server close after I try to make my character, and without close the game I open the server again and all worded fine, but the city is without any car and show me this errors on server log.

     

    Quote


    ==================[6/1/2018 10:36:00 PM]==================
    Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type
       at void Microsoft.CSharp.RuntimeBinder.RuntimeBinderController.SubmitError(CError pError)
    =========================================================

    ==================[6/1/2018 10:36:00 PM]==================
    System.NotImplementedException: The method or operation is not implemented.
       at IList<CustomAttributeData> System.Reflection.MemberInfo.GetCustomAttributesData()
    =========================================================

    ==================[6/1/2018 10:36:00 PM]==================
    Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot convert null to 'int' because it is a non-nullable value type
       at int CallSite.Target(Closure, CallSite, object)
    =========================================================

    ==================[6/1/2018 10:36:00 PM]==================
    System.NotImplementedException: The method or operation is not implemented.
       at IList<CustomAttributeData> System.Reflection.MemberInfo.GetCustomAttributesData()
    =========================================================

    ==================[6/1/2018 10:36:01 PM]==================
    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.globals.Globals.CheckPlayerEventKeyEvent(Client player) in C:\RAGEMP\server-files\bridge\resources\WiredPlayers\globals\Globals.cs:line 1110
       --- 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)
    =========================================================

     

×
×
  • Create New...