dynamicBootComplete
dynamicBootComplete()
Returns if dynamic has been booted properly and any export is now ready to be called. Examples:
if IsPedInAnyVehicle(playerPed, false) then
if dynamic:dynamicBootComplete() then
startInputFeedBackThread()
end
end
Last updated