0 Üye ve 1 Ziyaretçi konuyu incelemekte.
setTimer(function()local components = {"armour","breath","health","weapon","wanted", "money","radar","clock","ammo",} for _,component in ipairs(components)do if isPlayerHudComponentVisible(component)then --eğer tablo içindeki bileşenler görünürse setPlayerHudComponentVisible( component, false ) --tablo içindeki bileşenleri görünmez yap end endend,1000,0)
<meta> <script src="client.lua" type="client"/></meta>