+Source|> Posted August 20, 2017 Posted August 20, 2017 bindKey( kkey, "down", function() if guiGetVisible( wnd ) then guiSetVisible( wnd, false ) showCursor( false ) else guiSetVisible( wnd, true ) showCursor( true ) end end ) اللي فوق ملف كلنت اللي تحت ملف كلنت اخر kkey = "F10" واضحه؟
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 Just now, A7MEDENO said: bindKey( kkey, "down", function() if guiGetVisible( wnd ) then guiSetVisible( wnd, false ) showCursor( false ) else guiSetVisible( wnd, true ) showCursor( true ) end end ) اللي فوق ملف كلنت اللي تحت ملف كلنت اخر kkey = "F10" واضحه؟ جرب اكتب local قبل اسم المفتاح وجرب يعني مثلاً local key = etc...
iyaad Posted August 20, 2017 Posted August 20, 2017 5 minutes ago, killerProject said: جرب اكتب local قبل اسم المفتاح وجرب يعني مثلاً local key = etc... local ما اظن الها فايده ؟؟ لو لها ممكن تقلي اياها
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 Just now, iyaad said: local ما اظن الها فايده ؟؟ لو لها ممكن تقلي اياها https://wiki.multitheftauto.com/wiki/Local 1
+Source|> Posted August 20, 2017 Author Posted August 20, 2017 35 minutes ago, iyaad said: وش تبي تسوي يعني ؟؟؟ ابي اشفر الملف اللي فيه bindKey والملف اللي فيه kkey مب مشفر عشان اللي يبي يغير فتح اللوحه
+Source|> Posted August 20, 2017 Author Posted August 20, 2017 1 minute ago, Default said: حط الملف الي فيه الزر الاول بالميتا موجود بالميتا
+Source|> Posted August 20, 2017 Author Posted August 20, 2017 1 minute ago, Default said: وريني الميتا <script src="Client.lua" type="client" /> <script src="Client2.lua" type="shared" /> <script src="Server.lua" type="server" />
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 Just now, A7MEDENO said: <script src="Client.lua" type="client" /> <script src="Client2.lua" type="shared" /> <script src="Server.lua" type="server" /> client ما تخليها shared -- بترجع لملف السيرفر
+Source|> Posted August 20, 2017 Author Posted August 20, 2017 2 minutes ago, killerProject said: client ما تخليها shared -- بترجع لملف السيرفر الحل؟
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 Just now, A7MEDENO said: الحل؟ خلها client بدل shared واللي ما اتوقع بتنفع بردو لكن حاول تخلي الزر من الميتا 1
+Source|> Posted August 20, 2017 Author Posted August 20, 2017 Just now, killerProject said: خلها client بدل shared واللي ما اتوقع بتنفع بردو لكن حاول تخلي الزر من الميتا معرف اخليه من الميتا؟ وش اسوي؟
iyaad Posted August 20, 2017 Posted August 20, 2017 (edited) سوي ملف وسي اسممو اي شي وحط فيو Settings = { ["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر }; وبعدها حط الملف ذا بالماتا وخلاص Edited August 20, 2017 by iyaad 1
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 Just now, A7MEDENO said: معرف اخليه من الميتا؟ وش اسوي؟ <script src="Client.lua" type="client" /> <script src="Client2.lua" type="client" /> <script src="Server.lua" type="server" /> 1
ABoHussin Posted August 20, 2017 Posted August 20, 2017 ضيف الكود للميتا <settings> <setting name="*key" value="F10" /> </settings> الكلينت سايد bindKey( get("Key"), "down", function() if guiGetVisible( wnd ) then guiSetVisible( wnd, false ) showCursor( false ) else guiSetVisible( wnd, true ) showCursor( true ) end end ) 1
AHMED MOSTAFA Posted August 20, 2017 Posted August 20, 2017 guiSetVisible ( windowName, ( not guiGetVisible ( windowName ) ) ) showCursor ( ( not guiGetVisible ( windowName ) ) )
Rockyz Posted August 20, 2017 Posted August 20, 2017 19 minutes ago, ABoHussin said: ضيف الكود للميتا <settings> <setting name="*key" value="F10" /> </settings> الكلينت سايد bindKey( get("Key"), "down", function() if guiGetVisible( wnd ) then guiSetVisible( wnd, false ) showCursor( false ) else guiSetVisible( wnd, true ) showCursor( true ) end end ) كودك خليط سيرفر وكلنت
+Source|> Posted August 21, 2017 Author Posted August 21, 2017 9 hours ago, killerProject said: <script src="Client.lua" type="client" /> <script src="Client2.lua" type="client" /> <script src="Server.lua" type="server" /> طيب انا مسويها كذا وما نفع bindKey
SycroX Posted August 21, 2017 Posted August 21, 2017 10 hours ago, ABoHussin said: ضيف الكود للميتا <settings> <setting name="*key" value="F10" /> </settings> الكلينت سايد bindKey( get("Key"), "down", function() if guiGetVisible( wnd ) then guiSetVisible( wnd, false ) showCursor( false ) else guiSetVisible( wnd, true ) showCursor( true ) end end ) get - set = serverside only ! ثاني شي للأخ صاحب الموضوع في واحد فوق قدم لك حل 10 hours ago, iyaad said: سوي ملف وسي اسممو اي شي وحط فيو Settings = { ["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر }; وبعدها حط الملف ذا بالماتا وخلاص + حط الملف client
+Source|> Posted August 21, 2017 Author Posted August 21, 2017 11 hours ago, iyaad said: سوي ملف وسي اسممو اي شي وحط فيو Settings = { ["OpenPanelCommand"] = "Top", --الكلمة الي تبيها تفتح الزر }; وبعدها حط الملف ذا بالماتا وخلاص هذي كلمة انا ابي زر ينفع؟؟
SycroX Posted August 21, 2017 Posted August 21, 2017 Settings = { ["Key"] = "F10" } ----- bindKey(Settings["Key"], "down", function() -- end end )
+Source|> Posted August 21, 2017 Author Posted August 21, 2017 6 minutes ago, #x1AhMeD,-09 said: Settings = { ["Key"] = "F10" } ----- bindKey(Settings["Key"], "down", function() -- end end ) ما اشتغل خلاص شكرا
+Source|> Posted August 21, 2017 Author Posted August 21, 2017 (edited) اريد مساعده اخرى الحين لما اانا سويت كولمن في الجريد ليست guiGridListAddColumn(gridList, "# Players", 0.9) في اي جريد ليست لما يضغط على اسم الكولمن يلخبط ال Rows انا ابيه لما يضغط اسم الكولمن ما يصير شي ما يلخبطها Default #x1AhMeD,-09 هل من ردٍ يا قوم ؟ Edited August 21, 2017 by A7MEDENO
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