Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/17/20 in all areas

  1. Version 1.0.0

    696 downloads

    This function helps you to add keys binding if you use C # client side ... Example of use : Tick Event KeyManager.KeyBind(0xA2, () => { Chat.Output("Key Bind Work"); }); KeyManager.KeyBind(KeyManager.KeyMouse, () => { Cursor.Visible = !Cursor.Visible; });
    1 point
  2. Yes, it's being supported.
    1 point
  3. Da muss das rein was du haben willst. Bei einer id ein int. Beim Namen String usw
    1 point
  4. Does anyone know if it is possible to use redux mode on Epic Games GTA V?
    1 point
  5. I haven't found this on the forums yet so I thought I'd share my code that is a work in progress. I'm fairly new to JavaScript and I'm still adapting, but hopefully some of you can make something out of this. Like I said, it is a work in progress, so if you'd like to contribute to it, please do so and I will happily add it to the main source code and give you credit for contribution. Right now, all commands work, however, there is an error when the player is not in a vehicle. I haven't been able to figure it out yet (I know it's probably stupidly easy). Other than that, I am working on implementing keybinds once I manage to get all the functions to work in a toggle function. Also, it is only Client Side, so this is not synced! I've also created a custom function which rolls all the windows up since RAGEMP doesn't have one in their documentation. To implement this all you have to do is: 1) Create a new folder in: client_resources (name it whatever you'd like) 2) Create a new JS file called: index.js (in folder you created within client_resources - call it whatever you'd like) 3) Include the snippet in your main index.js in the root of client_resources: require(./YOURFOLDERNAME) Copy & paste this code: And that's it! All commands are interchangeable just by directly changing the "commandName". Hope this helps out some of you! (PS - It's my first script ever for RAGEMP, so please don't be too harsh. )
    1 point
    If you have any issues you know what to do....Thanks for reading this at least....
    1 point
×
×
  • Create New...