[RELEASE] [tota_scooter] Scooter Rent 🙌

Scooter rental + Scooter Vehicle

A simple script which you are going to be able to rent a scooter with a 3D text on them in personalizable locations. Scooter vehicle is included (Credits to pcgamesmods#9665)

Everything is completely personalizable!

GITHUB

Ensligh version: tota_scooter by SIVARAJ
Peace out :v:

20 Likes

Nice script !

3 Likes

This script is not for renting modified vehicles, if so, why don’t you give it credits?

3 Likes

wdym, I gave all the credits lol

4 Likes

He gave credits man, you are so t0xic m8.

5 Likes

I like the bikes but i am sad about all those old dependencies like truckshop and i dont know what esx_tvehicleshop is

3 Likes

Uh very nice models! But not sure if this is normal

3 Likes

Nice scripts but when i rent the scooter my char became invisible and after the rental time ended my char remained like that

4 Likes

Ya, it’s “normal” if you can say it that way. It’s pretty hard to change positions on de meta file, but I got something not that bad. I´ll try to improve though :slight_smile:

4 Likes

Don´t really know what could be happening. It works totally fine on my server

2 Likes

I will use this :smiley:

Thank you!

3 Likes

nicely done, it works pretty well ^^
i tweaked the handling a bit so it’s not so overpowered
is there a way to get rid of the helmet though?
i tried it with something i saw in another thread, but no success so far

3 Likes

Pretty sure it doesnt, a loop on 15 minutes, that removes helmet if not on vehicle with id 30000.

So u could be on the bike for 14,9 minutes before it removes it? :stuck_out_tongue:
Anyhow - you spelled:
playerVeh when getting it and when checking it u spelled it:
gPlayerVeh
^^

3 Likes

I took it from other forum lmao. I’ll do something when I get to my pc

2 Likes

This will help! Just include it in any client script. It will disable the helmet thingy.

Citizen.CreateThread( function()

SetPedHelmet(GetPlayerPed(-1), false)

    while true do

        Citizen.Wait(900000)        

        local playerPed = GetPlayerPed(-1)

        local playerVeh = GetVehiclePedIsUsing(playerPed)

        if gPlayerVeh ~= 30000 then RemovePedHelmet(playerPed,true) end

    end

    

end)

Hope it helped! :slight_smile:

2 Likes

i mean that’s the same code as the post i referred to. i tried that and it didn’t work.
i tried the one you posted and that didn’t work either

2 Likes

Idk what could be happening. I put it in a client.lua from a already existing script and it worked just fine.

1 Like

it wont let me get on the scooters, should there be an sql file?

2 Likes

No. No sql needed. You need ESX basics. Extended, vehicleshop,…

1 Like

Where do you set the price for the rental?

1 Like