赞了6个文件
写了40个评论
上传了0个视频
上传2个文件
3个跟随者
30,790次下载
@Jo990 Hi i'm looking for those colour codes myself, i'm unaware of an official list for the r, g, b, values, and at the moment i would have to guess at the value, just as you have to.
Also i have used a script/trainer that cycles through neon colours, and that also had no negative effects, but leads me to believe that any value beteween 0-255 for RG or B, can be used without problems.
I'm assuming your using a trainer to activate the personal radio, have you tried to see if this script does the same without that active perhaps?
@Jo990 That sounds unusual, i haven't personally experienced anything like that during testing.
@Flava0ne Yeah the license plate thing hasn't worked since the first version of this script, though i beleive the native is setup and called correctly since it returns no errors, im hoping a future update to the lua plugin will fix this and trigger it to start working. Also keeping my eyes open for an laternative method to activate it, but no luck as yet.
@James_Darkness
I think Szabo's explanation for this is the best I've found:
http://gtaforums.com/topic/717612-v-scriptnative-documentation-and-research/?p=1067426073
@Void_Fuze Dont you just hate the wait!
@Johnoboy For custom Rims (not tyres) find.
VEHICLE.SET_VEHICLE_MOD(veh, 23, 11, false)
VEHICLE.SET_VEHICLE_MOD(veh, 24, 11, false)
Inside QuickSetup.LUA and change the '11' to the value for the rims you want.
To do this i would suggest activating the script on a car, then go to LSC and find the rims the cars has in the list of rims at LSC.
The ones that match the one the script added will be number 11, if you wanted the next ones down in the list those would be '12' and so on, or '10' is the number for the one before it in the list etc.
Hope this makes sense.
@James_Darkness For custom tyre's (not rims) find:
VEHICLE.SET_VEHICLE_MOD(veh, 23, 11, false)
VEHICLE.SET_VEHICLE_MOD(veh, 24, 11, false)
Inside QuickSetup.LUA and change the last value from ''false'' to ''true''. doing it for both will enable custom tyre's for both cars and bikes.
@Flava0ne Accrording to GTAV natives DB:
VEHICLE::SET_VEHICLE_WINDOW_TINT
Hashes: 0x57C51E6BAD752696 0x497C8787
void SET_VEHICLE_WINDOW_TINT(Vehicle vehicle, int tint)
// 0x57C51E6BAD752696 0x497C8787
Tint:
None - 0
Pure Black - 1
Dark Smoke - 2
Light Smoke - 3
Stock - 4
Limo - 5
Green - 6
So 5 i guess. Although maybe 2 is worth a try also.
'Can't get enough of that wonderful Duff!'
Nice work, ive added a link to this as a recommended mod for QuickSetup since it addresses one of that scripts current shortcomings i.e. the ability to cycle through the wheels. Keep up the good work!