Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/30/18 in all areas

  1. Version 1.2

    4749 downloads

    UPDATE I highly recommending using my more updated resource "MySQL Accounts" instead as it fixes known issues and runs better: This resource will stay up, however I will not be giving any help for this resource as I don't believe it should be used for serious projects. ---- Basic MySQL Gamemode Github Link: https://github.com/MrPancakers/ragemp-mysql Resource Thread: Discord: MrPancakers#9283 This is a template of a very basic login/registration system you can implement into your game mode to get started. This template only stores usernames, passwords(encrypted with BCrypt), position and money so anything extra will need to be implemented yourself. This is intended for beginners so the code is pretty basic and nothing fancy has been done so it is easily readable. If you find any issues, leave a comment on my thread or leave a comment on this resource. Installation You'll need to have a MySQL server setup, either using WAMP/XAMPP/or from a server. To keep this short I will not go through setting these up, simply Google 'How to set up WAMP' for example to get it set up. Unzip the source and place it inside of your server files folder. Open your command prompt and change your directory to your server folder. Then do 'npm install' to install the required node_modules. Create a new database and call it whatever you want (Inside the script it is called 'ragemp-mysql'). Once created, import the ragemp-mysql.sql into your newly created database. Go to packages/mysql/mysql.js and open it. At the top is the connection info, change this to whatever your IP and MySQL username/password is. If you're hosting this locally and you haven't made/changed the MySQL info, the default should be fine. You're all set to go.
    2 points
  2. Version 1.1.1

    2199 downloads

    Just a small script that displays your location and vehicle speed (if you're in one) next to the mini map. https://github.com/glitchdetector/fivem-minimap-anchor - credits for minimap anchor code Notes You can disable speed display feature by setting useSpeedo to false. Location and speed won't be displayed if your radar is disabled or hidden. Speed unit changes based on your Measurement System setting of GTA V, which you can find in Settings -> Display -> Measurement System.
    1 point
  3. Version 1.0.0

    551 downloads

    Here is a small tool which might be useful if you want to clean up your client resources folder without having to search for your RAGE:MP folder. Features: - Delete all client resources with one click - Deleting individual client resources Important: - Double click to select a resource. Have fun with that! :-)
    1 point
  4. Version 1.0.0

    1293 downloads

    We decided to release the source of Rage-MM since it died. Thanks to Matthew (Main dev) and also all the community members who helped testing. Only Race gamemode implemented. Includes around 81 race maps. Enjoy, if you want to take over this project you can message me on discord to get ownership of our domain rage-mm.com
    1 point
  5. I had the same problem, relative paths solved the problem <assembly ref="System.Data.Common.dll" /> <assembly ref="../../runtime/System.Data.DataSetExtensions.dll" />
    1 point
×
×
  • Create New...