Last updated 5 months ago
Was this helpful?
Setting up Config: The basis for good configuration of our scripts by users is the correct setting of all configurable files in our scripts.
Open Clothing Shop
CopyTriggerEvent("qf_skin:openClothingShop")
TriggerEvent("qf_skin:openClothingShop")
Open Barber Shop
CopyTriggerEvent("qf_skin:openBarberShop")
TriggerEvent("qf_skin:openBarberShop")
Open Skin Menu
CopyTriggerEvent("qf_skin:skinMenu")
TriggerEvent("qf_skin:skinMenu")
Open Outfit Menu
CopyTriggerEvent("qf_skin:openOutfitMenu")
TriggerEvent("qf_skin:openOutfitMenu")
Open Outfit Menu [Housing]
CopyTriggerEvent("qf_skin:openClothingShopMenuHousing")
TriggerEvent("qf_skin:openClothingShopMenuHousing")