Help with car
#1

Hello I am play same server and we have car up.. ( see on image)
please help me how do it.

i
Reply
#2

you want to add hydraulics?

AddVehicleComponent(vehicleid,1087);
Reply
#3

no hydraulics,you understand me.
i want this.
example : I press num 8. and front part (see on image.) to up.
example movie : Fast And Furious - Dominic Toreto
Reply
#4

after adding hydraulics, control it with GTA
NUM 2, 4, 6, 8
Reply
#5

I know how control hydr...
but you dont understand me...

do you see image,so dont hydraulics,but same function for statechangekey somethink..
Reply
#6

So you want the vehicle to "jump" upward, am I right? If so...

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (!strcmp("/jump", cmdtext))
    {
        if(IsPlayerInAnyVehicle(playerid))
        SetVehicleVelocity(GetPlayerVehicleID(playerid), 0.0, 0.0, 0.2);
	return 1;
    }
}
Reply
#7

no,this is complet car jump but I want only font wheel up
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)