Jump to content

Question about car


Redox

Recommended Posts

Posted

Hi, I have question. How can I do so: In function is condition eg:

car = getPlayerOccupiedVehicle ( source )
if car == (id vehicle) then

I try do this, but vehicle id is like this: 000000F6.

When I do this, it doesn't work:

car = getPlayerOccupiedVehicle ( source )         
if car == "000000F6" then

Posted

you want to assign an id to each spawned car? That will be pretty weird.

Tell us whatnyou are trying to do - not in the code, but the idea.

Eighter your idea or you english is wrong, so i need more info to understand you..

Posted

I want to do one car for police, but no policecar (eg police sultan) and only in this car can use key 'h'. I made function on key 'h' to flashing lights, and I want to put there "if car == id". Now you understand me? ;> I hope so

Posted
I want to do one car for police, but no policecar (eg police sultan) and only in this car can use key 'h'. I made function on key 'h' to flashing lights, and I want to put there "if car == id". Now you understand me? ;> I hope so

You want to compare model ID not an "ID" of a vehicle.

Use getElementModel and compare the returned value with model ID of Sultan (iirc it's 560).

Posted

But when I have on my map sultan, and sultan id is 560, when I put this id, then in all cars (sultans) this function be work. 50p where are you from?

Posted

If you want it to work on specific cars only then you can use element data. Use setElementData to set some specific data and then use getElementData to check if this specific data was set.

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...