Jump to content

Dr.Ah[M]ed<3

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by Dr.Ah[M]ed<3

  1. هلا بشباب عندي مشكلة في لوحة مايكرو بانل الاسل علية حماية مقدر اغير الاسل وش الحل ؟؟
  2. هلا شباب بدي اعرف خادم خاص وقوي خادم مو استضافة وشكرا
  3. هلا ب شباب في مشكلة في مقر ابي كود الي يخلي مقر لما ينحط في مود قروبات حق العقرب يشتغل مثل باب يفتح لة وماركر يدخلة الي في قروب بس انا عندي في قروب كذا function isInGroup(p) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(p)), aclGetGroup ( "Army" ) ) then return true else return false end end انا مابي قروب يكون في الاسل
  4. مشكور مود 7days بحطة قريبا في موقع ذا عشان بحسن فية اشياء
  5. بس لما اسوي ريجستر تتاخر شوي ويقول تم عمل حساب
  6. هذا هو الوحة wnd = guiCreateWindow(0,-268,389,268," \ Login Register Panel",false) guiSetProperty(wnd,"CaptionColour","ff0069c7") english = guiCreateButton(0.0231,0.0784,0.0566,0.1082,"En",true,wnd) guiSetFont(english,"default-bold-small") arabic = guiCreateButton(0.0848,0.0784,0.0566,0.1082,"Ar",true,wnd) guiSetFont(arabic,"default-bold-small") user_l = guiCreateLabel(0.0206,0.1903,0.9614,0.0784,"Username",true,wnd) guiLabelSetColor(user_l,0,255,0) guiLabelSetHorizontalAlign(user_l,"center",false) guiSetFont(user_l,"default-bold-small") user = guiCreateEdit(0.0231,0.2724,0.9537,0.1306,"",true,wnd) pass_l = guiCreateLabel(0.0206,0.4216,0.9614,0.0784,"Password",true,wnd) guiLabelSetColor(pass_l,255,255,0) guiLabelSetHorizontalAlign(pass_l,"center",false) guiSetFont(pass_l,"default-bold-small") pass = guiCreateEdit(0.0231,0.5187,0.9537,0.1306,"",true,wnd) guiEditSetMasked(pass,true) remember = guiCreateCheckBox(0.0231,0.6642,0.3728,0.0746,"Remember Me !!",false,true,wnd) guiSetFont(remember,"default-bold-small") reg = guiCreateButton(0.5244,0.7724,0.3239,0.153,"Register",true,wnd) guiSetFont(reg,"default-bold-small") login = guiCreateButton(0.144,0.7724,0.3239,0.153,"Login",true,wnd) guiSetFont(login,"default-bold-small") ex = guiCreateButton(0.9177,0.0784,0.0566,0.1082,"X",true,wnd) guiSetFont(ex,"default-bold-small")
  7. يعني لما الاعب يدخل سيرفر اوكي واغنية تشتغل لما تحميلة يخلص بيجي لة لوحة تسجيل تمام لما يسوي تسجيل اغنية تروح ؟؟ انا ابية كذا
  8. يعني اغنية لما يسجل اغنية تروح ؟؟
  9. local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end يعني كذا ؟؟
  10. يعني كذا addEventHandler("onClientResourceStart", resourceRoot,
  11. طيب الستر هذا addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) --add the event handler اخلية addEventHandler("onClientPlayerJoin", getLocalPlayer(), Join) --add the event handler ???
  12. function wasted (killer, weapon, bodypart) ذا بدي اغير منة wasted اخلية يشغل اغنية
  13. هلا ب شباب حبيت اجيب لكم لوحة تسجيل حصرية و تحميل شوفو المقطع وتحميل تحت مقطع
  14. شوف كود function wasted (killer, weapon, bodypart) local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) --add the event handler
  15. زاحف ادخل الويكي ذول اصواتت لما حد يجي يمووت انا ابية مثل لما تدخل سيرفر و يخلص تحميل ويبدا جيم مود يجي اغنية function wasted (killer, weapon, bodypart) local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) --add the event handler
  16. هلا شباب بدي اعرف كيف احط اغنية في قيم مود\ انا لقيت في الوكي بس اصوات لما حد يموت ابية للقيم مود https://wiki.multitheftauto.com/wiki/StopSound https://wiki.multitheftauto.com/wiki/PlaySound https://wiki.multitheftauto.com/wiki/PlaySound3D ذول اصوات لما حد يجي يموت
×
×
  • Create New...