-
Posts
27 -
Joined
-
Last visited
Details
-
Gang
NoName
-
Location
Cairo - Egypt
-
Occupation
Pro Player
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
gamerxx's Achievements

Advanced Member (8/54)
1
Reputation
-
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 ادعموه اذا سمحتوا .. فيه شروحات برمجه ومودات اخرى على القناه شكرآ
-
السلام عليكم شباب كان ودي اعرف الفرق في اللوب بين 1 - pairs 2 - ipairs شكرا لكم
-
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 )
-
يب بس ما مسوي الحدث مثل ما انت شايف addEventHandler("onClientRender", root, functionName)
-
local rx, ry, rz = getElementRotation(localPlayer) -- جلب انحنائي ped = createPed(skins, x, y, z) -- البيد setElementRotation(peds, rx, ry, rz) -- انحناء 'onClientRender' -- حدث وما صار شي