SetMapZoomDataLevel — FiveM Natives
0x447C718E · CFX · client
Sets values to the zoom level data by index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | Zoom level index. |
| zoomScale | float | fZoomScale value. |
| zoomSpeed | float | fZoomSpeed value. |
| scrollSpeed | float | fScrollSpeed value. |
| tilesX | float | vTiles X. |
| tilesY | float | vTiles Y. |
Returns
void