Jump to content

How to put custom lights on my server?


MADboy

Recommended Posts

Hello!

I want to put custom lights on my server, but I don't know how to do that. I can put custom cars (so I know enough for modding I think :D ) onto the server, is it possible with lights? I know for modding the car I need the ID of the original car (ex. the ID of the infernus is 411), but with the lights I don't know what I need :/ ...And sorry for my bad english :D

Link to comment
I want to put lights like this:infernus1.png

that is quite easy, this is done using textures, so first, get txd workshop, extract infernouses texture, open it in photoshop, change the lights, and go here EngineImportTXD

outputChatBox ( "Replaced 411 infernous texture" ) 
  
txd = engineLoadTXD ( "data/your texture here.txd" ) 
engineImportTXD ( txd, 411) 

Hope it helps!

Link to comment

I put these lights into my GTA:SA and these aren't the textures of the infernus. These lights are working on other cars too, like sandking and comet. You can find the default lights in GTA San Andreas/models/generic/vehicles.txd. If you replace the vehicle.txd the lights will change. So I don't think that's the right way, but thanks for your help :)

Link to comment
I put these lights into my GTA:SA and these aren't the textures of the infernus. These lights are working on other cars too, like sandking and comet. You can find the default lights in GTA San Andreas/models/generic/vehicles.txd. If you replace the vehicle.txd the lights will change. So I don't think that's the right way, but thanks for your help :)

oh, ive never done this before, so i was just giving a hint on how to do it, using some knowledge on texturing. but glad i helped.

Link to comment

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