Hi,
some hours ago I raised a question how to add a different color to the neon tubes which were created by Matite. mooman gave me a good hint how to do this. You can read it up here: http://forum.sa-mp.com/showthread.php?t=646050
I decided to create a tool so that everyone can create their own neon tubes.
You can simply call the following URL: https://neon-tubes.samp-models.net/?color=XYZ
Replace 'XYZ' with the color you want. You can pick one from ******s color picker: https://www.******.de/search?source=....0.1iAVO81EJgo
Example usage:
https://neon-tubes.samp-models.net/?color=ff0000
https://neon-tubes.samp-models.net/?color=d1f442
Example of a generated neon tube: https://www.fast-images.de/uploads/c...5eb460e94d.jpg
Source Code: https://github.com/mschnitzer/neon-tubes
It will offer you a dff file to download. Place it in your models/ directory in order to use it.
Since the object has no collision attached to it, you should use one of the existing neon tubes. I always used ID 18648 as base id of the object.
The object is also not using any txd file. Since you cannot leave the txd field empty in your artconfig.txt, you can download the attached txd file 'empty.txd'. It's just - as the name says - an empty txd file that you can use. You can also use any other txd file.
An example configuration for your artconfig.txt:
some hours ago I raised a question how to add a different color to the neon tubes which were created by Matite. mooman gave me a good hint how to do this. You can read it up here: http://forum.sa-mp.com/showthread.php?t=646050
I decided to create a tool so that everyone can create their own neon tubes.
You can simply call the following URL: https://neon-tubes.samp-models.net/?color=XYZ
Replace 'XYZ' with the color you want. You can pick one from ******s color picker: https://www.******.de/search?source=....0.1iAVO81EJgo
Example usage:
https://neon-tubes.samp-models.net/?color=ff0000
https://neon-tubes.samp-models.net/?color=d1f442
Example of a generated neon tube: https://www.fast-images.de/uploads/c...5eb460e94d.jpg
Source Code: https://github.com/mschnitzer/neon-tubes
It will offer you a dff file to download. Place it in your models/ directory in order to use it.
Since the object has no collision attached to it, you should use one of the existing neon tubes. I always used ID 18648 as base id of the object.
The object is also not using any txd file. Since you cannot leave the txd field empty in your artconfig.txt, you can download the attached txd file 'empty.txd'. It's just - as the name says - an empty txd file that you can use. You can also use any other txd file.
An example configuration for your artconfig.txt:
Code:
AddSimpleModel(-1,18648, -2000, "neon_tube_0000ff.dff", "empty.txd");