[Help] with lowrider tuning(Blade) -> "paint job" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] with lowrider tuning(Blade) -> "paint job" (
/showthread.php?tid=104917)
[Help] with lowrider tuning(Blade) -> "paint job" -
BMGP - 26.10.2009
OK im making a Blade for my house (Createvehicle) and im tuning it -> AddVehicleComponent.
Now i looked at SAMP Wiki but i couldnt found the paint spray (-> blue fire... etc.)
Where is it?
Or how can i add it to the car
Please help and i hope its clear what i mean xD(Im from Austria)
BMGP
Re: [Help] with lowrider tuning(Blade) -> "paint job" -
Mr. M - 26.10.2009
Not sure what you mean but
test_cmds.pwn contains
pawn Код:
if(strcmp(cmd, "/paintjob", true) == 0) {
new tmp[256];
tmp = strtok(cmdtext,idx);
new vid = GetPlayerVehicleID(playerid);
ChangeVehiclePaintjob(vid,strval(tmp));
return 1;
}
That what you mean?
Re: [Help] with lowrider tuning(Blade) -> "paint job" -
BMGP - 26.10.2009
I dont mean only color(i didnt test it maybe it is that what i want xDDD but i dont think so)...
The flames and other motives what lowriders have... i mean that.

-> this flames(-> there its Slamvan but there is the same in blue for Blade!!!!!!)
Re: [Help] with lowrider tuning(Blade) -> "paint job" -
MadeMan - 26.10.2009
Yes, this is what you want
https://sampwiki.blast.hk/wiki/ChangeVehiclePaintjob
Re: [Help] with lowrider tuning(Blade) -> "paint job" -
BMGP - 26.10.2009
Thank you!!!! It works fine^^