Jump to content

M[ROYAL]R

Members
  • Posts

    161
  • Joined

  • Last visited

About M[ROYAL]R

  • Birthday 10/06/2001

Details

  • Gang
    M[ROYAL]R
  • Location
    Egypt
  • Occupation
    skype : hossen.elsanose.5
  • Interests
    skype : hossen.elsanose.5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

M[ROYAL]R's Achievements

Busta

Busta (15/54)

0

Reputation

  1. جرب ده انا مجربتهوش addEvent("displayclothes",true) addEventHandler("displayclothes",getRootElement(), function(style) triggerClientEvent(client,"displayClothOn",client,clothes,style) end) local clothtable = {} addEventHandler("onMarkerHit",getRootElement(), function(hitElement) if (source == clothmarker1) or (source == clothmarker2) or (source == clothmarker3) then if getElementType(hitElement) == "player" and not isPedInVehicle(hitElement) then if not getTeamName(getPlayerTeam(source)) == "Police" and not getTeamName(getPlayerTeam(source)) == "Medic" then triggerClientEvent(hitElement,"showDemClothGui",hitElement) end end end end )
  2. اعتزل سامب "لو كنت العبها اصلآ" (و ده كومنت ملهوش اى لازمه مش عاوزينه )
  3. أيهاب احنا هنا نصحح كود ما نعدل على مود او نسوى واحد
  4. ضعها هيك [ lua] ألكود [ /lua]
  5. ورينى الكود الى انت عملته
  6. اولأ الكود شغال ؟ ثانيآ وش بيها ذى
  7. سطر 1 يبي يفهمنا انه ملف كلينت سطر 25 ولله ما ادرى
  8. الوحة ماتضهر ! ما جربت جرب addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) GUIEditor.window[1] = guiCreateWindow(336, 137, 402, 480, "VIP Panel", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(10, 446, 156, 30, "Created By #Monster", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-small") guiLabelSetColor(GUIEditor.label[1], 254, 0, 0) Vbtn = guiCreateButton(23, 72, 126, 49, "CreateVehicle", false, GUIEditor.window[1]) guiSetProperty(Vbtn, "NormalTextColour", "FFAAAAAA") Dmg = guiCreateButton(251, 72, 126, 49, "No Vehicle Dmg", false, GUIEditor.window[1]) guiSetProperty(Dmg, "NormalTextColour", "FFAAAAAA") Weapon = guiCreateButton(23, 178, 126, 49, "VIP Weapons", false, GUIEditor.window[1]) guiSetProperty(Weapon, "NormalTextColour", "FFAAAAAA") Stats = guiCreateButton(251, 178, 126, 49, "VIP Stats", false, GUIEditor.window[1]) guiSetProperty(Stats, "NormalTextColour", "FFAAAAAA") Skin = guiCreateButton(23, 281, 126, 49, "VIP Skin", false, GUIEditor.window[1]) guiSetProperty(Skin, "NormalTextColour", "FFAAAAAA") Health = guiCreateButton(251, 281, 126, 49, "VIP Health / Armor", false, GUIEditor.window[1]) guiSetProperty(Health, "NormalTextColour", "FFAAAAAA") Close = guiCreateButton(40, 361, 317, 49, "Close VIP Panel ", false, GUIEditor.window[1]) guiSetProperty(Close, "NormalTextColour", "FFAAAAAA") end ) function royal() if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F5", "down", royal) addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == Vbtn ) then triggerServerEvent ( "GiveCar", localPlayer ) end end )
  9. يا كلاسيك انا ابيه يفهم مو ياخد كوبى باس
  10. شوف مثال صغير addEventHandler('onMarkerHit',markerDoor1, function() if not getTeamName(getPlayerTeam(localPlayer)) == "Police" then -- التحقق انه ب اى تيم غير الشرطه guiSetVisible ( GUIEditor.windows[1] , true ) -- يفتح النافذه showCursor(true) -- يشغل الماوس end end ) يا رب تكون المعلومة وصلت
  11. شوف هو افضل حل الى عطيتك اياه بسيط و سهل
×
×
  • Create New...