Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. Use This Functions Events Server : onResourceStart onPlayerLogin onPlayerLogout Functions Server getElementsByType getPlayerAccount getAccountName isGuestAccount isObjectInACLGroup setElementData removeElementData Client Event : onClientRender Client Functions : getElementData dxDrawImageOnElement
  2. عشان يلحقك استخدم هاذا الفنكشن findRotation getElementRotation setElementRotation
  3. شكراً ع العلومة + Welcome Back
  4. العفو حياك الله
  5. for i=1,10 do outputChatBox("",root) end شو هاذا مثال اول مايشتغل المود يمسح الشات انت طبقة على addCommandHandler
  6. احسن من الي ياخد مودات التانين و يحطها باسمو بالتوفيق احمد الي الامام
  7. تأكد ان احداثيات شاشتك 1024 x 768 x 32
  8. قلت لك اطرح الكلنت والسيرفر عشان اجرب ..
  9. getAlivePlayersInTeam بـ اختصار يجيب لك الاعبين الي على قيد الحياة من تيمم محدد
  10. cloneElement يقوم بنسخ العنصر
  11. عندك خطأ بسيط بعد %d حطيت " وكذا ما راح يجيب الدرفت التصحيح : dxDrawText(string.format("[AL MLOoK] Best Drift : %s : %d "..global_nombre,global_mejor),40,screenHeight-29,screenWidth,screenHeight,Blue, 38, 577, 519, 595, tocolor(28, 121, 208, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) مشكور ع التصحيح ..
  12. تلاقيها فوق اظغط على Encoding
  13. اطرح الكلنت والسيرفر عشان بجرب
  14. مشكور العفو حياك الله ..
  15. local Timer_ = { } addEvent("JetPack",true) addEventHandler("JetPack",root, function ( ) if ( isTimer ( Timer_ [ source ] ) ) then killTimer ( Timer_ [ source ] ) end if ( getElementData(source, "Money") >= 20000 ) then setElementData(source,"Money",(getElementData(source,"Money") or 0) - 20000) givePedJetPack ( source ) exports["guimessages"]:outputServer(source, "#FF0000*#FFFF00[VIP System] #00FF00You have bought a jetpack for (20,000$).", 255, 0, 0, true) exports["guimessages"]:outputServer(source, "#FF0000*#FFFF00[VIP System] #00FF00Your jetpack will be remove after 5 minutes.", 255, 0, 0, true) exports["guimessages"]:outputServer(source, "#FF0000*#FFFF00[VIP System] #FF0000The lock button, You can buy more jetpack after 30 minutes.", 255, 0, 0, true) playSoundFrontEnd(source, 3) triggerClientEvent(source,'close_jetpack',source) Client = source Timer_ [ Client ] = setTimer ( function ( ) if ( doesPedHaveJetPack ( Client ) ) then removePedJetPack ( Client ) end end,300000,1) else exports["guimessages"]:outputServer(source, "#FF0000*#FFFF00[VIP System] #FF0000You don't have enough money (20,000$).", 255, 0, 0, true) playSoundFrontEnd(source, 3) triggerClientEvent(source,'open_jetpack',source) end end)
  16. بـ الاكواد كامله الي انت مسويها مافيه CheckBox
  17. getPlayerAcls aclGroupRemoveObject
  18. http://prntscr.com/bqhhdo بالنسبة لميزو الـ type سترنق حمل المود وشوف
  19. تقدر انت تسويها بـ triggerClientEvent
  20. addNotification("Test","success")
  21. العفو حياك الله .
  22. ياححبك للمساعده خله ياحاول طفشان ضض
  23. addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button [ 1 ] ) then outputChatBox("Your Ping is : "..getPlayerPing(localPlayer),255,255,255,true) elseif ( source == GUIEditor.button [ 3 ] ) then outputChatBox("Your Ping is : "..getPlayerName(localPlayer),255,255,255,true) end end ) عشان تجيب سيريال اللاعب سوي triggerServerEvent
  24. اطرح الكلنت كامل
×
×
  • Create New...