Jump to content

Search the Community

Showing results for tags 'Rage System.Reflection.TargetParameterCountException: Parameter count mismatch.'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
  • Scripting
    • Scripting
    • Resources
  • Community
    • Support
    • Servers
    • Media Gallery
  • Non-English
    • Русский - Russian
    • Français - French
    • Deutsch - German
    • Espanol - Spanish
    • Română - Romanian
    • Portuguesa - Portuguese
    • Polski - Polish

Categories

  • Scripts
  • Gamemodes
  • Libraries
  • Plugins
  • Maps
  • Tools

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Youtube


Skype


Web


VK

Found 1 result

  1. Hey , i try to make a Vehicle When in server Enter/Join a Vehicle or Player Dead = Server Console Crash !!!!!!!!!!! Trying make by 2 Language (C#/JavaScript) , Log : Code C# : [Command("car")] public void CreateCar(Client client, string type) { Vehicle newVehicle; uint myCarType = NAPI.Util.GetHashKey(type); newVehicle = NAPI.Vehicle.CreateVehicle(myCarType, client.Position.Around(5), 0,7,7); } or Code JavaScript : mp.vehicles.new(mp.joaat("turismor"), new mp.Vector3(-424.54,1130.09,325.85), { numberPlate: "123", color: [[0, 255, 0],[0, 255, 0]] }); What happen? how can fix this crash ??? i try re-install RAGE MP not work ... Please HELP !!!!!!!!!!!☹️
×
×
  • Create New...