PataMods Documentation
  • Welcome to PataMods Doc !
    • 1️⃣First step
    • 💬Social Medias
    • ❗・Common errors・❗
  • 📖Scripts
    • 🛒SuperMarket
      • 1・Dependencies
      • 2・Installation
      • 3・Config
      • 4・Advanced configuration / Custom Framework
      • 5・How the SuperMarket Script works INGAME ? - ❗ HELP VIDEOS ❗
    • 🔫PlasmaGame (And Capture The Orb DLC)
      • 1・Installation & Dependecies
      • 2・Config
      • 3・Advanced configuration
      • 4・Common errors + About Guns
    • 🏎️PlasmaKart
      • 1・Installation & Dependecies
      • 2・Config
      • 3・Common errors
    • ✈️Airplane Script
      • 1・Dependencies
      • 2・Installation
      • 3・Config
      • 4・Advanced Configuration
      • 5・How to add point on UI map ?
      • 6・❗ About BUGS ❗ Airplane flying in circle, Airplane/ped didn't spawn etc
    • 🛼Roller & Ice Script
      • 1・Installation
      • 2・Config
    • 🍼Baby BEAR Script v2
      • 0・About FiveM's ToS
      • 1・Installation & Dependecies
      • 2・How it works + Baby Nursery/toddler props
    • 🌊Hottub Script
      • 1・Dependencies
      • 2・Installation
      • 3・Config
    • 📦Props/shells config for Housing Scripts
    • 🔃 Subscription
      • 1・Wedding Clothes package
      • 2・Screenshots & video texture
  • 🛠️Website in construction...
    • 🛵PlasmaTron
    • 🚗Rc Car Script
  • Tebex Store
Powered by GitBook
On this page
  • How to use our script ?
  • About our config
  • Our script is unencrypted so feel free to change anything inside ! (There's no support if you modify/broke our script)
  1. Scripts
  2. Roller & Ice Script

2・Config

Previous1・InstallationNextBaby BEAR Script v2

Last updated 1 year ago

All are fully explained directly in our config file. But you can check this channel to see what's you have in it.

How to use our script ?

About our config

  • You can config the max speed, the speed sprint, the jump heigh...

Config = {
    MaxSpeedKmh = 20,
    MaxSpeedSprintKmh = 35,
    maxJumpHeigh = 5.0,
    LoseConnectionDistance = 50.0,

-- The slot defined here  must be the same slot where you find the roller shoes in your clothing menu (some offset can be needed +1 -1)
-- For example, in your clothing menu if you are a men and the roller shoes are the slot 44 then in the config the slot RollerSlotHomme 
-- should be 44 (again sometimes if you have a lot of addon cloth you can have an offset +1 -1 on it so perhaps 43 or 45)

	RollerSlotHomme = 7,    -- Model Slot for men
	RollerSlotFemme = 3,   -- Model Slot for women
	RollerColorHomme = 2,   -- Color for men
	RollerColorFemme = 0,   -- Color for women
	
	ICERollerSlotHomme = 1,   -- Model Slot for men
	ICERollerSlotFemme = 1,   -- Model Slot for women
	ICERollerColorHomme = 4,  -- Color for men
	ICERollerColorFemme = 5,  -- Color for women

  • If you want to make the roller shoes used by your inventory or any other way than a command, check at the end of our config

UseCommands = true -- this is the defaut state of the script, if true you can access to the roller by doing /iceroller or /roller
UseCommandsLeave = true -- this is the defaut state of the script, if true you can take off roller/iceroller by doing /leave

-- If commands are disable you can access to the roller by 2 event : pata_roller:iceroller and pata_roller:roller they work exactly the same has the commands
-- so if you trigger pata_roller:iceroller you will put your iceroller on your foot, if your doing a second trigger on this event the shoes are taken off
-- pata_roller:leaveroller is the last event, it just remove the shoes / iceshoes (if you have it)

Just simply write /roller to use it and leave them !

But the only things who will interest you there is the slot config for the roller shoes displayed ingame - If you don't have the roller/ice shoes ingame: Maybe you didn't put the right slot in our config file. Find the clothes in your clothing shop, and put the slot in the config. - If you don't find the roller/ice shoes in your clothing shop: Maybe you have modded clothes who replace them. Find the cloth who replace them, and delete or rename it (your modded clothe) and all should works. You can find the name of all the vanilla clothes there: is very usefull.

Our script is unencrypted so feel free to change anything inside ! (There's no support if you modify/broke our script)

📖
🛼
https://www.youtube.com/watch?v=Xqruwj6JNyQ&t=1s
https://tobii.space/
:1arrowpink:
:1arrowpink: