Jump to content

low gravity on vehicles


zombienation

Recommended Posts

My bad, I forgot about something, copy the script again.

P.S: It's client side.

Hey whats do u mean with copy the script again? In my script or on this topic?

addCommandHandler("grav", 2. function () 3. local vehicle = getPedOccupiedVehicle(localPlayer) 4. if (vehicle) then 5. setVehicleGravity ( vehicle, 0, 0, -0.5 ) 6. end 7. end)

Link to comment

hey,

i copied this script u gave

addCommandHandler("grav",

function ()

local vehicle = getPedOccupiedVehicle(localPlayer)

if (vehicle) then

setVehicleGravity ( vehicle, 0, 0, -0.5 )

end

end)

into a new client.lua, i added the file in the meta as client, after starting in server, it asked for an upgrade, i did upgrade, then i spawn a vehicle, and i get in, and i do /grav, but no difference :( i rly dont know what i'm doing wrong

ps, kimmis says i have to copie the script that he posted again, but i can see only one, maybe u see two? :S

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...