Jump to content

AHMED MOSTAFA

Members
  • Posts

    1,367
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by AHMED MOSTAFA

  1. @#!Error.xD وش فائدة المشاركات هااا ؟ ؟ اتمنى انك تحاول اول قبل ما تنشر مشكلتك ترا ما منها اي اهمية المشاركات وايضاً @Abdul KariM ما فيه خطأ في مشاركته واذا احد من المسؤولين قرأ هذا الشي رح يحذف منشورك انت وليس عبد الكريم
  2. -- client only function KillerProject () if isElement ( sound ) then local screenW, screenH = guiGetScreenSize() dxDrawImage((screenW - 500) / 2, (screenH - 500) / 2, 500, 500, "image.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end end addEventHandler ( "onClientRender", root, KillerProject ) جرب لا تنسى تضيف موقع الصورة
  3. شوف "onClientRender" -- event if isElement ( sound ) then -- dxImage end
  4. جرب ذا -- جرب -- client function playMySound () triggerServerEvent('playSound',localPlayer) end addCommandHandler ( "shnohaza", playMySound ) addEvent('playSound2',true) addEventHandler('playSound2',root, function () if ( isElement(Sound) ) then destroyElement(Sound) end Sound = playSound( "music.mp3" ) end) -- server addEvent('playSound',true) addEventHandler('playSound',root, function () triggerClientEvent( root ,'playSound2',client) end)
  5. استخدم الكلينت الاول وبعد كدة السيرفر لكن خلي في السيرفر رووت مش لوكال بلاير
  6. تبي الصوت للكن يعني ؟ استخدم الترايجرات triggerServerEvent -- root triggerClientEvent
  7. سوي لووب function yourFunction ( ) for _, v in pairs( getElementsByType( "player" ) ) do local money = getPlayerMoney( v ) local account = getPlayerAccount ( v ) local accname = getAccountName ( account ) end end
  8. البرمجة ماهي كل شي بسول كان قاعد كل وقته على السيرفر حقه اما انا فوراي مدارس وما الا غيره وان شاء الله بتشوف السيرفر
  9. يب اللي بيكلمه بالخاص بيرد عليه @mohamed memo انا من احد عشاق سيرفر بسول وبعد ما بسول قفل شريت سيرفر وبحاول ابرمج فيه بكل ما اقدر تقدر تشرفني فيه mtasa://185.69.53.200:22008 وما مرور الوقت ان شاء الله بطوره وبظبطه وبخليه يشبه بسول واذا احد دخل وقال فيه شبه كبير من بسول فبقوله يب انا احد عشاق سيرفر بسول وبحاول اسوي متله
  10. خطأ ... function music () sound = playSound( "shnowhaza.mp3" ) -- client only setSoundVolume(sound, 0.5) -- volume [ sound ] end addCommandHandler ( "shnohaza", music )
  11. اذن ما فيه اخطاء بالمود فقط جرب بطريقة صحيحة
  12. طيب وش يطلع لك بالدي بق ؟
  13. طيب شغل مود ال guimessages وكتب في اف 8 debugscript 3 وعيد تشغيل المود وقول وش يطلع لك
  14. اشتريت اي سيارة ؟ شغلت مود ال guimessages ?
  15. bindKey("F3", "down", function() if getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 0 then if not isInColExport () then guiSetVisible(Window_VS, not guiGetVisible(Window_VS)) guiSetVisible (Window_CHK, false) showCursor(guiGetVisible(Window_VS)) end end end) ^^^^ @LOAM
  16. فيه عدة تحقيقات قبل فتح اللوحة الغي منها حق الماب
  17. بدل المتطلبات يعني مثلاً getPlayerMoney ( player )
  18. عدل على الداتا بدل الداتا بالتحقق من المال
  19. تعلم من ذا GTA AR Vehicle System
  20. وقت تفتح اللوحة الثانية سوي عدم رؤية للوحة الاولة "onClientGUIClick" -- event guiSetVisible
  21. ما لها اهمية cancelEvent () يكفي انه يتحقق من الرقم اللي هكره
×
×
  • Create New...