Jump to content

~!#abdullah

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by ~!#abdullah

  1. جربت ..~ يطلع الخطأ ذا warning: vip\vip.lua:40: Bad Argument @'addevnthandler'[Expected element at argument 2,got nil]
  2. function ns() GUIEditor.staticimage[1] = guiCreateStaticImage(0.31, 0.25, 0.38, 0.35, "img/bg.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) gButtonsj = guiCreateButton(19, 88, 91, 65, "Discocar", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsj, "NormalTextColour", "FFAAAAAA") gButtonsa = guiCreateButton(202, 88, 91, 65, "Discolight", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsa, "NormalTextColour", "FFAAAAAA") gButtonsd = guiCreateButton(390, 88, 91, 65, "reset to none", false, GUIEditor.staticimage[1]) guiSetProperty(gButtonsd, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(2, 241, 188, 29, "This is a Resource made By JoKeR", false, GUIEditor.staticimage[1]) local font_0 = guiCreateFont("font.ttf") guiSetFont(GUIEditor.label[1], font_0) GUIEditor.label[2] = guiCreateLabel(438, 241, 98, 30, "For Clan rE", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], font_0) end function openw() if guiSetVisible ( GUIEditor.staticimage[1], false) then showCursor ( false ) else guiSetVisible ( GUIEditor.staticimage[1], true) showCursor ( true ) bindKey ("F7", "down", openw) end player = getLocalPlayer() addEventHandler('onClientGUIClick',gButtonsj, addEventHandler('onClientGUIClick',gButtonsa, addEventHandler('onClientGUIClick',gButtonsd, function (arbica) if source == gButtonsj then triggerServerEvent("Discocar", player) elseif source == gButtonsa then triggerServerEvent("Discolight", player) elseif source == gButtonsd then triggerServerEvent("reset", player) end end end) المشكلة ')' expected (to close '(' at line 34) near 'end'
  3. مشكور ..~ تعبتك معي
  4. السلام عليكم ابي كود توسيط النافذة سويت نافذة ابيها تجي كاملة عند اي شاشة
  5. السلام عليكم ابي كود للفري روم يشغل نافذة لمود اخر انا جربت الكود ذا function hedit() executeCommandHandler("hedit") end وضبط بس حاولت بمودات ثانية ما ضبط مدري ليه : / ممكن شرح للكود وكيفية استخدامه وهل يجب وضع كود بالمود الي ابي اخذ الامر منه
  6. I want action button in window Freeroam opens another Script I have tested function hedit () executeCommandHandler ("hedit") End And worked But in other scripts does not work: / I want a way to script another
  7. خط أيش؟ guiSetFont - عشان تحط خط . guiCreateFont - يمديك بهذا الوظيفة تنشيء خط خآرج اللعبة مثال : for _, label in ipairs( getElementsByType( 'gui-label', g_ResRoot ) )do guiSetFont( label, 'default-bold-small' ) end حطه في ملف الفري روم fr_client.lua السطر 1577 راح يغير خط الليبل طيب انا عندي خط font.ttf كيف اخلي بنفس طريقتكك : /
  8. I want change buttons Freeroam font Note: I have a font I do not want the font of the game: D
  9. السلام عليكم ورحمة الله وبركاته كيف اغير خط زر الفري روم ملاحظة: الخط من عندي
  10. مشكور ضبط الله يوفقك ...
  11. السلام عليكم ورحمة الله وبركاته ابي كود يسوي ريستارت لمود اسمه cars ابي يسوي له ريستارت كل سيعتين وشكرا مقدما ..
  12. السلام عليكم ابي كود احط ايقونة البيت في اف11 وشكرا مقدما ..
  13. function showlolToggleBind() if getKeyState("lctrl") or getKeyState("rctrl") then if lolToggle then togglelol() else outputChatBox("lol toggling is disabled.") end end end addCommandHandler("lol Toggle (hold ctrl)",showlolToggleBind) bindKey("s","down","lol Toggle (hold ctrl)") الكود هذا يشغل المود بحرف كنترول + س ابي يكون بحرف خ
  14. GUIEditor_Tab[1] = guiCreateTab("Information",GUIEditor_TabPanel[1]) ذا ابي اخلي كلمة information لونها بالكود ذا ff00ffff 0,255,255
  15. السلام عليكم هل يمكن تلوين التاب واذا امكن ابي الكود
  16. bindKey("mouse1", "down", function() playSound("open.wav") end) الكود ذا ضبط بس ابي بس بالفري روم اقدر؟
×
×
  • Create New...