SA-MP Forums Archive
Got an idea for Filterscript, Gamemode, Include, and Plugins post it here - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Got an idea for Filterscript, Gamemode, Include, and Plugins post it here (/showthread.php?tid=605433)



Got an idea for Filterscript, Gamemode, Include, and Plugins post it here - SmileyForCheat - 19.04.2016

We run out of ideas to make unique script if you guys had a simple idea post it here


Re: Got an idea for Filterscript, Gamemode, Include, and Plugins post it here - darles92 - 20.04.2016

plugin or include that allows to put tuner (Wheel Arch Angels/Loco Low Co) bumpers and spoilers on normal (Trans Fender) cars

already tried with filterscript, and it doesn't work.
AttachObjectToVehicle is not option, it doesnt fit to car body paint and glow/specular

inb4 'can't put these hurr durr...' and to proove it is mechanically possible...

...screens from GTA SA single player, these couldnt get in samp, they work in single player SA tho

Manana with Flash front bumpers



Voodoo and few offroads with Remington skulls bumper




Cheetah with Sultan spoiler


of course doesn't work or fit all cars but i can provide list what and how it fits.


Re: Got an idea for Filterscript, Gamemode, Include, and Plugins post it here - yugecin - 20.04.2016

Quote:
Originally Posted by darles92
Посмотреть сообщение
plugin or include that allows to put tuner (Wheel Arch Angels/Loco Low Co) bumpers and spoilers on normal (Trans Fender) cars

already tried with filterscript, and it doesn't work.
AttachObjectToVehicle is not option, it doesnt fit to car body paint and glow/specular

inb4 'can't put these hurr durr...' and to proove it is mechanically possible...

...screens from GTA SA single player, these couldnt get in samp, they work in single player SA tho
-screens-

of course doesn't work or fit all cars but i can provide list what and how it fits.
Don't you need to edit carmods.dat/cardmods.two to get that working? If so, it seems highly unlikely that this will be possible.


Re: Got an idea for Filterscript, Gamemode, Include, and Plugins post it here - darles92 - 20.04.2016

no, only had to add certain parts to carmods.dat to make them appear in GTA SA tuning list
but this doesn't matter in samp

in samp can do with commands

this works in 1 way - car put TransFender spoiler on Tuner car:
this is screen from samp, with forced spoiler on jester

AddVehicleComponent(GetPlayerVehicleID(playerid), 1003); // 1003 = spoiler part id



but doesn't work when try use WAA parts. They just don't show up, command is executed correctly, just nothing shows
AddVehicleComponent(GetPlayerVehicleID(playerid), 1152); // 1152 = flash tuning front bumper

the problem is, I can use TransFender spoiler on Tuners, but can't use Tuners spoilers on TransFender cars, even tho game mechanics allow it. what is more, MTA alllows it. SAMP for some unknown reason makes them not show up

i tested every car and found many cool things that work and don't crash, they are 100% safe to use, but can't make them in samp

for example:
Did You know Euros has spoiler and hood model dummies, but Rockstar Games just forgot to put them to carmods.dat?

try do AddVehicleComponent(GetPlayerVehicleID(playerid), 1003); with Euros, it will work by command, not by tuning garage