Ahmed Abo-elezz Posted November 17, 2014 Share Posted November 17, 2014 من فضلك احد يصحح لى هذا الكود انا اريد عندما يحصل اللاعب على سيارة يتم اخفاء السيارة الاول لكن المشكله عندما يوجد 2 لاعب مثلا واحد منهم اخد سياره والاخر اخد سياره بيتم اخفاء السيراة الخاصه بالشخص الاول انا اريد ان يكون كل شخص يحتوى على سياره خاصه لوحده لا تختفى الا اذا هو استخدم سيارة اخرى addEvent("car1",true) addEventHandler("car1",root, function () if ( isElement ( vehicle ) ) then destroyElement ( vehicle ) end vehicle = createVehicle ( 487, 1948.95215, -2284.68774, 13.54688 ) warpPedIntoVehicle ( source, vehicle ) end ) Link to comment
' A F . Posted November 17, 2014 Share Posted November 17, 2014 triggerClientEvent اذا كنت مسوي ترآيقر آطرحه ! Link to comment
فاّرس Posted November 17, 2014 Share Posted November 17, 2014 تحتاج تسوي جدول للسياره .. veh = {} veh [ source ] = ... Link to comment
Ahmed Abo-elezz Posted November 18, 2014 Author Share Posted November 18, 2014 تحتاج تسوي جدول للسياره .. veh = {} veh [ source ] = ... شكرا اخى Link to comment
فاّرس Posted November 18, 2014 Share Posted November 18, 2014 تحتاج تسوي جدول للسياره .. veh = {} veh [ source ] = ... شكرا اخى العفو , حياك الله . 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