jonassvensson4 / jsfour-idcard

ID card, firearms license and driver license
Other
54 stars 59 forks source link

Id card usable by item. #52

Closed Hambbu closed 4 years ago

Hambbu commented 4 years ago

How am i able to create idcard item that once used will trigger event to show the idcard to the person next to you? esx.registerusableitem lets you create an item, but how am i able to trigger the events to get it work?

jonassvensson4 commented 4 years ago

Since you need to get the closest player you'll probably need to create a client sided event which you can run from the server. You pretty much have everything you need in the examples found at the bottom of the repo.