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

getPedOccupiedVehicle returns vehihicle element, not its model id.

After you get element get model id with

getElementModel(vehicle)

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

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

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

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?

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