Can you tell me about
#1

In stock mod, Grand Larceny, I am tunning car on Loco Low Co (lowrider car) with passanger. I preview a paint jobs, but not installed them. After I'm choose any color (Car color 1) and leave from Loco Low. I saw a choosed color, but my passenger saw a first paintjob. When he entered and leave from any interior, he will see my color of car.
It's some bug of GTA/samp, or what? Because it stock mode, problem is not in script. Firstly I see it in some server, but yesterday it noticed it on my test Grand Larceny, huh
Reply
#2

Up..
Reply
#3

Is that only for your friend?
Reply
#4

Quote:
Originally Posted by Diabloa
Посмотреть сообщение
Is that only for your friend?
Yes, I forgot to mention. Paintjob sees only passenger, all around after leaving Loco Low Co see my chosen color.
Reply
#5

Well, tell him to get out of the car before going inside the Loco Low Co.
Reply
#6

Quote:
Originally Posted by Diabloa
Посмотреть сообщение
Well, tell him to get out of the car before going inside the Loco Low Co.
Huh, variant. But what if he is stubborn?

I noticed: if I am just change color, without previews a paitjobs, my passanger immediately see it. And if after we shall do this sequence (he enter/leave from interior), the second time he immediately see color. Though I also looked paintjobs.
Reply
#7

So, that no one else knows?
Reply
#8

Paste this somewhere (if you don't have already), and see if the problem still persists.

pawn Код:
public OnVehicleMod(playerid, vehicleid, componentid)
{
    AddVehicleComponent(vehicleid, componentid);
   
    return true;
}

public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
    ChangeVehiclePaintjob(vehicleid, paintjobid);

    return true;
}

public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
    ChangeVehicleColor(vehicleid, color1, color2);

    return true;
}
EDIT: updated.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)