natives.CREATE CAR GENERATOR

Revision as of 17:34, 13 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)

natives.CREATE_CAR_GENERATOR

Signature: void natives.CREATE_CAR_GENERATOR(Vec3 position, float model, int color1, int color2, int flag, int param4, int param5, int param6, int param7, int flag)

Usage: creates car generator

Parameters

Vec3 position World coordinates (x, y, z).
float model Model identifier.
int color1 Primary color index.
int color2 Secondary color index.
int flag Flag value (0 or 1).
int param4 Integer value.
int param5 Integer value.
int param6 Integer value.
int param7 Integer value.
int flag Flag value (0 or 1).

Return

void

On failure: void