(adsbygoogle = window.adsbygoogle || []).push({});
I want to upgrade my car and stuff on it but I cant figure out the code.
For ex TINT: GET_VEHICLE_WINDOW_TINT and SET_VEHICLE_WINDOW_TINT
if (Tint test)
{
if (bPlayerExists)
{
if (PED ::IS_PED_IN_ANY_VEHICLE(playerPed, 0))
{
Vehicle veh = PED ::GET_VEHICLE_PED_IS_USING(playerPed);
GET_VEHICLE_WINDOW_TINT();
SET_VEHICLE_WINDOW_TINT();
}
} (I don't know what I'm doing but I need tto get the tint then set the tint)
}