HUD
Functions

GM: data Downloaded

Called once VCMod data for a specific vehicle has been downloaded from the web-server.

Used in: VCMod Main, VCMod ELS addons.

Shared GM:VC_dataDownloaded(String mdl)

Arguments

1. String mdl; Vehicles model
The vehicle model for which the data has been downloaded for.

Example

hook.Add("VC_dataDownloaded", "CustomHookName", function(mdl)
	print("Vehicle data for model: "..mdl.." has just been downloaded.")
end)
Page modified:
...2018-11-02 09:24:37