is this possible
#1

if i do /speed1 and i go like 50mph but not press w
Reply
#2

Like a cruise control?
Reply
#3

I think its what he means
Reply
#4

Then use the search function. There's a cruise control filterscript that could help you.
Reply
#5

Or he means whenever he do /speed1 his speed would increase by 50 kph like when he do it 2 times it will be 50x2
maybe.
Reply
#6

Use the search button or ******...
Reply
#7

no he means if he types the cmd the he will make the vehicle move with 50mph without the player having to press the accelerate key!

SetVehicleVelocity is what your looking here my friend
pawn Код:
new Float:Velocity[3];
GetVehicleVelocity(GetPlayerVehicleID(playerid), Velocity[0], Velocity[1], Velocity[2]);
SetVehicleVelocity(GetPlayerVehicleID(playerid), Velocity[0]+15, Velocity[1]+15, Velocity[2]);
// to make it advanced you will have to detect which way the car is facing, i will leave that to you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)