Jump to content

☠ RaZeR ☠

Members
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ☠ RaZeR ☠

  1. اولا اناا مااسرق المود اوكـــ انااا الللي عامل اللوحة والبرمجة بنفسي اوكــ ولاتطلع كلام من عندكــ الله يهديدك ولايهينكــ
  2. هلا شباب عندي مشكلة انا سويت لوحة وبرمجتهاا لاكن انا ابي لمايضغط على الزر يعطي نقطة لاكن يكتبلي في اف 8 ERROR: Client (#FF0000|W.T|#00FF00FOX) triggered serverside event onGUIEditor.button[1], but event is not added serverside اللي فهمتهه هو يبي ملف server كيف اسويهه يعني
  3. مشكوور يا عناد ويازحف تم حل المشكلة السبب : ان ماكنت حاطط في الميتاا client مشكوريين
  4. طيب ممكن كود فتح اللوحة عن طريق كلمة في اف 8
  5. هلا اخوي اناا جربت المودين وجرتب كود الزرر وما اشتغل ونفس المشكلة طيب ممكن فتح اللوحة عن طريق كلمة في اف 8
  6. انااا عندى ماجت والله وش صاررر يعني
  7. اخوي الماركر ظهر ولما اروحلهه مايجيبيلي اللوحة الكووود ------------ ------------- --------- GUIEditor = { label = {}, edit = {}, button = {}, window = {}, gridlist = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(114, 56, 613, 413, "Xx|هجولة |Xx", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.90) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF0BFD00") GUIEditor.button[1] = guiCreateButton(435, 79, 156, 50, "هلا", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFE0000") GUIEditor.button[2] = guiCreateButton(435, 292, 156, 50, "اهلين", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFE0000") GUIEditor.button[3] = guiCreateButton(435, 227, 156, 50, "عساك بخير", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFE0000") GUIEditor.button[4] = guiCreateButton(435, 158, 156, 50, "بخير ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFE0000") GUIEditor.gridlist[1] = guiCreateGridList(0.01, 0.06, 0.69, 0.92, true, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "اسم اللاعب", 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], "اعاملهه", 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], "نشاطهه", 0.3) guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "FOX", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 0, 1, 253, 0, 0, 255) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 2, "2014", false, false) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 3, "0", false, false) GUIEditor.edit[1] = guiCreateEdit(425, 330, 15, 15, "", false, GUIEditor.gridlist[1]) GUIEditor.memo[1] = guiCreateMemo(420, 320, 256, 49, "", false, GUIEditor.gridlist[1]) GUIEditor.button[5] = guiCreateButton(595, 346, 15, 23, "", false, GUIEditor.gridlist[1]) GUIEditor.label[1] = guiCreateLabel(436, 351, 155, 52, "BY FOX", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "sa-header") guiLabelSetColor(GUIEditor.label[1], 101, 0, 254) guiLabelSetHorizontalAlign(GUIEditor.label[1], "left", true) GUIEditor.button[6] = guiCreateButton(501, 21, 100, 30, "X اغلاق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFF4F704") end ) ---------------- ----------------------- -------------------- marker = createMarker (1910.2493896484,-2316.5402832031,13.546875, "cylinder", 3, 255, 0, 0, 127) addEventHandler( "onClientMarkerHit", marker, function ( element ) if element == getLocalPlayer ( ) then if ( guiGetVisible ( GUIEditor.window[1] ) == false ) then guiSetVisible( GUIEditor.window[1], true ) showCursor( true ) end end end )
  8. اخوي نفس المشكلة ERROR: gv\c.lua:69: attempt to call global 'guiSetVisible' (a nil value) طيب اخوي زحف عندكــ طريقة ثانية مثل الماركر او من اف8
  9. اخوي مااشتغل اعطاني خطأأأ ERROR: gv\c.lua:69: attempt to call global 'guiSetVisible' (a nil value) ------------ ------------- --------- GUIEditor = { label = {}, edit = {}, button = {}, window = {}, gridlist = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(114, 56, 613, 413, "Xx|هجولة |Xx", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.90) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF0BFD00") GUIEditor.button[1] = guiCreateButton(435, 79, 156, 50, "هلا", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFE0000") GUIEditor.button[2] = guiCreateButton(435, 292, 156, 50, "اهلين", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFE0000") GUIEditor.button[3] = guiCreateButton(435, 227, 156, 50, "عساك بخير", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFE0000") GUIEditor.button[4] = guiCreateButton(435, 158, 156, 50, "بخير ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFE0000") GUIEditor.gridlist[1] = guiCreateGridList(0.01, 0.06, 0.69, 0.92, true, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "اسم اللاعب", 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], "اعاملهه", 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], "نشاطهه", 0.3) guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "FOX", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 0, 1, 253, 0, 0, 255) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 2, "2014", false, false) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 3, "0", false, false) GUIEditor.edit[1] = guiCreateEdit(425, 330, 15, 15, "", false, GUIEditor.gridlist[1]) GUIEditor.memo[1] = guiCreateMemo(420, 320, 256, 49, "", false, GUIEditor.gridlist[1]) GUIEditor.button[5] = guiCreateButton(595, 346, 15, 23, "", false, GUIEditor.gridlist[1]) GUIEditor.label[1] = guiCreateLabel(436, 351, 155, 52, "BY FOX", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "sa-header") guiLabelSetColor(GUIEditor.label[1], 101, 0, 254) guiLabelSetHorizontalAlign(GUIEditor.label[1], "left", true) GUIEditor.button[6] = guiCreateButton(501, 21, 100, 30, "X اغلاق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFF4F704") end ) ---------------- ----------------------- -------------------- addEventHandler ( "onClientGUIClick", getRootElement() , function () if source == GUIEditor.button[6] then guiSetVisible(GUIEditor.window[1],false) showCursor (false) end end ) local Window = GUIEditor.window[1] local Key = "F2" guiSetVisible(Window,false) bindKey(Key,"Down",function() if ( guiGetVisible(Window) == true ) then guiSetVisible(Window,false) showCursor(false) else guiSetVisible(Window,true) showCursor(true) end end)
  10. للاسف مااستغل اعطاني خطاااا
  11. عطاني هذاي المشكلة في اف 8 gv\c.lua:69: attempt to call global 'guiSetVisible' (a nil value)
  12. اخي زحف عطاني c.lua:69: attempt to call global 'guiSetVisible' (a nil value)
  13. هلا عندي مشكلة اللوحة عندي ماتفتح يقولي لا مينفع bind key
  14. شباب هاذا مود انتقالات وحطيت كل شي واللوحة موراضيه تفتح ----------------------- -- Warp Mod To Hajwalah Streets -- Created By FOX -- Ver 1.0 -- ---------------------- addEventHandler("onClientResourceStart",resourceRoot, function() GUIEditor = { button = {}, window = {}, staticimage = {} } GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(102,63,655,494,"~|مود الانتقالات|~",false) GUIEditor_Image[1] = guiCreateStaticImage(0.0137,0.0385,0.9725,0.9433,"images/foxx.png",true,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(0.0031,0.0408,0.2449,0.1116,"~|الدائري|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[1],"default-bold-small") GUIEditor_Button[2] = guiCreateButton(0.0031,0.8755,0.2449,0.1116,"~|المسجد|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[2],"default-bold-small") GUIEditor_Button[3] = guiCreateButton(0,0.7017,0.2449,0.1116,"~|البنكــ|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[3],"default-bold-small") GUIEditor_Button[4] = guiCreateButton(0,0.3777,0.2449,0.1116,"~|الفنادق|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[4],"default-bold-small") GUIEditor_Button[5] = guiCreateButton(0,0.2124,0.2449,0.1116,"~|ساحة التفجير|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[5],"default-bold-small") GUIEditor_Button[6] = guiCreateButton(0,0.5429,0.2449,0.1116,"~|سرقة البنكــ|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[6],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(0.752,0.0451,0.2449,0.1116,"~|محل السيارات|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[7],"default-bold-small") GUIEditor_Button[8] = guiCreateButton(0.7551,0.2189,0.2449,0.1116,"~|الطعوس|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[8],"default-bold-small") GUIEditor_Button[9] = guiCreateButton(0.7535,0.3798,0.2449,0.1116,"~|شارع الغروب|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[9],"default-bold-small") GUIEditor_Button[10] = guiCreateButton(0.7551,0.5408,0.2449,0.1094,"~|البداية|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[10],"default-bold-small") GUIEditor_Button[11] = guiCreateButton(0.7551,0.7039,0.2449,0.1116,"~|الشارع الطويل|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[11],"default-bold-small") GUIEditor_Button[12] = guiCreateButton(0.7535,0.8777,0.2449,0.1116,"~|حفلة السيرفير|~",true,GUIEditor_Image[1]) guiSetFont(GUIEditor_Button[12],"default-bold-small") GUIEditor_Image[2] = guiCreateStaticImage(0.2983,0.809,0.3972,0.191,"images/FOX.png",true,GUIEditor_Image[1]) --- --- --- --- --- function FOX() getVisible = guiGetVisible (GUIEditor.window[1]) if (getVisible == true) then guiSetVisible (GUIEditor.window[1] , false) showCursor (false) fadeCamera (true) end if (getVisible == false) then guiSetVisible (GUIEditor.window[1], true) showCursor (true) fadeCamera (true) end end addEventHandler("onClientResourceStart", resourceRoot, function() guiSetVisible(GUIEditor.window[1] , false) end ) bindKey ("F5", "down", FOX) ------------------------- addEventHandler("onClientResourceStart", resourceRoot, function() setTimer(function() for _, random in ipairs(getElementsByType('gui-button',getResourceRootElement(getThisResource()))) do guiSetProperty(random, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end end, 250, 0) end) ------------------------- function teleportPlayer() if(source == GUIEditor.button[1]) then local teleportX, teleportY, teleportZ = 1748.77307, 2372.72070, 9.30001 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى الدائري بنجاح ^^__") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[2]) then local teleportX, teleportY, teleportZ = -2904.4213867188, 422.42529296875, 4.9140625 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى المسجد بنجاح ^^__") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[3]) then local teleportX, teleportY, teleportZ = 2415.9736328125, 1123.8531494141, 10.8203125 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى البنكــ بنجاح ^^__") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[4]) then local teleportX, teleportY, teleportZ = -1754.4406738281, 955.90185546875, 24.7421875 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى الفنادق بنجاح ^^__") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[5]) then local teleportX, teleportY, teleportZ = -2044.83472, -108.58317, 35.22626 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى ساحة التفجير بنجاح ^^__") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[6]) then local teleportX, teleportY, teleportZ = 596.84881591797, -1240.9123535156, 18.089265823364 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى سرقة البنكــ بنجاح ^^_") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[7]) then local teleportX, teleportY, teleportZ = 547.95520019531, -1276.5172119141, 17.248237609863 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى محل السيارات بنجاح ^^_") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[8]) then local teleportX, teleportY, teleportZ = -2454.0009765625, -2899.9877929688, 4.9000000953674 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("الطعوس ") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[9]) then local teleportX, teleportY, teleportZ = 665.50848, 1876.46521, 5.46875 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى شارع الغروب بنجاح ^^_ ") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[10]) then local teleportX, teleportY, teleportZ = -3659.6650390625, -3004.0966796875, 56.153125762939 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى البداية بنجاح ^^_ ") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[11]) then local teleportX, teleportY, teleportZ = -2188.6782226563, -2998.7915039063, 5 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى الشارع الطويل بنجاح ^^_ ") end end addEventHandler("onClientGUIClick", root, teleportPlayer) ------------------------- function teleportPlayer() if(source == GUIEditor.button[12]) then local teleportX, teleportY, teleportZ = -2889.5964355469, -2763.7734375, 44.055213928223 setElementPosition(getLocalPlayer(), teleportX, teleportY, teleportZ) outputChatBox("تم نقلكــ الى حفلة السيرفير بنجاح ^^_ ") end
×
×
  • Create New...