Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. you can't set the custom blip ID . read the wiki for more info : https://wiki.multitheftauto.com/wiki/Res ... ustomblips
  2. لا مم تقدر تخلي سيآره ام بآبين يركبهآ اكثر ممن شخصين مستحيل =) اصلا ب العقل شلون بتجي ذي @@ ينحشرون ب نفس الموتر هههههههه ننرجع للموضوع مم تقدر =)
  3. تيتي وش تحس بوه =) تبي تختبره رح خآص ولا مسن تفآهمو انت وهو *_* خلاآص مصدقين الرجآل هو اللي مسويه كفو استمر =)
  4. ططيب ممكن تقلي وش وظيفه الدآله ذي interpolateBetween ولا هنت كم مثآل لهآ =)
  5. صرآحه حلو , استمر ي بطل عندي فضول ابي اعرف شنو استخدمت =)
  6. ليه التعب ذآ كله =) حط في ميتآ المود الاول resource="resourcename" /> resource="scoreboard" /> -- مثآل
  7. bindKey("F5", "down", "report")
  8. setMinuteDuration - Sets the real-world duration of an ingame minute مم اضنه يبي تعيين المدة اللحظة
  9. ططآلع الويكي : guiCreateStaticImage ( x, y, width, height, path, relative, [ parent = nil ] ) الكود الاول مثآل ,الكود الثآني الطريقه الصحيحه GUIEditor_Button[1] = guiCreateStaticImage( 606, 299, 95, 26, "Example.png", false, Win2 ) GUIEditor_Button[1] = guiCreateStaticImage( 606, 299, 95, 26, "imgname.imgtype", false, Win2 )
  10. استخدم : guiCreateStaticImage بدآل : guiCreateButton
  11. GUIEditor_Window = {} GUIEditor_Button = {} Win = guiCreateWindow(0.1025,0.0933,0.4375,0.4183,"...........",true) GUIEditor_Button[1] = guiCreateButton(0.1125,0.175,0.065,0.0817,"Info",true,Win) Win2 = guiCreateWindow(0.1025,0.0933,0.4375,0.4183,"Win2",true) function VisibleWindow( ) if eventName == 'onClientMouseEnter' then guiSetVisible( Win2, true ) else guiSetVisible( Win2, false ) end end addEventHandler( 'onClientMouseEnter', GUIEditor_Button[1], VisibleWindow, false ) addEventHandler( 'onClientMouseLeave', GUIEditor_Button[1], VisibleWindow, false ) GUIEditor_Button[2] = guiCreateButton(0.1175,0.2983,0.0613,0.0783,"MyWin",true,Win) GUIEditor_Button[3] = guiCreateButton(0.1187,0.405,0.06,0.0817,"MyWin2",true,Win) كذآ ؟ ابي افهم من وين جآآيه ذي !! if eventName == 'onClientMouseEnter' then ------------------------------------ GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Window[1] = guiCreateWindow( 0.1025, 0.0933, 0.4375, 0.4183, "...........", true ) GUIEditor_Button[1] = guiCreateButton( 0.1125, 0.175, 0.065, 0.0817, "Info", true, GUIEditor_Window[1] ) GUIEditor_Button[2] = guiCreateButton( 0.1175, 0.2983, 0.0613, 0.0783, "MyWin", true, GUIEditor_Window[1] ) GUIEditor_Button[3] = guiCreateButton( 0.1187, 0.405, 0.06, 0.0817, "MyWin2", true, GUIEditor_Window[1] ) GUIEditor_Window[2] = guiCreateWindow( 0.1025, 0.0933, 0.4375, 0.4183, "Win2", true ) addEventHandler( 'onClientMouseEnter', guiRoot, function( ) if source == GUIEditor_Button[1] then guiSetVisible( GUIEditor_Window[2], true ) end end ) addEventHandler( 'onClientMouseLeave', guiRoot, function( ) if source == GUIEditor_Button[1] then guiSetVisible( GUIEditor_Window[2], false ) end end )
  12. tooltip استخدم مود \resources\[editor]
  13. Bla Bla Bla Bla ... مم عندكم مم عند جدتي كلكم بس شآطرين في الكلام .. وهي كلهآ اكوآد موجوده في الويكي
  14. لا مايضبط اقلك مستحيل انا اقلكك يضبط.
  15. جرب كذآ .. addEventHandler("onResourceStart", resourceRoot, function( thisRes ) setWeaponProperty ( 30, "flags", 0x001000 ) setWeaponProperty ( 30, "pro", "maximum_clip_ammo", 3 ) end ) weaponSkill: Either: "pro", "std" or "poor". The player must have this skill level set to have the effect.
  16. ططيب ابي افهم شنو دخل k = {"الكلمة" , "الكلمة"} -_-" بدا شغل التعديل =)
  17. لا يكون تقصد تقفل الاسل من لوحه الادمنيه ؟
  18. true سوي شيك اذا دخل المآرك يرجع false واذا رآح المآركر تعطيه فلوس ويرجع او استخدم setElementData true اذا دخل المآركر الاول يصير واذا دخل المآركر الثآني شوفه هو true true اذا كآن false عطه فلوس ورجعه مم فيه امثله ابدا اشتغل لحآلكك ..
×
×
  • Create New...