-
Posts
1,007 -
Joined
-
Last visited
-
Days Won
9
Everything posted by #StrOnG_,)
-
السلام عليكم عندي مشكلة بهذي الاكواد addEventHandler("onClientGUIChanged", root, function () local Text = guiGetText(source) local Text = tonumber(Text) if source == GUIEditor.edit[1] then cost1 = Text*12 Max = 5000 guiSetText ( GUIEditor.label[2], "$"..cost1.."") guiSetText ( GUIEditor.edit[2], "0") guiSetText ( GUIEditor.edit[3], "0") if Text > Max then guiSetText ( GUIEditor.edit[1], "5000") end elseif source == GUIEditor.edit[2] then cost2 = Text*13 guiSetText ( GUIEditor.label[4], "$"..cost2.."") guiSetText ( GUIEditor.edit[1], "0") guiSetText ( GUIEditor.edit[3], "0") if Text > Max then guiSetText ( GUIEditor.edit[2], "5000") end elseif source == GUIEditor.edit[3] then cost3 = Text*19 guiSetText ( GUIEditor.label[5], "$"..cost3.."") guiSetText ( GUIEditor.edit[2], "0") guiSetText ( GUIEditor.edit[1], "0") if Text > Max then guiSetText ( GUIEditor.edit[3], "5000") end elseif source == GUIEditor.edit[4] then cost4 = Text*16 guiSetText ( GUIEditor.label[6], "$"..cost4.."") guiSetText ( GUIEditor.edit[5], "0") guiSetText ( GUIEditor.edit[12], "0") if Text > Max then guiSetText ( GUIEditor.edit[4], "5000") end elseif source == GUIEditor.edit[5] then cost5 = Text*17 guiSetText ( GUIEditor.label[9], "$"..cost5.."") guiSetText ( GUIEditor.edit[4], "0") guiSetText ( GUIEditor.edit[12], "0") if Text > Max then guiSetText ( GUIEditor.edit[5], "5000") end elseif source == GUIEditor.edit[6] then cost6 = Text*21 guiSetText ( GUIEditor.label[21], "$"..cost6.."") guiSetText ( GUIEditor.edit[7], "0") guiSetText ( GUIEditor.edit[8], "0") if Text > Max then guiSetText ( GUIEditor.edit[6], "5000") end elseif source == GUIEditor.edit[7] then cost7 = Text*23 guiSetText ( GUIEditor.label[22], "$"..cost7.."") guiSetText ( GUIEditor.edit[6], "0") guiSetText ( GUIEditor.edit[8], "0") if Text > Max then guiSetText ( GUIEditor.edit[7], "5000") end elseif source == GUIEditor.edit[8] then cost8 = Text*20 guiSetText ( GUIEditor.label[23], "$"..cost8.."") guiSetText ( GUIEditor.edit[6], "0") guiSetText ( GUIEditor.edit[7], "0") if Text > Max then guiSetText ( GUIEditor.edit[8], "5000") end elseif source == GUIEditor.edit[9] then cost9 = Text*30 guiSetText ( GUIEditor.label[24], "$"..cost9.."") if Text > Max then guiSetText ( GUIEditor.edit[9], "5000") end elseif source == GUIEditor.edit[10] then cost10 = Text*24 guiSetText ( GUIEditor.label[25], "$"..cost10.."") guiSetText ( GUIEditor.edit[11], "0") if Text > Max then guiSetText ( GUIEditor.edit[10], "5000") end elseif source == GUIEditor.edit[11] then cost11 = Text*25 guiSetText ( GUIEditor.label[26], "$"..cost11.."") guiSetText ( GUIEditor.edit[10], "0") if Text > Max then guiSetText ( GUIEditor.edit[11], "5000") end elseif source == GUIEditor.edit[12] then cost12 = Text*23 guiSetText ( GUIEditor.label[27], "$"..cost12.."") guiSetText ( GUIEditor.edit[5], "0") guiSetText ( GUIEditor.edit[4], "0") if Text > Max then guiSetText ( GUIEditor.edit[12], "5000") end elseif source == GUIEditor.edit[13] then cost13 = Text*75 guiSetText ( GUIEditor.label[30], "$"..cost13.."") if Text > Max then guiSetText ( GUIEditor.edit[13], "5000") end elseif source == GUIEditor.edit[14] then cost14 = Text*1000 guiSetText ( GUIEditor.label[32], "$"..cost14.."") guiSetText ( GUIEditor.edit[15], "0") guiSetText ( GUIEditor.edit[16], "0") if Text > Max then guiSetText ( GUIEditor.edit[14], "5000") end elseif source == GUIEditor.edit[15] then cost15 = Text*1000 guiSetText ( GUIEditor.label[33], "$"..cost15.."") guiSetText ( GUIEditor.edit[14], "0") guiSetText ( GUIEditor.edit[16], "0") if Text > Max then guiSetText ( GUIEditor.edit[15], "5000") end elseif source == GUIEditor.edit[16] then cost16 = Text*200 guiSetText ( GUIEditor.label[36], "$"..cost16.."") guiSetText ( GUIEditor.edit[14], "0") guiSetText ( GUIEditor.edit[15], "0") if Text > Max then guiSetText ( GUIEditor.edit[16], "5000") end end if source == GUIEditor.edit[1] or source == GUIEditor.edit[2] or source == GUIEditor.edit[3] or source == GUIEditor.edit[4] or source == GUIEditor.edit[5] or source == GUIEditor.edit[6] or source == GUIEditor.edit[7] or source == GUIEditor.edit[8] or source == GUIEditor.edit[9] or source == GUIEditor.edit[10] or source == GUIEditor.edit[11] or source == GUIEditor.edit[12] or source == GUIEditor.edit[13] or source == GUIEditor.edit[14] or source == GUIEditor.edit[15] or source == GUIEditor.edit[16] then costall = cost1+cost2+cost3+cost4+cost5+cost6+cost7+cost8+cost9+cost10+cost11+cost12+cost13+cost14+cost15+cost16 guiSetText ( GUIEditor.label[12], "Total Money: $"..costall) end end ) الدي بق :
-
السلام عليكم ابي مصمم مابات محترف , المقابل : بسوي له رتبة مصمم , الخاصيات انا احددها + السيرفر مولتي قيم مود بينشهر ان شاء الله .. وقريباً نفتحه للتواصل حط سكايبك وانا اضيفك او انت ضيفني skype: mohamed.issawi11 طبعاً الي مو عاجبه المقابل اتمنى ما يرد ويغير مسار الموضوع
-
السلام عليكم ابي اعدل على هذي الاكواد اخليها بفلوس معينه لكل سيارة كيف اسويها ؟ Client # local Vehicles = { {'Alpha',602}, {'Banshee',429}, {'Buffalo',402}, {'Bullet',541}, {'Cheetah',415}, {'Comet',480}, {'Elegy',562}, {'Euros',587}, {'Flash',565}, {'Jester',559}, {'Phoenix',603}, {'Sultan',560}, {'Super GT',506}, {'Turismo',451}, {'Uranus',558}, {'NRG-500',522}, {'Infernus',411}, } for i,v in ipairs ( Vehicles ) do local row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid , row , 1 , v[1] , false , false ) guiGridListSetItemData ( grid , row , 1 , v[2] ) end addEventHandler('onClientGUIClick',root, function ( ) if ( source == GUIEditor.button[1] ) then if ( guiGridListGetSelectedItem ( grid ) ~= -1 ) then showCursor(false) guiSetVisible(wnd,false) triggerServerEvent('cars',getLocalPlayer(),guiGridListGetItemData ( grid , guiGridListGetSelectedItem ( grid ) , 1 ) ) end end end ) Server # local Vehicle = { } addEvent('cars',true) addEventHandler('cars',root, function ( id ) if ( isElement ( Vehicle[source] ) ) then destroyElement ( Vehicle[source] ) end local Position = { getElementPosition ( source ) } Vehicle[source] = createVehicle ( id , Position[1] , Position[2] , Position[3] ) warpPedIntoVehicle ( source , Vehicle[source] ) end ) addEventHandler('onPlayerQuit',root, function ( ) if ( isElement ( Vehicle[source] ) ) then destroyElement ( Vehicle[source] ) end end)
-
debugscript 3 ?? اكتب باف 8 debugscript 3 وهات الي يطلع لك ..
-
أبي فكرة قيم مود , الي يبي يستهبل يروح لغير هذا الموضوع -_-
#StrOnG_,) replied to #StrOnG_,)'s topic in القسم العام
برا موضوعي لا تغير مساره -
أبي فكرة قيم مود , الي يبي يستهبل يروح لغير هذا الموضوع -_-
#StrOnG_,) replied to #StrOnG_,)'s topic in القسم العام
لاتحسب كل الناس مثلك الخروف يعرف نفسه كويس , هششش بعيد من هنا -
فيه برامج تعطل فيها الكيبورد الاساسي , لكن من النظام ما فيه كذا شي , رابط التحميل : http://www.100dof.com/software/kidkeylo ... _setup.exe كيفية استخدامه بالصور : اول شي تضغط كلك يمين على الايقونة حقت البرنامج الصورة : ثاني شي : تروح على سيت اب Setup اول خيار ثالث شي تسوي نفس ما انا مسوي وتضغط اوك وبالتوفيق
-
أبي فكرة قيم مود , الي يبي يستهبل يروح لغير هذا الموضوع -_-
#StrOnG_,) replied to #StrOnG_,)'s topic in القسم العام
الله يسامحكم صدقت لاول مره يادبوله الله يفشلك يارونالدو اسكت احا فيه خروف علق هنا هش بعيد روح -
اصلاً بمنع التسجيل من اف 8 وما يقدر يكتب :] او يسجل اصلاً
-
فكرة حلوة , مشكورين زاحف وبرستيج , والشسمه BigJoe
-
ادمج داتا التاج مع داتا التحميل ؟
-
يـب تمام لو اطفي التاج يششتغل لكن كيف اسويه ؟ مع التاج ؟
-
ما تغير شي , يقدر يكتب عادي
-
السلام عليكم ابي فنكشنات لما اللاعب عنده تحميل ويجي يكتب بالشات ينكسل الحدث وتجيه رسالةة , وشكرآ
-
Lua Programing Book | Lua كتاب تعلم لغة
#StrOnG_,) replied to nxFairlywell's topic in دروس في البرمجة
كتابة رهيب بالتوفيق -
ججميل واصل برو قيمر #
-
x[ كيفية عمل لوحة عادية , وكيفية عمل لوحة بصورة ]x
#StrOnG_,) replied to #StrOnG_,)'s topic in دروس في البرمجة
تسلم , منور -
أبي فكرة قيم مود , الي يبي يستهبل يروح لغير هذا الموضوع -_-
#StrOnG_,) replied to #StrOnG_,)'s topic in القسم العام
فكرته مخيسه مثله :] الله يعطيه 50 كاش يو من عندو حكيم قال ان الخرفان ينضحك عليها دائما طبعا ما اقصد شي لوس ههههههههههههههههههههههههههههههه -
أبي فكرة قيم مود , الي يبي يستهبل يروح لغير هذا الموضوع -_-
#StrOnG_,) replied to #StrOnG_,)'s topic in القسم العام
فكرته مخيسه مثله :] -
المقابل ؟ -_-"