JaredScar / Badger_Discord_API

A FiveM API Script [created by Badger]
MIT License
56 stars 48 forks source link

Simplification of the Extract Identifiers function #16

Closed creativewild closed 2 years ago

creativewild commented 2 years ago

simplified the way we fetch the identifier type from the players. no need to take up memory space for unused identifiers

creativewild commented 2 years ago

This should simplify the function and it also allows you to pull only the identifier type you need without taking any extra memory space for unused identifiers :)

JaredScar commented 2 years ago

Cool cool, I was just lazy and always used it for multiple scripts. The amount of extra memory it takes is most likely very negligible, but nevertheless, merged. Thanks!