Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/05/21 in all areas

  1. Version 1.0.0

    556 downloads

    From me to the community Maybe will be useful for someone, it's written in Vue πŸ’“
    1 point
  2. Version 1.0.0

    2350 downloads

    This is the full gamemode & source code for the OwlGaming Grand Theft Auto V Roleplay server for RAGE:MP. Features include, but are not limited to: Account system, character creation, factions, gang tagging, vehicle systems, casino games, realistic inventory system, weapons systems, drugs systems, and much more! You can find the gamemode on GitHub
    1 point
  3. 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.
    1 point
  4. Ok I figured out how to spawn a ped for those who might be wondering down the line : RAGE.Elements.Ped myPed = new RAGE.Elements.Ped(0x705E61F2, new Vector3(-1099.7421f, -2739.808f, -7.4101357f), heading: -134.61028f, dimension: RAGE.Elements.Player.LocalPlayer.Dimension); Now, i'd like to know how to change his clothes and stuff like that ! I will search in the myPed object but if someone has the answer, would be appreciated. If I find it on my end i'll post it here. Thanks !
    1 point
  5. I'm having a bit of trouble trying to limit the damage of headshots without actually disabling it. Right now I have tried outgoingdamage, assigning the damage to an integer then returning damage but still one taps to the head. Anyone know any other way to make headshots the same damage as body shots without disabling headshots completely.
    1 point
×
×
  • Create New...