natives.SET MAXIMUM NUMBER OF CARS IN GARAGE

Revision as of 09:37, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

natives.SET_MAXIMUM_NUMBER_OF_CARS_IN_GARAGE

Signature: void natives.SET_MAXIMUM_NUMBER_OF_CARS_IN_GARAGE(int garageId, int maxCars)

Usage: sets how many vehicles a garage can store

Parameters

int garageId Garage identifier.
int maxCars Maximum number of vehicles.

Return

void

On failure: void