Eup whitelisting to citizen id

Hi all,
Is there a way to whitelist streamed EUP to a citizen id, like vest and shirt ? so that players can only use the clothes if they have specifically been granted access?
Apologies if my English is bad.

Yes it’s possible.
In the clothes shop resource you can add a check that starts once the player accesses the shop.
The check would look if the player has a whitelisted job and then based on that allow the IDs under which you have your EUP clothes.
You can either make this check all the time (Wait(0)) while the player is in the clothes menu or make a check when they try to exit the menu.
If the player has clothes he’s not allowed to wear, reset his clothes to his previously saved outfit or to 0.

1 Like