- Katılım
- 3 yıl 10 ay 14 gün
- Mesajlar
- 1,915
- Discord
- Kibra#9999
Kullanışlı ProgressBarı Paylaşıyorum.
Kullanım:
fxmanifest içine;
veya - or
veya - or
ÖRNEK - EXAMPLE:
Kullanım:
fxmanifest içine;
Kod:
client_script "@nprogressbar_native/progressbar.lua"
veya - or
Kod:
exports.nprogressbar_native:CreateProgress(...)
veya - or
Kod:
TriggerEvent('CreateProgress',...)
ÖRNEK - EXAMPLE:
Kod:
CreateThread(function()
TriggerEvent('CreateProgress',3000,'Waiting for this...',function(text)
print(text)
end,"$Font2","C","T")
CreateProgress(4000,'loading233333333333333333333333333',function(text)
print(text)
end)
CreateProgress(7764,'Go1!',function(text)
print(text)
end,"$Font2","C","B",0.5,{0,255,255},{0,0,0})
CreateProgress(5566,'Go2!',function(text)
print(text)
end,"$Font2","L","T",0.5,{0,255,255},{0,0,0})
CreateProgress(2323,'Go3!',function(text)
print(text)
end,"$Font2","R","T",0.5,{0,255,255},{0,0,0})
CreateProgress(7115,'Go4!',function(text)
print(text)
end,"$Font2","L","C",0.5,{0,255,255},{0,0,0})
CreateProgress(2222,'Go5!',function(text)
print(text)
end,"$Font5","R","C",0.5,{0,255,255},{0,0,0})
CreateProgress(4444,'Go6!',function(text)
print(text)
end,"$Font2","L","B",0.5,{0,255,255},{0,0,0},{0,255,255})
CreateProgress(3333,'GoBBB!',function(text)
print(text)
end,"$Font2",0.7,0.2,0.5,{0,255,255},{0,0,0},{0,255,255,255})
end)
Linkleri,görmek için
Giriş yap veya üye ol.
Linkleri,görmek için
Giriş yap veya üye ol.