Jump to content

Naif

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by Naif

  1. ماعليشش ع الشطحه لاكن عندي اقتراح انك تضيف تغير اسم القروب ..
  2. getVehicleController guiSetText
  3. حياك الله اخوي , بأذن الله الاصدار الثاني
  4. السلام عليكم ورحمة الله وبركاته .. مالكم بالكلام الطويل . سكربت المذكرة .. واضح من اسمه يحفظ لك الكلام الي تكتبه على السيريال . و dx مع تاثيرات الصوره التحميل : http://www.gulfup.com/?7n4AXW ومع السلامة ذذ edit : يمكنك تغير الزر من لوحة الادمنية Settings
  5. addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) wnd = guiCreateWindow(336, 137, 402, 480, "VIP Panel", false) guiWindowSetSizable(wnd, false) ll = guiCreateLabel(10, 446, 156, 30, "Created By #Monster", false, wnd) guiSetFont(ll, "default-small") guiLabelSetColor(ll, 254, 0, 0) Vbtn = guiCreateButton(23, 72, 126, 49, "CreateVehicle", false, wnd) guiSetProperty(Vbtn, "NormalTextColour", "FFAAAAAA") Dmg = guiCreateButton(251, 72, 126, 49, "No Vehicle Dmg", false, wnd) guiSetProperty(Dmg, "NormalTextColour", "FFAAAAAA") Weapon = guiCreateButton(23, 178, 126, 49, "VIP Weapons", false, wnd) guiSetProperty(Weapon, "NormalTextColour", "FFAAAAAA") Stats = guiCreateButton(251, 178, 126, 49, "VIP Stats", false, wnd) guiSetProperty(Stats, "NormalTextColour", "FFAAAAAA") Skin = guiCreateButton(23, 281, 126, 49, "VIP Skin", false, wnd) guiSetProperty(Skin, "NormalTextColour", "FFAAAAAA") Health = guiCreateButton(251, 281, 126, 49, "VIP Health / Armor", false, wnd) guiSetProperty(Health, "NormalTextColour", "FFAAAAAA") Close = guiCreateButton(40, 361, 317, 49, "Close VIP Panel ", false, wnd) guiSetProperty(Close, "NormalTextColour", "FFAAAAAA") end ) bindKey ( "F5", "down", function ( ) guiSetVisible ( wnd, not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) end ) addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == Vbtn ) then triggerServerEvent ( "GiveCar", localPlayer ) end end )
  6. الله يعافيك - آطرح الكلنت
  7. CarDamage = true addEventHandler('onClientGUIClick',root, function ( ) if ( source == Dam ) then if ( getPedOccupiedVehicle ( localPlayer ) ) then CarDamage = not CarDamage setVehicleDamageProof(getPedOccupiedVehicle ( localPlayer ) , CarDamage ) end end end ) جرب
  8. سطر 7 حط بدآل الـ else < end وشيل اند .
  9. أجل ليه ماكتب ان اللوحة عاديه ؟
  10. طيب لو كان دي آكس ؟ setTimer removeEventHandler addEventHandler
  11. على الصاج ولا على العماره
×
×
  • Create New...