• Pointshop 1 - Search Bar
    2 replies, posted
Hello! I'm trying to create a search bar on my pointshop because I use pointshop as a knife inventory and there are over 200 knives. For this process, would I need to use DTextEntry or something else? And how would I be able to only show the results the player has searched for? (a.k.a... If the player searches for "Karambit", it will show the karambits he owns.) I've already disabled the other tables so the pointshop only contains the items the player owns, now I just need to implement a search bar for it. Thanks, Zombie
Use a DTextEntry, listen for onvaluechanged or something, and get which entries in the table contain the text.
Thank you, it worked.
Sorry, you need to Log In to post a reply to this thread.