From 47180aca12ec163bb605f73dcefeecf88d70e6a4 Mon Sep 17 00:00:00 2001 From: Dispersia Inc <155019886+DispersiaRoleplay@users.noreply.github.com> Date: Sat, 17 Jan 2026 00:36:45 +0200 Subject: [PATCH] Update commands.lua Fixes sporadic "no pants on spawn" until clothing menu "wear all" is used. --- client/commands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/commands.lua b/client/commands.lua index f293879..0fce583 100644 --- a/client/commands.lua +++ b/client/commands.lua @@ -217,6 +217,7 @@ RegisterCommand("tuck", function() tuck = not tuck local wearableState = tuck and joaat("base") or -2081918609 UpdateShopItemWearableState(ComponentB.comp, wearableState) + ApplyShopItemToPed(ComponentP.comp, PlayerPedId()) if not tuck and ComponentP.drawable then SetTextureOutfitTints(PlayerPedId(), 'pants', ComponentP)