Is it possible ?
#1

Is it possible to move an un-occupied vehicle, forward ?
Reply
#2

Yup. But by move you mean change position, or simulate driving?
Reply
#3

simulate driving.
Reply
#4

https://sampwiki.blast.hk/wiki/SetVehicleVelocity, correct ?
Reply
#5

Read the important note. I can think about 2 ways: 1. manning the car with NPC, or 2. running timer which would run SetVehiclePos
Reply
#6

I remember I saw a gamemode which moves the vehicle itself from a garage or whatever, maybe moveobject ?
Reply
#7

Quote:
Originally Posted by The__
Посмотреть сообщение
I remember I saw a gamemode which moves the vehicle itself from a garage or whatever, maybe moveobject ?
It was an invisible NPC maybe.
Reply
#8

What skin is invisible ? ;O
Reply
#9

bump, anyone else ?
Reply
#10

Is it possible of I do it like this ? :
pawn Код:
new car = AddStaticVehicle(...);
SetVehicleVelocity(car,....);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)