TGRHavoc / live_map

A FiveM addon for live maps
https://docs.tgrhavoc.co.uk/livemap-resource/
62 stars 38 forks source link

Expose blip json file #5

Closed TGRHavoc closed 7 years ago

TGRHavoc commented 7 years ago

Expose the json file that contains the blip data using the http handler in fxserver.

This should free up socket bandwidth and may make the whole thing a bit faster.

This way, there's no need to send the static blips over socket connection, the live map can just use ajax to get the data instead.