Scorpio Posted May 6, 2013 Posted May 6, 2013 ابي كود الي يخلي الي منضم في الجروب سيستم ما يموت الي منضمين مع بعض والجروب سيستيم حج العقرب
فاّرس Posted May 6, 2013 Posted May 6, 2013 بمآ إنك تستخدم مود ما تعرف له, أنصحك لا تستخدمه, خذ الاكواد من مود العقرب وسوي لك مودك الخآص, ^ عشآن تعرف تتحكم فيه,
iPrestege Posted May 6, 2013 Posted May 6, 2013 -- Client Side -- addEventHandler("onClientPlayerDamage",getLocalPlayer(), function ( ) if ( getElementData( getLocalPlayer(),"GroupLeader" ) == true ) then cancelEvent( true ) end end ) سويت لة الكود بمآ آنة الداتا صعبة والخ بـ ينلحس شوي خصوصا المود مآهو لة <>
فاّرس Posted May 6, 2013 Posted May 6, 2013 ^ مم , الحين لو سويت getElementData , لازم setElementData,?
iPrestege Posted May 6, 2013 Posted May 6, 2013 ^ مم , الحين لو سويت getElementData ,لازم setElementData,? اكيد اجل كيف يحصلها وللمعلومية تقدر تستخدمها بـ مود خارجي زي القروب مسوي داتا هو لليدر <>
AboFaisal Posted May 6, 2013 Posted May 6, 2013 (edited) Script Group System By Al3grab https://community.multitheftauto.com/in ... ls&id=6911 Edited May 6, 2013 by Guest
iPrestege Posted May 6, 2013 Posted May 6, 2013 ^ الدآتآ معقده >< لا بالعكس اسهل و تسهل كثير كثير بالاستخدامات !! مثلا نفرض انك بتسوي كوماند كذآ : addCommandHandler("data", function ( ) if not ( getElementData(localPlayer,"DataValue") == true ) then setElementData(localPlayer,"DataValue",true) else outputChatBox("تم العثور على الداتا") end end )
فاّرس Posted May 6, 2013 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) ؟
iPrestege Posted May 6, 2013 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) ؟ صح عليكـ .. الداتا ~
Scorpio Posted May 6, 2013 Author Posted May 6, 2013 -- Client Side -- addEventHandler("onClientPlayerDamage",getLocalPlayer(), function ( ) if ( getElementData( getLocalPlayer(),"GroupLeader" ) == true ) then cancelEvent( true ) end end ) سويت لة الكود بمآ آنة الداتا صعبة والخ بـ ينلحس شوي خصوصا المود مآهو لة <> مشكؤؤر يابرستجي
Scorpio Posted May 6, 2013 Author Posted May 6, 2013 حيـاكـ الله .. الله ياحيك لكن وين احط الكود في ملف وش + اسف على الأزعاج
iMr.Dawix~# Posted May 7, 2013 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
فاّرس Posted May 7, 2013 Posted May 7, 2013 ^ عآرف’ لأن القيمه تكون false + الثانيه ~= يعني لا يساوي, ويعطيكك العآفيه,
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