Post: Car Upgrades
05-08-2015, 02:12 AM #1
(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)
}
(adsbygoogle = window.adsbygoogle || []).push({});
05-08-2015, 06:15 AM #2
MAFINS
S.P.E.C.I.A.L
You don't need to get the tint.
The tints range from 0 to 6. Just SET_VEHICLE_WINDOW_TINT(vehicle, tint_index);
Dun
05-09-2015, 05:04 AM #3
Originally posted by MAFINS View Post
You don't need to get the tint.
The tints range from 0 to 6. Just SET_VEHICLE_WINDOW_TINT(vehicle, tint_index);
Dun


I got it thx for your help tho Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo