Different weapon textures for different clients

Hey everyone!
Anyone got an idea on how I could set different weapon textures for different clients.

Was thinking it might be possible as GTA has a way online to have different skins on a single weapon depending what the player bought at ammunition.

Many thanks!

Use IsPedWeaponComponentActive(ped, weaponHash, componentHash) for each player and set a different one with GiveWeaponComponentToPed(ped, weaponHash, componentHash). You can get the lists of tints for each weapon at GTA V Weapons List. Or you can just use vMenu.