Search the Community

Showing results for tags 'Surf in Car'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
    • RDR2 Multiplayer
  • 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


About Me


Facebook


Youtube


Skype


Web


VK

Found 1 result

  1. OsFlash

    Surf in Car

    Hello Guys, Welcome again to another tutorial. Very simple, when you climb on top of the vehicle it activates and does not let you fall. Client-side: mp.events.add('render', gameplay); function gameplay() { const player = mp.players.local; if(player.isHangingOnToVehicle()){//do not fall off the vehicle player.isRagdoll(); player.setRagdollFlag(2); } } good day to you PS:google traduction