Jump to content

top sniper

Members
  • Posts

    262
  • Joined

  • Last visited

Everything posted by top sniper

  1. top sniper

    copy text

    hi ,,, is there any way to set a text copied ?
  2. استعمل هذي الاوامر حق تسوي ScoreboardColumn فيه عدد الساعات الى قضاها الاعب بالسيرفر طبعا تستعمل https://wiki.multitheftauto.com/wiki/SetElementData عشان يغير التايمر الالمنت الى هو Column اي مشكلة تصيدك ما عليك الى ان تطرحها
  3. خل اسمك #ffffff وتكلم
  4. انت برمجة بنفسك https://wiki.multitheftauto.com/wiki/OnPlayerJoin https://wiki.multitheftauto.com/wiki/SetTimer https://wiki.multitheftauto.com/wiki/RU/ ... Scoreboard
  5. الرابط فيه اسامي الاوبجكتس المتعارفة يعني مثلأأ يقولك مستشفى الاي دي حقها .. مو المصطلح الموجودة في gta3.img اذا تبي المصطلحات الاصلية والاي بي حقها تقدر تحصلها ب mapeditor مثلا vgsn_nitree واما عن guiSetButtonColor هذا الفكشن انت مخترعنة فأنا ما اقدر اساعدك انت علمنا شلون نستخدمة
  6. http://wiki.sa-mp.com/wiki/Model_ID
  7. EUR 119.00 لول بس تراه أرخص من اللوحات الثانية ذا تدفع بس مره وحده أما الباقين أغلبهم شهرياً و إذا تبي مره وحده غالي و غالبيتهم ما يدعمون أم تي أي و لوحة ديلوكس معروفه بسس فيها مليون ثغرة :\
  8. https://wiki.multitheftauto.com/wiki/Vehicle_IDs https://wiki.multitheftauto.com/wiki/Weapons https://wiki.multitheftauto.com/wiki/Character_Skins
  9. thanks it works with timer
  10. no bug .. ok i will try it with timer
  11. addEvent("Boat",true) addEventHandler("Boat",root, function() local Boat = createVehicle ( 472, 279, -1934, 2 ) warpPedIntoVehicle(source,Boat) end ) why it doesn't working /!
  12. مستحيل تحصل لوحة مثل ffs اللوحات المجانية الموجودة تقدر تطفي وتشغل السيرفر بسس واذا بغيت لوحات متطورة (مدفوعة ) هذي مواقع تبيع : TCAdmin - http://tcadmin.com/ nehox - http://www.nehox.com MintPanel - http://www.mintpanel.com/ SwiftPanel - http://www.swiftpanel.com/ cPGS - http://cpgs.cpanel.net/ SCInterface® - http://games.scinterface.com/ GameCP - http://gamecp.com/ GamePanelX - http://www.gamepanelx.com/ IGC-Panel - http://www.igc-panel.com/
  13. تقدر تلون النص مثلأأ outputChatBox ( "#FF0000Hello #00FF00World", getRootElement(), 255, 255, 255, true ) النتيجة راح تكون Hello World وهذا موقع فيه جدول لاكواد الالوان http://www.arabxoops.com/modules/colorcodes/
  14. Could mean that he wants such as , TAPL , If divorced, lead and explode BaseMode On HajwalaH I think he does not need a Script , Greetings , اقول خف علينا يا ولد ميري
  15. the QT to Lua downlode url is blocked
  16. viewtopic.php?f=91&t=41818
  17. top sniper

    fix pls

    it will not work if you want to made add to game (BaseMode) you should give the (source) right to add him to game .. you can use: https://wiki.multitheftauto.com/wiki/AclGroupAddObject
  18. local account = getPlayerAccount (source) aclGroupRemoveObject(aclGetGroup("Admin", "user." .. accountname)
  19. https://wiki.multitheftauto.com/wiki/OnPlayerDamage then cancel the event https://wiki.multitheftauto.com/wiki/CancelEvent and set it for admins : https://wiki.multitheftauto.com/wiki/Has ... rmissionTo
  20. aha .. is there any way to set the tag .. because when i use setplayernick i cant set it to Arabic nick .
  21. debug Does not show as i have a problem
  22. top sniper

    fix . .

    GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(0.3499,0.3607,0.2401,0.1771,"تغير الاسم 1.0",true)nick = guiCreateEdit(85,50,169,37,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(111,102,106,25,"تغير",false,GUIEditor_Window[1]) getnick = guiGetText(nick) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == GUIEditor_Button[1] then local text = guiGetText ( nick ) setPlayerNametagText (source,text) end end )
  23. You do not understand What I want to .. i made a window for blocking Weapons .
×
×
  • Create New...