Jump to content

Doffy

Members
  • Posts

    1,546
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Doffy

  1. debugscript 3 ?
  2. شرح رائع من شخص اروع واصل الي الامام لا توقف
  3. غير مجرب# function LauncherVIP ( player ) local accName = getPlayerAccount ( player ) if accName and not isGuestAccount ( accName ) then if isObjectInACLGroup("user."..getAccountName(accName), aclGetGroup("Best-G")) or isObjectInACLGroup("user." .. accName, aclGetGroup("Best-P")) then setElementData(player,"GLA",(getElementData(player,"GLA")or 0)+3) outputChatBox ("#00FF00|Best-System|#CC0000 : You take 3 Launcher successfully . Wait 10 minutes to again.",player,255,255,0,true) end end end addEvent( "LauncherVIP", true ) addEventHandler( "LauncherVIP", getRootElement(),LauncherVIP ) جرب وعطني خبر
  4. وش يجبلك الديبق ؟
  5. اخوي استخدم <> علشان نفهم اكوادك
  6. لا يا اخوي بس في سامب
  7. # . شرح رائع - من شخص أروع واصل الي الامام لا توقف
  8. addEventHandler ( "onMarkerHit", f1 , function () local ROB = createTeam ( "Rob_Bank", 255,0,0 ) setPlayerTeam ( source , ROB ) end )
  9. --Client bindKey guiGetVisible guiSetVisible playSound
  10. اخوي لازمن تحاول وحنا بنساعدك
  11. الطريقة الافضل انك تسوي اللوحة الي تبيها تفتح من الزر تسويها ب command وتسوي كذا -- ذي لتشغيل اللوحة الكوماند addCommandHandler("command", -- هنا امر اظهار اللوحة function() guiSetVisible(اسم اللوحة, true) -- اظهار اللوحة showCursor ( true ) -- اظهار المؤشر الماوس end) -- وذي لجعلها تفتح بلزر addEventHandler('onClientGUIClick',root, function() if source == button then -- هنا اسم الزر showCursor ( false ) -- اخفاء مؤشر الماوس executeCommandHandler ( "command" ) -- هنا نفس الامر الي كتبته فوق تكتبه هنا علشان تحضره وتشغل اللوحة guiSetVisible (هنا اسم اللوحة ,false) -- وهنا تقفل اللوحة الي تشغل منها اللوحة الثانية end end ) جرب واعطيني خبر
  12. exports.killmessages:outputmessage exports.scoreboard:addScoreboardColumn('الاسم حق الكولمن في تاب') dxDrawImage
  13. الله يشفيكم كل شوي تعطون اكواد جاهزة كذا مافي احد بيتعلم ولا بيستفيد بياخذها قص لسق وبس مافي احد استفاد
  14. اضاهر كذا
  15. محاولتك ؟ يب انا نسيتهم لاني كنت متسرع كان وراي مشوار
  16. يلخوي كودات الكلنت حقتك مخبصة + شكلك انت موب الي مسوي الشوب لانك لو كنت مسويه ماكانت هذي صعبة عليك + علعموم اكتب debugscript 3 في اف 8 وجبلي الاخطاء كلها وبعلمك وينها
  17. معلومات رائعة من شخص اروع ♥ واصل الي الامام لا توقف ..
  18. 'onClientGUIClick' triggerServerEvent if getPlayerMoney takePlayerMoney outputChatBox
  19. واصل لا توقف شروحات
  20. 'onPlayerLogin' stopSound
  21. 'onPlayerWasted' setElementData getElementData
×
×
  • Create New...