natives.SET_ZONE_CAR_INFO

From GTA Connected
Revision as of 09:41, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.SET_ZONE_CAR_INFO(string zone, int day, int night, int dayCubs, int nightCubs, int dayFlags, int nightFlags, int dayModels, int nightModels, int unused1, int unused2, int unused3, int unused4)
The natives.SET_ZONE_CAR_INFO function is used to configures vehicle spawning parameters for a named zone.

Parameters

1) string zone Named zone identifier.
2) int day Parameter for this function.
3) int night Parameter for this function.
4) int dayCubs Parameter for this function.
5) int nightCubs Parameter for this function.
6) int dayFlags Parameter for this function.
7) int nightFlags Parameter for this function.
8) int dayModels Parameter for this function.
9) int nightModels Parameter for this function.
10) int unused1 Parameter for this function.
11) int unused2 Parameter for this function.
12) int unused3 Parameter for this function.
13) int unused4 Parameter for this function.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.