Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 نفس الرساله اطرح ايفنت الضغط ع الزر Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 function () if (source == GUIEditor.button[2])then triggerServerEvent ("pizza",localPlayer) Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 addEvent ("pizza", true) addEventHandler ("pizza", root, function ( ) getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي", source) end end ) جرب Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 ذا كودي كان اصلن من اول انا ابي التايمر للزر :] Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 ذا كودي كان اصلن من اول انا ابي التايمر للزر :] سؤال بس ليش مسوي تايمر ؟؟؟ + الكود شغال ؟ Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 شغال +كان من اول شغال بس لما ضفت له تايمر خرب كل شي مدري وش صار Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 شغال +كان من اول شغال بس لما ضفت له تايمر خرب كل شي مدري وش صار طيب ليه حاطط التايمر اصلا Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 انا بدي اضيف التايمر مشان لما يضغط زر ما يكرر ويصير لاق اما بحط تايمر يفتح كل 10 ثواني Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 انا بدي اضيف التايمر مشان لما يضغط زر ما يكرر ويصير لاق اما بحط تايمر يفتح كل 10 ثواني triggerServerEvent ("pizza",localPlayer) guiSetEnabled (button , true) setTimer ( function ( ) guiSetEnabled ( button , false ) end ,20000,1) انسخ كود ااتايمر وحطه بعد التريقر بمللف الكلنت Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 كيف احطه بعد الترايقر ما يصير اتوقع +وضح وش انسخ بالضبط لانه التايمر ذا جاب لي المرض Link to comment
HassoN Posted March 27, 2016 Share Posted March 27, 2016 addEvent ("pizza", true) addEventHandler ("pizza", root, setTimer ( function () getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي", source) end end, 100000 , 1) ) جرب الكلام بالدي بق واضح ... يقولك توقع فنكشن بالارقمنت الثالث حق الايفنت بس انت حاط تايمر الحل بسيط ... حط التايمر تحت الفنكشن وبس addEvent ("pizza", true) addEventHandler ("pizza", root, function () setTimer ( function() getmoney1 = getPlayerMoney ( source ) if (getmoney1 >= 150) then takePlayerMoney ( source, 150 ) setElementHealth (source, getElementHealth (source) + 20) outputChatBox("تم شراء قطعة واحدة", source, 142, 96 ,62, true ) outputChatBox( "+20 Health", source, 216, 38, 38, true ) else outputChatBox("ليس لديك المال الكافي", source) end end, 100000 , 1) end ) Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 نفس المشكله الزر ما يتقفل Link to comment
HassoN Posted March 27, 2016 Share Posted March 27, 2016 نفس المشكله الزر ما يتقفل اي زر مايتقفل؟ الكود الي صلحته لك كان حق شراء مدري وش ض1 Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 شوف انا ضايف التايمر لما يضغط الزر يقفله ل10 ثواني بس ما يقفل Link to comment
Mr.R Posted March 27, 2016 Share Posted March 27, 2016 انا بدي اضيف التايمر مشان لما يضغط زر ما يكرر ويصير لاق اما بحط تايمر يفتح كل 10 ثواني triggerServerEvent ("pizza",localPlayer) guiSetEnabled (button , true) setTimer ( function ( ) guiSetEnabled ( button , false ) end ,20000,1) انسخ كود ااتايمر وحطه بعد التريقر بمللف الكلنت !!! يصير كذا يالحبيب guiSetEnabled ( button , false ) setTimer ( function ( ) guiSetEnabled ( button , true ) end, 20000, 1 ) انت عاكس الترو والفولس دقق الحين وشف الفرق Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 طيب خطا ، بعتذر انا فاتح جوال وبالعافية اكتب Link to comment
HassoN Posted March 27, 2016 Share Posted March 27, 2016 شوف انا ضايف التايمر لما يضغط الزر يقفله ل10 ثواني بس ما يقفل انا صلحت لك شي ثاني خالص عن الي انت جالس تتكلم عنه اقراء الكود ثاني وبتفهمني Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 شوف انا ضايف التايمر لما يضغط الزر يقفله ل10 ثواني بس ما يقفل انا صلحت لك شي ثاني خالص عن الي انت جالس تتكلم عنه اقراء الكود ثاني وبتفهمني اصلا وشش فايدة التايمر بالافنت ؟ Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 ما اشوف في خطأ غير التايمر Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 ما اشوف في خطأ غير التايمر هات افنت الضغط ع زر كامل Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 ارسلته لك من قبل addEventHandler ("onClientGUIClick",root, function () if (source == GUIEditor.button[2])then triggerServerEvent ("pizza",localPlayer) Link to comment
Me[Z]oO Posted March 27, 2016 Share Posted March 27, 2016 addEventHandler ("onClientGUIClick",root, function () if (source == GUIEditor.button[2])then triggerServerEvent ("pizza",localPlayer) guiSetEnabled ( GUIEditor.button [2],false ) setTimer ( function ( ) guiSetEnabled ( GUIEditor.button[2], true ) end,10000,1) حط هذا Link to comment
Mr.R Posted March 27, 2016 Share Posted March 27, 2016 addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == GUIEditor.button[2] )then triggerServerEvent ( "pizza", localPlayer ) guiSetEnabled ( GUIEditor.button[2], false ) setTimer ( function ( ) guiSetEnabled ( GUIEditor.button[2], true ) end, 10000, 1 ) end end ) Link to comment
taha201100 Posted March 27, 2016 Author Share Posted March 27, 2016 تمام اشتغل شباب بس وش وظيفة guiSetEnabled +الحين لما اسوي زر مثلن لما يضغطه يوخذ 50 الف ولما تكون فلوس الاعب 50 الف ويجي يضغط الفلوس تصير 50 الف المفروض تصير 100 الف وش احتاج ؟ Link to comment
Ahmed Ly Posted March 27, 2016 Share Posted March 27, 2016 تمام اشتغل شباب بس وش وظيفة guiSetEnabled +الحين لما اسوي زر مثلن لما يضغطه يوخذ 50 الف ولما تكون فلوس الاعب 50 الف ويجي يضغط الفلوس تصير 50 الف المفروض تصير 100 الف وش احتاج ؟ guiSetEnabled(اسم الزر,true) وظيفة لم تكتب بعد اسم الزر تحط true= يفتح الزر false = يغلق الزر 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