Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. Hey all , i think the title says it all , i'm looking for a host with MySQL service. Must be Dollars Must provides CashU payment service I hope i find a good host , fast ones , thanks
  2. يب عشان تشوف الاخطاءMTASA Script Editorاستعمل
  3. الطلب الاول : https://wiki.multitheftauto.com/wiki/OutputChatBox اما الطلب الثاني ماعرفتله اسمحلي
  4. اسف يا اخوي هذا الكود function giveKiller(killer) givePlayerMoney ( killer, 1000 ) outputChatBox ( "You have killed a player and gained 1000!", killer ) end addEventHandler ( "onPlayerWasted", getRootElement(), giveKiller )
  5. function giveKiller(killer) givePlayerMoney ( killer, 1000 ) end addEventHandler ( "onPlayerWasted", getRootElement(), giveKiller )
  6. في لها معنى ثآني اكرمك الله ×_× اوكي مشكور ع المعلومه
  7. كله واحد
  8. Can anyone from MTA Team help us?
  9. طرش السكريبت 2. outputChatBox ( "Massage", 255, 0, 0)
  10. + bindKey توني مبتدأ في البرمجه لاكن احاول اساعدك
  11. ؟؟؟؟ يعني صح استغفر الله هههههههههههههههههه قصده شمسوي خبصت الدنيا هههه
  12. GUIEditor_TabPanel[1] = guiCreateTabPanel(9,19,495,406,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("معلومات",GUIEditor_TabPanel[1]) GUIEditor_Image[1] = guiCreateStaticImage(3,0,490,380,"kartha/Tap1.png",false,GUIEditor_Tab[1]) GUIEditor_Label[1] = guiCreateLabel(2,188,487,24,"شوب ريس مستر الكارثه الاصدار الاول اصدار عربي ",false,GUIEditor_Image[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(38,240,419,31,"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",false,GUIEditor_Image[1]) guiSetFont(GUIEditor_Label[2],"sa-gothic") GUIEditor_Label[3] = guiCreateLabel(143,-170,5,5,"",false,GUIEditor_Label[2]) GUIEditor_Label[4] = guiCreateLabel(3,256,485,23,"",false,GUIEditor_Image[1]) GUIEditor_Label[5] = guiCreateLabel(3,278,484,21,"",false,GUIEditor_Image[1]) GUIEditor_Label[6] = guiCreateLabel(4,292,485,19,"",false,GUIEditor_Image[1]) GUIEditor_Label[7] = guiCreateLabel(4,304,485,21,"",false,GUIEditor_Image[1]) GUIEditor_Label[8] = guiCreateLabel(4,321,483,21,"",false,GUIEditor_Image[1]) GUIEditor_Tab[2] = guiCreateTab("الشوب",GUIEditor_TabPanel[1]) GUIEditor_Image[2] = guiCreateStaticImage(2,1,492,379,"kartha/Tap1.png",false,GUIEditor_Tab[2]) GUIEditor_Image[3] = guiCreateStaticImage(6,191,108,104,"kartha/!Repair.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(121,191,115,104,"kartha/!Nitro.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(249,190,115,103,"kartha/!Invisible.png",false,GUIEditor_Image[2]) GUIEditor_Image[6] = guiCreateStaticImage(384,196,97,95,"kartha/!Flip.png",false,GUIEditor_Image[2]) GUIEditor_Button[1] = guiCreateButton(10,290,98,23,"اصلاح السياره",false,GUIEditor_Image[2]) GUIEditor_Button[2] = guiCreateButton(128,288,96,22,"نيترو السياره",false,GUIEditor_Image[2]) GUIEditor_Button[3] = guiCreateButton(256,287,96,22,"اخفاء السياره",false,GUIEditor_Image[2]) GUIEditor_Button[4] = guiCreateButton(384,286,96,22,"تعديل السياره",false,GUIEditor_Image[2]) GUIEditor_Tab[3] = guiCreateTab("حول",GUIEditor_TabPanel[1]) GUIEditor_Image[7] = guiCreateStaticImage(3,0,490,380,"kartha/Tap3.png",false,GUIEditor_Tab[3]) GUIEditor_Label[9] = guiCreateLabel(31,21,422,23,"حياكم الله في السيرفر ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[9],"default-bold-small") GUIEditor_Label[10] = guiCreateLabel(66,56,384,21,"تم صناعة الشوب من قبل مستر الكارثه ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[10],"default-bold-small") GUIEditor_Label[11] = guiCreateLabel(67,91,384,21,"للتواصل على المسن : [email protected] ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[11],"default-bold-small") GUIEditor_Label[12] = guiCreateLabel(64,121,384,21,"جميع الحقوق محفوظه لدى ـ مستر الكارثه ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[12],"default-bold-small") guiSetVisible (GUIEditor_Window[1], false) function informationFromPlayer () if(guiGetVisible(GUIEditor_Window[1])~=false)then guiSetText(GUIEditor_Label[3],"Your Name: "..getPlayerName(localPlayer)) guiSetText(GUIEditor_Label[4],"Your Money: "..getPlayerMoney(localPlayer)) guiSetText(GUIEditor_Label[5],"Your Serial: "..getPlayerSerial(localPlayer)) guiSetText(GUIEditor_Label[6],"Your Skin: "..getPlayerSkin(localPlayer)) guiSetText (GUIEditor_Label[7],"Your Ping: "..getPlayerPing(localPlayer)) end addEvent("settingText",true) addEventHandler("settingText",root, function(ip) guiSetText(GUIEditor_Label[8],"Your IP :" .. ip) end) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1] ) then triggerServerEvent("buyRepair",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[4] ) then triggerServerEvent("buyFlip",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[2] ) then triggerServerEvent("buyNitro",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[3] ) then triggerServerEvent("buyInvisible",getLocalPlayer()) end end ) bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("kartha/kartha.mp3") end end ) outputChatBox("#ff0000x|#ffff00 [F2]~~لفتح شوب الريس اضغط على IT #ff0000|x",0,255,0,true) guiSetProperty(GUIEditor_Button[1],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[2],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[3],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[4],"NormalTextColour", "FFFFF000") guiLabelSetColor(GUIEditor_Label[1],0,0,225) guiLabelSetColor(GUIEditor_Label[2],0,0,225) guiLabelSetColor(GUIEditor_Label[4],0,0,225) guiLabelSetColor(GUIEditor_Label[5],0,0,225) guiLabelSetColor(GUIEditor_Label[6],0,0,225) guiLabelSetColor(GUIEditor_Label[7],0,0,225) end ماجربته
  13. هههههههه
  14. العفو
  15. function createSpeaker(thePlayer) local x, y, z = getElementPosition(thePlayer) speakerObject = createObject(2229, x, y, z-1) local acc = getAccountName(getPlayerAccount(thePlayer)) if isObjectInACLGroup("user."..acc, aclGetGroup("Admin")) then outputChatBox("You have Succesfully created a speaker!", thePlayer, 0, 250, 0) if (isPedInVehicle(thePlayer)) then local vehicle = getPedOccupiedVehicle(thePlayer) attachElements(speakerObject, vehicle) triggerClientEvent(root, "playTheSound", root, x, y, z, vehicle) else triggerClientEvent(root, "playTheSound", root, x, y, z) end end end addCommandHandler("ps", createSpeaker) function deleteSpeaker(thePlayer) if (isElement(speakerObject)) then destroyElement(speakerObject) outputChatBox("You have Succesfully destroyed the Speaker!", thePlayer, 0, 0, 255) triggerClientEvent("stopTheSound", root) else outputChatBox("Speaker is not created!", thePlayer, 250, 0, 0) end end addCommandHandler("ds", deleteSpeaker) added it for you
  16. I tested it , it works fine but he needs to add this line at acl ( admin group ) just edited SCRIPTNAME to your Script Name.
  17. What errors do you have? EDIT : You forgot to add "end" for function createSpeaker
  18. I can't download it please send a link , thanks since 1.3 it is included with MTA Oh thanks
  19. Didn't understand anything learn english -.-
  20. I can't download it please send a link , thanks
  21. AhmadQTR

    boardband

    dude , your using NetGear or what kind?
  22. AhmadQTR

    boardband

    Flip your wireless and you will see all the details.
  23. AhmadQTR

    HELP

    ok, create a folder called 'login' then in it, create 2 files named 'login.lua' and 'meta.xml'. https://wiki.multitheftauto.com/wiki/Server_Manual https://wiki.multitheftauto.com/wiki/Scr ... troduction He need to set the language format to "LUA" then save it as .lua file
×
×
  • Create New...