#STZ Posted July 22, 2016 Share Posted July 22, 2016 الكود ابي لما يعطيه سيارة و هو في سيارة ينقله داخل السيارة اللي اخذها addEventHandler("onClientGUIClick",root,function ( ) if source == btn1 then triggerServerEvent("Acc:My:Car",localPlayer) end end ) كلنت addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root, function ( ID ) local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) OutPut( "تم انزال السيارة الخاصة",source,255,255,0) end ) اذا ابي جاهز ادري ان الفانكسن اسمه warpPlayerIntoVehicle بس ابيه يستبدل السيارة الاصلية حقته بالسيارة اللي راح ياخذها و تكون بنفس الاحداثيات مو تكون دوارانها مختلف وشكرا مقدما Link to comment
#|_oskar_|# Posted July 22, 2016 Share Posted July 22, 2016 addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root,function ( ID ) if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) warpPlayerIntoVehicle ( source,Cars[source] ) OutPut( "تم انزال السيارة الخاصة",source,255,255,0) end) Link to comment
#STZ Posted July 22, 2016 Author Share Posted July 22, 2016 addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root,function ( ID ) if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) warpPlayerIntoVehicle ( source,Cars[source] ) OutPut( "تم انزال السيارة الخاصة",source,255,255,0) end) كفووووو اوسكار + رجعت كنت وين ؟ Link to comment
فاّرس Posted July 22, 2016 Share Posted July 22, 2016 addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root,function ( ID ) if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) warpPlayerIntoVehicle ( source,Cars[source] ) OutPut( "تم انزال السيارة الخاصة",source,255,255,0) end) غير معرف ID البارامتر + ناقصك تحذف القيمه من الجدول اللي مب موجود اصلاً. Link to comment
#STZ Posted July 22, 2016 Author Share Posted July 22, 2016 addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root,function ( ID ) if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) warpPlayerIntoVehicle ( source,Cars[source] ) OutPut( "تم انزال السيارة الخاصة",source,255,255,0) end) غير معرف ID البارامتر + ناقصك تحذف القيمه من الجدول اللي مب موجود اصلاً. طيب الايدي عرفانها وسويتها addEventHandler("onClientGUIClick",root,function ( ) if source == btn1 then triggerServerEvent("Acc:My:Car",localPlayer,409) end end ) طيب الحين القيمة و مدري وش فهمني Link to comment
فاّرس Posted July 22, 2016 Share Posted July 22, 2016 اول شي وين الجدول؟ local Cars = {} سطر 3 قبل الاند حط : Cars [ source ] = nil; ^ الفايده عشان تحذف اللاعب من الجدول عشان تضيفه مره ثانيه اذا نزل سياره . Link to comment
#STZ Posted July 22, 2016 Author Share Posted July 22, 2016 الكود تمام و كفوك الجدول كان موجود بس ما طرحته في شي بسيط اذا ضغط الزر يعطيك سيارة تمام لاكن يا غالي السيارة القديمة ما تنحذف ابيه يستبدلهم يسحب القديمة و يعطيه الجديدة اللي هي ايدي 409 Link to comment
N3xT Posted July 22, 2016 Share Posted July 22, 2016 هل أنت متأكد انه ما يسحبها ؟ لأنه كود أوسكار فيه ديستروي ألمنت , إذا ما ظبط شوف وش يطلع لك بالديبق Link to comment
#STZ Posted July 22, 2016 Author Share Posted July 22, 2016 خلاص شباب تمام شكرا لكم ظبط معي معليش يا نكست انا عدلت علي كودي حسب كلام الاخ شاطح معليش انا غبي شوي ضض 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