Scorpio Posted May 6, 2013 Share Posted May 6, 2013 ابي كود الي يخلي الي منضم في الجروب سيستم ما يموت الي منضمين مع بعض والجروب سيستيم حج العقرب Link to comment
Scorpio Posted May 6, 2013 Author Share Posted May 6, 2013 تعرف داتا شيء ؟ تتحقق منة؟ كيف !! ما فهمت عليك؟ Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 بمآ إنك تستخدم مود ما تعرف له, أنصحك لا تستخدمه, خذ الاكواد من مود العقرب وسوي لك مودك الخآص, ^ عشآن تعرف تتحكم فيه, Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 -- Client Side -- addEventHandler("onClientPlayerDamage",getLocalPlayer(), function ( ) if ( getElementData( getLocalPlayer(),"GroupLeader" ) == true ) then cancelEvent( true ) end end ) سويت لة الكود بمآ آنة الداتا صعبة والخ بـ ينلحس شوي خصوصا المود مآهو لة <> Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 ^ مم , الحين لو سويت getElementData , لازم setElementData,? Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 ^ مم , الحين لو سويت getElementData ,لازم setElementData,? اكيد اجل كيف يحصلها وللمعلومية تقدر تستخدمها بـ مود خارجي زي القروب مسوي داتا هو لليدر <> Link to comment
AboFaisal Posted May 6, 2013 Share Posted May 6, 2013 (edited) Script Group System By Al3grab https://community.multitheftauto.com/in ... ls&id=6911 Edited May 6, 2013 by Guest Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 ^ الدآتآ معقده >< لا بالعكس اسهل و تسهل كثير كثير بالاستخدامات !! مثلا نفرض انك بتسوي كوماند كذآ : addCommandHandler("data", function ( ) if not ( getElementData(localPlayer,"DataValue") == true ) then setElementData(localPlayer,"DataValue",true) else outputChatBox("تم العثور على الداتا") end end ) Link to comment
فاّرس Posted May 6, 2013 Share Posted May 6, 2013 اذا الكود ذا صح فإني فهمت, Marker = createMarker(...) addEventHandler("onClientMarkerHit",Marker, function(player) if not (getElementData(player,"Can't") == true ) then setElementData(player,"Can't",true) else createVehicle(...) end end) ؟ Link to comment
iPrestege Posted May 6, 2013 Share Posted May 6, 2013 اذا الكود ذا صح فإني فهمت, Marker = createMarker(...) addEventHandler("onClientMarkerHit",Marker, function(player) if not (getElementData(player,"Can't") == true ) then setElementData(player,"Can't",true) else createVehicle(...) end end) ؟ صح عليكـ .. الداتا ~ Link to comment
Scorpio Posted May 6, 2013 Author Share Posted May 6, 2013 -- Client Side -- addEventHandler("onClientPlayerDamage",getLocalPlayer(), function ( ) if ( getElementData( getLocalPlayer(),"GroupLeader" ) == true ) then cancelEvent( true ) end end ) سويت لة الكود بمآ آنة الداتا صعبة والخ بـ ينلحس شوي خصوصا المود مآهو لة <> مشكؤؤر يابرستجي Link to comment
Scorpio Posted May 6, 2013 Author Share Posted May 6, 2013 حيـاكـ الله .. الله ياحيك لكن وين احط الكود في ملف وش + اسف على الأزعاج Link to comment
iMr.Dawix~# Posted May 7, 2013 Share Posted May 7, 2013 اذا الكود ذا صح فإني فهمت, Marker = createMarker(...) addEventHandler("onClientMarkerHit",Marker, function(player) if not (getElementData(player,"Can't") == true ) then setElementData(player,"Can't",true) else createVehicle(...) end end) ؟ ^ if not (getElementData(player,"Can't") == true ) then ما تفرق عن if (getElementData(player,"Can't") == false ) then أو if (getElementData(player,"Can't") ~= true ) then Link to comment
فاّرس Posted May 7, 2013 Share Posted May 7, 2013 ^ عآرف’ لأن القيمه تكون false + الثانيه ~= يعني لا يساوي, ويعطيكك العآفيه, Link to comment
PaiN^ Posted May 7, 2013 Share Posted May 7, 2013 bool أو أي قيمة ماهي nil تفرق بشكل بسيط لو كانت الداتا Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now