1. Well I do not know is it possible or not to add this mod to your server since it made for gta sa not for mta. I see the addon has modified txt, so perhaps you can use it, but as I know vehlight do not have id. Edit: San Andreas\data\maps\veh_mods\veh_mods.ide All veh addon has id, but lights not. 2. It is not difficult. Check this site and this. 3. You are right. It is not possible yet, but it will be in 1.1. The only way I know to mod handling is Plod's script. Check this topic! You can download the script form here. Awesome, thanks for fast answers, This handling script doesn't use the same format of handling, so i will wait for version 1.1. song script,I managed to make it work But it plays music on really short distance, here is code: its from wiki, i use the same, now the syntax is: so is it possible to attach sound to some element example radio, or car, and what happens if possible what happens if car moves, does the sound moves with it, i had in mind something like this: where (vehicle id=...) represents element, sounds/song1.mp3 represents sound, int =int, and 50 represents distance. I know probably this is imposible how i described it, but could you just tell me where am i making mistakes ? i am sorry for so many questions, i can't do anything with lua :/, but am willing to learn, i only can program a lil bit in c++ and that's it :/ ( i did copy folder sounds in my gamemod zip, and song1.mp3 in it, put in meta.xml following: and song1.lua next to the meta.xml adn other files...)