hey guys
i've made CJ Custom Clothes
and it's working but there's a problem
when a player reconnect or resource restart it back to original clothes
i want save it
any help ?
screenshot : https://imgur.com/a/iBAzGog
السلام عليكم ورحمة الله وبركاته
النهارده يا شباب انا انتهيت من مود ملابس CJ
عامل عليها شادر
وضايف ملابس جديد
بس المشكله انه لما المود يرستر او اللاعب يخرج ويدخل بترجع الملابس الاصليه
ياريت لو حد يحل المشكله
صوره من المود
https://imgur.com/a/iBAzGog
السلام عليكم ورحمة الله وبركاته
النهارده هقدم لكم شرح من قبل صديقي EL-MoBHeR
شرح break, return, tonumber, tostring
شرح بالفيديو
تفضلوا لينك:
ادعموه شباب
فيه شروحات ومودات منشوره بالقناه
ادعموه ليستمر
السلام عليكم
اليوم حابب اقدم لكم
مود حق صديقي EL-MoBHeR
ان شاء الله يعجبكم
هو مود بسيط بس جديد
فيديو للمود : https://www.youtube.com/watch?v=hTTYniI77AQ
ادعموه اذا سمحتوا .. فيه شروحات برمجه ومودات اخرى على القناه
شكرآ
function Gamerxx()
local time = getRealTime ()
local hours = time.hour
local minutes = time.minute
if hours == 15 and minutes == 16 then
sound = playSound("Azan.mp3")
outputChatBox("حان موعد اذان الظهر",255, 0, 0, true)
elseif hours == 4 and minutes == 10 then
sound = playSound("Azan.mp3")
outputChatBox("حان موعد اذان العصر",255, 0, 0, true)
end
end
addEventHandler("onClientRender", root, Gamerxx)
addEventHandler("onClientRender", root, function(thePlayer)
local x, y, z = unpack(pickups[math.random(#pickups)])
local rx, ry, rz = getElementRotation(thePlayer)
local skins = unpack(peds[math.random(#peds)])
ped = createPed(skins, x, y, z)
setElementRotation(ped, rx, ry, rz)
end
)