IS4Code / PawnPlus

A SA-MP plugin enhancing the capabilities of the Pawn programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about list_find

duydang2311 opened this issue · comments

Hello,
For example, I have a list of arrays, want to find if which array index has item_id = 100. I'm thinking about using iterator, then get the whole array, then use if condition to check but I want to ask if there's a better way like using list_find or list_find_if. Thanks.

https://pastebin.com/MLptKVpV