Jordan Dalton

Results 21 comments of Jordan Dalton

> When the blip is added, it shows up in my browser console, but not in the actual file on my server? Yeah. If I recall correctly, the blips.json file...

> Does that correspond to this? No, iirc, I got the blip IDs from Scripthook (https://github.com/crosire/scripthookvdotnet/blob/main/source/scripting_v3/GTA/BlipSprite.cs / https://gtamods.com/wiki/Blip_Sprite_IDs) but, removed the ones that I couldn't find on the texture sheet....

Going to have a look at this while migrating to v4 of the resource. If anyone has any additional info that would be appreciated. Otherwise, I guess I'll just have...

Started to implement in c58ea918e43f30265783783157c5490a7955253d Will do a proper release when I add more properties to the hash_handler

Had a quick try at implementing it with the current code base. Then, tried to do it with Lua but... No success. My attempt is over at https://github.com/TGRHavoc/live_map/tree/failed/sse and **doesn't...

Pretty sure this is not possible with the current implementation of FiveM. For some reason the headers don't seem to be sent to the client which, causes browsers' requests to...

> If anyone knows if any way of getting SSE to work on FiveM, do contact me on here. So, I've had a nice long break (life) and have come...

Hey! I'm just going to comment on this for other's/future self: This sounds like it could be fun to implmemt. It would require a few changes to the server resource...

Could you try [v4.1.7](https://github.com/TGRHavoc/live_map-interface/releases/tag/v4.1.7)?

I think utilizing something like [jest-fuzz](https://github.com/jeffersonmourak/jest-fuzz) would also be nice to see if random stuff breaks. Would be nice to test more than just [ASCII strings though](https://github.com/jeffersonmourak/jest-fuzz/blob/master/src/fuzzers/string.js#L11)