#Enhanced Minimap System
1 messages · Page 1 of 1 (latest)
it can support any minimap you want even default gta5 map
community_bridge requirement 💀
yeah 😅 had to use community_bridge so it works with any framework, makes life easier for most people in the long run
Def going to keep a eye on this
awesome, appreciate it 🙂 i’ll keep posting updates
that shit is assssssssss. use something like Renewed-Lib if you want a bridge for frameworks without building one
Agreed, community_bridge is the turn off for me 🙁 Its badly written.
RIP. 💔
This is stupid cool though
thanks for the advice 🙂
tbh i wasn’t sure which bridge to go with at first, renewed-lib just wasn’t on my mind. i can take a look into it though, appreciate the tip
thank you again ❤️
Sure thing, this looks great btw. Dont want you to think im dissing your whole resource!
no worries at all 🙂 i get it, feedback like that actually helps a lot. glad you like how it’s looking ❤️ this is actually the main reason i’m sharing it before the release
Yeah this is sick 
This is something unique and useful
thanks 🙂 that’s exactly what i was going for, not just reselling maps that are already free, but making something new and unique
if you guys have ideas or any suggestions, feel free to drop them here
@stray cloak @upper lintel sorry for the ping, just wanted your opinion about sd_lib 🙂
Why are you interested in my library? lol
To replace that shitty community lib 
He's looking for a good replacement.
Honestly for just this script you can write a bridge for the diffrent frameworks.
It's pretty much a slightly worser version of ox_lib that focuses primarily on bridging stuff lol
ox_lib ❤️ ox_lib ❤️
well looks like i’ll just use the damn beautiful ox_lib then 😂❤️
Depends on your use-case, I personally think my library is a godsend for anyone looking for mass compatibility across multiple resources, I save myself a lot of time by using it
#shill

yeah i’ll just go with ox_lib, and for the framework stuff i’ll make a built-in bridge myself
okeyyyy
Another bridge 
you can also check this
nahhh 😂 forget bridges
Its so hard to please everyone. You're doing great.
thanks a lot 🙂 yeah true, can’t make everyone happy, i just focus on making something useful
the shit talk about community bridge here is insane
yea idk whats wrong with it
there’s people here who just don’t like the creators and then they tell people who don’t know better it’s bad code
when really it’s just they don’t like the guy who made it
lol, prolly cause it's another useless resource at the end of the day. Without contacting existing creators to get them to switch over it it's useless.
Ox has oxlib
Renewed now is creating there own lib.
Like at the end of the day creators gonna be using there shit instead of relying on someone else.
Community bridge is written like shit, and overall a horrible experience to use for developers. But yeah, we just dont like him.
Renewed lib has been out for a few years now
Sorry >.< That was ment to be PS-lib not renewed. Renewed indeed exists for a long time. 
Convince me? Like show any proof whatsoever ?
You’re nerd club. prove you aren’t just saying that cause you don’t like mrnewb
Why do I need to convince you? Who are you? Just look at the code lol.
Syntax is all over the place, doing shit that doesn't make sense in Fivem, etc
Hahaha it looked fine when I looked at it and Ivebeen programming since 2009
Nerd club hater

#🐟〡offtopic Lets keep this thread clean
Fr. Idk what hes on about lol
Ok
nerd
Hey guys
I hope all this hate isn’t because I used community_bridge 😅
I promise my minimap won’t start a war, unless it accidentally highlights everyone’s pizza deliveries
nah i’m calling out the nerd club that’s all
they love to hate on people they don’t like
not just nerd club
i genuinely hate any bridge
because this platform has become infested with them
so many bridges that i can jump off yay
this still a showcase and not a discussion thread :/
Literally have 0 issues with mrnewb but he himself likes to say that we are a cult and a circlejerk while actively pushing us away and keeping to himself and his circlejerk so 
its involving the showcase
its a discussion relating to a resource dependency
Inb4: bc it is a cult!
He literally started by changing his name to ex cult member
it’s not useful to generalize but you guys do act like a giant hive mind sometimes. i’ve seen it myself
anyway. i need access to this server so i dont fancy getting myself banned or anything
I decided to remove community_bridge entirely and now my minimap system only uses ox_lib
This simplifies things and avoids relying on multiple bridges
hive mind called common sense
lol
What would you be getting banned for though
nah more like an echo chamber , you guys all follow each other, if someone gets ousted you all hate on them
Nothing special is even happening we're just having a discussion
idk hurting someone’s feelings? I do know you are better than that tho.
Anyways besides the bridge this looks like a really cool script @timid flame 🔥🔥🔥
I've taken a look at this community_bridge and just from a quick glance, its not that good
I love bloating the ENV with 100s of global functions that will likely go unused
qbcore code standards for you
realistically they should be dynamically loaded when a script actually needs them (similar to what ox_lib does for some parts of it) rather then any resource that imports the init.lua to need to register dozens of pointless global variables and then global functions
legitimately curious, can you link to this on github?
lets continue this in #✍〡general
every component being registered is being written to _ENV
If you want one reason why, they are literally pulling the server id every second. Even though a player's server id never changes upon connecting? https://github.com/TheOrderFivem/community_bridge/blob/main/lib%2Fcache%2Fclient%2Fcache.lua#L61
oh…
shut up mod
I'm not a fan of a global resource that act like bridges in the first place, because when one exists everyone else feels the need to create their own verrsion
so we end up with 7 creators having 7 identical bridges that do the exact same thing because they all think they're better then each other
I see. thank you for sending me an example
I remember looking through some other code in here a few months ago
nvm
and whoever wrote either was using chatgpt, or didn't really understand how fivem worked
Hard nitpick but still what even compelled them to add that to the cache function. Would think that it is rather basic knowledge that the server id never changes. Or it was put* in there to ragebait us who knows 
They dont understand how lua works in general
probably vibe coded
ChatGPT doesn't understand fivem
I also would rather see something thats been clearly thought out with the communities best interests in mind with proper documentation and an understood api, rather then this mess that seems to exist
ox_lib literally does this cache stuff
cache.ped
cache.vehicle
cache.seat
cache.weapon
cache.serverId and more
@timid flame No one hates on your creation, people here who understand stuff at least to bigger side, have concerns about the useless bridge, that's all. Your idea is great, so don't take it personally.
like i couldn't give a fuck who made this, if your going to make something like this that aims to be a improvement to script developers and server owners, then it should be really well thought out
But qbcore endorsed it, so its fine/great, right? Kak wouldn't do that us
yeah please make another post, this has derailed a lot but I'd rather keep it in this thread rather then leaking out to general or offtopic
I mean, kak surelly knows what he's doing. https://github.com/qbcore-framework/qb-core/blob/v2.0/server/editor.lua#L28
Allowing everyone except the gods to edit config.
like this entire script has no actual code standards for anything. just look at the folder/file naming's they aren't even consistent
bro unit tests arent even unit tests
o.O why would you add that in? And then disclude gods
Like what
its just examples of how to use shit
i bet these people wouldnt even understand what unit test usecase are or they understand concepts like RedGreenRefactor or TDD in general
I have no problem with a bridge existing if its done right, but if people in the fivem community push people towards this "bridge" and they see the state of it then we're back where we started, with 300 of these global bridge resources doing the same thing
Me neither champ what is a unit test explain
Im not gonna fall for this ragebait
💀 unit testing in fivem is useless since you cant run automated tests on pr/merges
fr
Ok I can do this in github actions
Spin up a quick linux server and make a fake client join it
And run some tests
Gg
Aight bro im not gonna take this ragebait again

make node 22 work first
i don't touch node