+Source|> Posted June 14, 2017 Share Posted June 14, 2017 انا مسوي 7 ازرار واذا ضغطت زر يجيني نفس الكلمة 7 مرات انا مسوي الكلمه مره لكل زر بس الزر الواحد يجيبها 7 Link to comment
^iiEcoo'x_) Posted June 14, 2017 Share Posted June 14, 2017 إستعمل elseif تلاقي شرح في قسم شروحات البرمجة Link to comment
+Source|> Posted June 14, 2017 Author Share Posted June 14, 2017 3 minutes ago, #_iMr.[E]coo said: إستعمل elseif تلاقي شرح في قسم شروحات البرمجة addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) elseif outputChatBox("لا تملك مال") end end ) ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ Link to comment
Kara Posted June 14, 2017 Share Posted June 14, 2017 addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) outputChatBox("لا تملك مال") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") end end ) سوي كذا للازرار Link to comment
+Source|> Posted June 14, 2017 Author Share Posted June 14, 2017 9 minutes ago, Kara said: addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) outputChatBox("لا تملك مال") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") end end ) سوي كذا للازرار انا سويت 7 ازرار اذا سويت امر لزر واحد تجي لل7 ليه؟؟ Link to comment
L3yr Posted June 14, 2017 Share Posted June 14, 2017 Just now, A7MEDENO said: انا سويت 7 ازرار اذا سويت امر لزر واحد تجي لل7 ليه؟؟ كودك طيب Link to comment
coNolel Posted June 14, 2017 Share Posted June 14, 2017 addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) outputChatBox("لا تملك مال") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") end end ) مو كأنها نفس اسم الزر ؟ 2 minutes ago, A7MEDENO said: انا سويت 7 ازرار اذا سويت امر لزر واحد تجي لل7 ليه؟؟ تأكد من أسماء الأزرار Link to comment
+Source|> Posted June 14, 2017 Author Share Posted June 14, 2017 1 minute ago, L3yr said: كودك طيب 1 minute ago, L3yr said: كودك طيب addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) else outputChatBox( "أنــت لا تـمـلـك مـال كـافـي", 255,0,0, true) end end ) Just now, coNolel said: addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) outputChatBox("لا تملك مال") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") elseif source == Button then outputChatBox("") end end ) مو كأنها نفس اسم الزر ؟ تأكد من أسماء الأزرار كل زر له اسمه GUIEditor.button[2] GUIEditor.button[3] GUIEditor.button[4] تدرون وين المشكله ان الزر اللي فيه else addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then --الزر triggerServerEvent("brgr", localPlayer) else outputChatBox( "أنــت لا تـمـلـك مـال كـافـي", 255,0,0, true) end end ) لما اضغطه ما يجي شي بشات لكن الباقي يجي حتى زر الاغلاق Link to comment
iMr.WiFi..! Posted June 14, 2017 Share Posted June 14, 2017 8 minutes ago, A7MEDENO said: addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then triggerServerEvent("brgr", localPlayer) else outputChatBox( "أنــت لا تـمـلـك مـال كـافـي", 255,0,0, true) end end ) كل زر له اسمه GUIEditor.button[2] GUIEditor.button[3] GUIEditor.button[4] تدرون وين المشكله ان الزر اللي فيه else addEventHandler("onClientGUIClick", resroot, function() if source == brgrbtn then --الزر triggerServerEvent("brgr", localPlayer) else outputChatBox( "أنــت لا تـمـلـك مـال كـافـي", 255,0,0, true) end end ) لما اضغطه ما يجي شي بشات لكن الباقي يجي حتى زر الاغلاق انت مسوي التحقق انه اذا ماكان هذا الزر راح يطلع في الشات هالكلام .. Link to comment
+Source|> Posted June 14, 2017 Author Share Posted June 14, 2017 6 minutes ago, iMr.WiFi..! said: انت مسوي التحقق انه اذا ماكان هذا الزر راح يطلع في الشات هالكلام .. شكرا لك اخر مشكله عندي بسيظه وين احط الانتريور ابيه يدخله المطعم setElementPosition ( source, 372.47076,-132.31839,1001.49219 ) Link to comment
iMr.WiFi..! Posted June 14, 2017 Share Posted June 14, 2017 (edited) setElementInterior(source,idinterior,372.47076,-132.31839,1001.49219) Edited June 14, 2017 by iMr.WiFi..! Link to comment
+Source|> Posted June 14, 2017 Author Share Posted June 14, 2017 2 minutes ago, iMr.WiFi..! said: setElementInterior(source,idinterior,372.47076,-132.31839,1001.49219) شكرا Link to comment
iMr.WiFi..! Posted June 14, 2017 Share Posted June 14, 2017 Just now, A7MEDENO said: شكرا عفواً , <3 Link to comment
^iiEcoo'x_) Posted June 14, 2017 Share Posted June 14, 2017 لازم تسوي موضوع جديد للمشكلتك , للتجنب المخالفات 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