[FREE][QBCore/ESX] Skating

That should’ve been fixed by now

1 Like

how to prevent the “bmx” from falling over?
cant get it back in place ones it “falls over”

if i try something like this it keeps falling over and over again:

if rotation.y < -60 or rotation.y > 60 then
			SetVehicleFixed(Skating.Entities)
			SetEntityRotation(Skating.Entities, 1.0, 3.0, 0.0, xyz, true)
			end

is there any native to pick back up a bike?

Have you tried just do the pickup button to pick up the skateboard ?

1 Like

OMG… nevermind… pls tell nobody how blind Iam… thx bro :smiley:

and BIG THANKS for a free script like this!

1 Like

Hello, please use default skateboard and not my one. Screenshot is for RPEmotes.

Thank you.

I did not add any props for the skateboard, if you referring to the picture. I simple just use that emote from your script. I will add credit for the animation shown in the image. :wink:

In the inventory when I want to use the scooter it does not give me the option to just give it

Is there a way to make it so there is a timer so when you get on and take the skate board back it takes like 5 or 10 seconds to do that so its not within 1 second or instant , to help with RP server where they see a cop they get on the skateboard within a second?

Would love to see tricks for the skate board too , maybe a paid version.

Also as someone above stated be nice to make you fall off the skateboard when trying to jump across a building or certain height to stop people from doing it in RP servers.

It is a free script and you have full access to the code.
So you should be able to just add a longer duration on the Wait()'s or you can add Wait()'s if there isn’t any.

Not sure it would be possible to add tricks, since that will require custom animations. (Which I have no clue how to make).