LOAM Posted April 2, 2017 Share Posted April 2, 2017 شباب ايه الخطاء هنا لما بضغط F4 الكلام بس الى بيظهر لاكن الصوره الكبيره الى انا حاطه مش بيظهر Link to comment
LOAM Posted April 2, 2017 Author Share Posted April 2, 2017 24 minutes ago, Default said: وين الكود طيب ؟ نسيت احد الكود Close = guiCreateButton(554, 537, 104, 37, "", false) guiSetAlpha(Close, 0.00) guiSetVisible(Close,false) accept = guiCreateButton(370, 537, 104, 37, "", false) guiSetAlpha(accept, 0.00) guiSetVisible(accept,false) memo = guiCreateMemo(419, 421, 191, 84, " Welcome\nin Criminal Job...\n-you can make money from Hack atm and Rob andBankRobbery\n-you can take Drugs car and you will get money \n Enjoy", false) guiMemoSetReadOnly(memo, true) guiSetVisible(memo,false) function DX() dxDrawImage(325, 172, 380, 422, ":CUA-guieditor/images/examples/Crrm_Logo.png", 0, 0, 0, tocolor(198, 198, 198, 255), false) dxDrawText("Criminal", 456, 182, 590, 208, tocolor(255, 255, 255, 255), 0.80, "bankgothic", "center", "center", false, false, true, false, false) dxDrawText("Close", 570, 541, 639, 569, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "center", false, false, true, false, false) dxDrawText("Accept", 380, 541, 468, 569, tocolor(255, 255, 255, 255), 2.00, "default-bold", "left", "center", false, false, true, false, false) dxDrawText("CUA...", 370, 624, 492, 661, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) dxDrawText("Criminal", 464, 624, 586, 661, tocolor(249, 17, 0, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) dxDrawText("Job", 600, 624, 663, 660, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) end showWindow = false --نسوي showWindow ونضع عليها false bindKey("F4","down", function ( ) --عند الضغط على زر اف7 if (showWindow == false) then --ان كان showWindow = false guiSetVisible(accept,true) guiSetVisible(Close,true) guiSetVisible(memo,true) showCursor(true)--يظهر الماوس نسيته :) showWindow = true --لما يفتح اللوحة ويظهر كل شيئ يضع القيمة true addEventHandler("onClientRender",root,DX)--نظهر لوحة الدي اكس else guiSetVisible(accept,false) guiSetVisible(Close,false) guiSetVisible(memo,false) showCursor(false)--يظهر الماوس نسيته :) end --نهاية التحقق end--نهاية الفنكشن )--نهاية قوس الضغط على زر Link to comment
AHMED MOSTAFA Posted April 2, 2017 Share Posted April 2, 2017 Just now, Default said: تأكد من مسار الصورة + debugscript 3@LOAM 1 Link to comment
' A F . Posted April 2, 2017 Share Posted April 2, 2017 ^ الكود م فيه اخطاء لو تلاحظ فوق يقولك يظهر لي الكلام بس الصورة لأ يعني مسار الصورة خطا . 2 Link to comment
AHMED MOSTAFA Posted April 2, 2017 Share Posted April 2, 2017 Just now, Default said: ^ الكود م فيه اخطاء لو تلاحظ فوق يقولك يظهر لي الكلام بس الصورة لأ يعني مسار الصورة خطا . احطياط .. في حالة لديه اكواد ما طرحها 2 Link to comment
LOAM Posted April 2, 2017 Author Share Posted April 2, 2017 (edited) الدى بق مش بيظهر اخطاء دى الصوره الى مش بتظهر dxDrawImage(325, 172, 380, 422, ":CUA-guieditor/images/examples/Crrm_Logo.png", 0, 0, 0, tocolor(198, 198, 198, 255), false) Edited April 2, 2017 by LOAM Link to comment
LOAM Posted April 2, 2017 Author Share Posted April 2, 2017 3 hours ago, Default said: ^ الكود م فيه اخطاء لو تلاحظ فوق يقولك يظهر لي الكلام بس الصورة لأ يعني مسار الصورة خطا . عملت الكود تانى وعملته ب ماركر برضو نفس المشكله كل شئ يظهر معاد الصوره local MarkerLS = createMarker( 1612.14319, -1512.37268, 13.57192, 'cylinder', 1, 255, 2, 0,150) ---------------- Close = guiCreateButton(693, 725, 108, 39, "", false) guiSetAlpha(Close, 0.00) guiSetVisible(Close,false) accept = guiCreateButton(459, 725, 108, 39, "", false) guiSetAlpha(accept, 0.00) guiSetVisible(accept,false) memo = guiCreateMemo(521, 579, 214, 105, " Welcome\nin Criminal Job...\n-you can make money from Hack atm and Rob andBankRobbery\n-you can take Drugs car and you will get money \n Enjoy", false) guiMemoSetReadOnly(memo, true) guiSetVisible(memo,false) function DX() dxDrawImage(399, 280, 460, 511, ":CUA-guieditor/images/examples/Crrm_Logo.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawText("Criminal", 560, 297, 696, 319, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "center", "center", false, false, true, false, false) dxDrawText("Accept", 460, 728, 567, 764, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) dxDrawText("Close", 697, 728, 795, 764, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) dxDrawText("CUA...", 458, 821, 553, 852, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("Criminal", 553, 821, 687, 852, tocolor(237, 0, 0, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("Job....", 690, 821, 785, 852, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) end showWindow = false --نسوي showWindow ونضع عليها false addEventHandler("onClientMarkerHit",MarkerLS,--عند لمس الماركر المحدد function ( ) if (showWindow == false) then --ان كان showWindow = false guiSetVisible(accept,true) guiSetVisible(Close,true) guiSetVisible(memo,true) showCursor(true)--يظهر الماوس نسيته :) addEventHandler("onClientRender",root,DX)--نظهر لوحة الدي اكس end --نهاية التحقق end--نهاية الفنكشن )--نهاية قوس الضغط على زر ------------------------------------------- addEventHandler("onClientGUIClick",root, --عند الضغط على زر function()--وظيفة if source == accept then triggerServerEvent("JoinPolice",localPlayer) outputChatBox("Now you Are A Police",255,0,0) removeEventHandler("onClientRender",root,DX) guiSetVisible(accept,false) guiSetVisible(Close,false) guiSetVisible(memo,false) showCursor(false)--اخفاء الماوس elseif (source == Close) then--ان كان الزر = زر الاغلاق removeEventHandler("onClientRender",root,DX) guiSetVisible(accept,false) guiSetVisible(Close,false) guiSetVisible(memo,false) showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة )--نهاية قوس الحدث Link to comment
فاّرس Posted April 2, 2017 Share Posted April 2, 2017 انت حاط المسار الآتي : :CUA-guieditor/images/examples/Crrm_Logo.png هل انت متأكد من المسار؟ انت قاعد تستخدم صوره داخل سكربت اسمه CUA-guieditor تأكد من المسار وتأكد من المسار اللي في الميتا*. 1 Link to comment
LOAM Posted April 2, 2017 Author Share Posted April 2, 2017 7 minutes ago, Sha67 said: انت حاط المسار الآتي : :CUA-guieditor/images/examples/Crrm_Logo.png هل انت متأكد من المسار؟ انت قاعد تستخدم صوره داخل سكربت اسمه CUA-guieditor تأكد من المسار وتأكد من المسار اللي في الميتا*. يااااه على الغباء نسيت خالص انى مش حاطت الصور فى المود ولا حتا فى الميتا تمام ظبطت معايا شكرا اخى 1 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