- Katılım
- 5 yıl 2 ay 12 gün
- Mesajlar
- 143
Kullandığım bir scriptte her toplamaya başladığında yazdığım animasyonu çalıştırmasını istiyorum fakat 1.yi çalıştırdıktan sonra bir daha animasyonu çalıştırmıyor nasıl çözebilirim ?
TriggerEvent("mythic_progbar:clientrogress", {
name = "porti_toplama",
duration = 5999,
label = "Toplanıyor... ",
useWhileDead = false,
canCancel = true,
controlDisables = {
disableMovement = true,
disableCarMovement = false,
disableMouse = false,
disableCombat = true,
},
animation = {
animDict = "amb@prop_human_movie_bulb@base",
anim = "base",
},
prop = {
model = ""
}
}, function(status)
if not status then
end
end)
TriggerEvent("mythic_progbar:clientrogress", {
name = "porti_toplama",
duration = 5999,
label = "Toplanıyor... ",
useWhileDead = false,
canCancel = true,
controlDisables = {
disableMovement = true,
disableCarMovement = false,
disableMouse = false,
disableCombat = true,
},
animation = {
animDict = "amb@prop_human_movie_bulb@base",
anim = "base",
},
prop = {
model = ""
}
}, function(status)
if not status then
end
end)