Jump to content

A7M8D

Members
  • Posts

    244
  • Joined

  • Last visited

Everything posted by A7M8D

  1. طيب اسم الالمنت الي هتحقق انه موجود و تشيله ؟
  2. فين كود تشغيل الصوت ؟ ___________________________________ ارجو منك قبل المشاركة في القسم مراجعة هذا الموضوع للاخ نصور
  3. stopSound(اسم الصوت) guiSetVisible
  4. 9/10 الخلفية مساحة كبيرة و فراغ علي الفاضي اقتراح تعمليها تطلع من تحت لفوق تكون افضل و تكون حزء من الشاشة بس لاكن كــ تصميم و شكل ايكونات رائع
  5. @#Mr.Pop غلط ناقص اند اللوب غلط animationCategory دا مش المنت getElementID الالمنت مش معرف
  6. اضغط علي الفنكشن هيدخلك علي الويكي تقدر منه تعرف نوع الملف فوق علي اليمين
  7. What is the imp. of your signature photo ?
  8. المشكلة مب من المابات بالظبط المشكلة من بعض مودات الحماية اي ريستارت لاي مود تختفي كل السيارات + اوقات بدون شي شيل اي حمايات Greenzones
  9. function onPlayerQuit ( ) -- when a player leaves, store his current money amount in his account data local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then -- if the player is logged in local playermoney = getPlayerMoney ( source ) -- get the player money setAccountData ( playeraccount, "piraterpg.money", playermoney ) -- save it in his account end end function onPlayerLogin (_, playeraccount ) -- when a player logins, retrieve his money amount from his account data and set it if ( playeraccount ) then local playermoney = getAccountData ( playeraccount, "piraterpg.money" ) -- make sure there was actually a value saved under this key (check if playermoney is not false). -- this will for example not be the case when a player plays the gametype for the first time if ( playermoney ) then setPlayerMoney ( source, playermoney ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) مثال بسيط من الويكي
  10. addEventHandler ( "onClientResourceStart", root, function () downloadFile ("images/background.png") end ) الكود صحيح
  11. السلام عليكم اهنيك يا بطل بالتوفيق لك و لسيرفرك
  12. A7M8D

    سؤال

    شوف مثال الويكي attachTrailerToVehicle Trailers ال مب قطارات القطارات من نوع Trains & Railroad cars
  13. function RO(player) outputChatBox("["..getPlayerName(player).."]: والله ليك وحشة كيفك ؟ ",player,0,0,255,true ) end addCommandHandler("hi",RO)
  14. روح برا اللوحة اضغط عليه وان لم يعمل فالمشكلة من اصدار الجيو اديتور
  15. تقدر تسوي ابجكت و تحركه createObject
  16. ياريت لو تمت الافادة صاحب الموضوع يقول
  17. "onClientGUIClick" guiSetText الطلب الثاني تقدر تسويه عن طريق الاكاونت داتا ولما يرجع تسوي تحقق اذا معاه تعلم علي التشيك بوكس اذا مب معاه تنشال العلامة
  18. @darbka2002 الكود صحيح الرجاء التاكد من صحة مسار الصورة
  19. addCommandHandler fetchRemote ما جربت بس اعتقد لازم يكون الرابط اخره zip
  20. https://developer.android.com/preview/download.html رابط تحميل Android Studio والجافا (شروحات) https://www.codecademy.com/learn/learn-java
  21. انت الحين خفيت التحميل لازم ترجع تحمله وماراح يظهر في الشريط addEventHandler ( "onClientResourceStart", root, function () downloadFile ("background.png") end )
×
×
  • Create New...