[Help] with lowrider tuning(Blade) -> "paint job"
#1

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
Reply
#2

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?
Reply
#3

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!!!!!!)
Reply
#4

Yes, this is what you want

https://sampwiki.blast.hk/wiki/ChangeVehiclePaintjob
Reply
#5

Thank you!!!! It works fine^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)