Jump to content

Doffy

Members
  • Posts

    1,546
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Doffy

  1. غير مجرب# 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 ) جرب وعطني خبر
  2. اخوي استخدم <> علشان نفهم اكوادك
  3. لا يا اخوي بس في سامب
  4. # . شرح رائع - من شخص أروع واصل الي الامام لا توقف
  5. addEventHandler ( "onMarkerHit", f1 , function () local ROB = createTeam ( "Rob_Bank", 255,0,0 ) setPlayerTeam ( source , ROB ) end )
  6. --Client bindKey guiGetVisible guiSetVisible playSound
  7. اخوي لازمن تحاول وحنا بنساعدك
  8. الطريقة الافضل انك تسوي اللوحة الي تبيها تفتح من الزر تسويها ب 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 ) جرب واعطيني خبر
  9. exports.killmessages:outputmessage exports.scoreboard:addScoreboardColumn('الاسم حق الكولمن في تاب') dxDrawImage
  10. الله يشفيكم كل شوي تعطون اكواد جاهزة كذا مافي احد بيتعلم ولا بيستفيد بياخذها قص لسق وبس مافي احد استفاد
  11. محاولتك ؟ يب انا نسيتهم لاني كنت متسرع كان وراي مشوار
  12. يلخوي كودات الكلنت حقتك مخبصة + شكلك انت موب الي مسوي الشوب لانك لو كنت مسويه ماكانت هذي صعبة عليك + علعموم اكتب debugscript 3 في اف 8 وجبلي الاخطاء كلها وبعلمك وينها
  13. معلومات رائعة من شخص اروع ♥ واصل الي الامام لا توقف ..
  14. 'onClientGUIClick' triggerServerEvent if getPlayerMoney takePlayerMoney outputChatBox
  15. 'onPlayerWasted' setElementData getElementData
×
×
  • Create New...