Jump to content

#F9SoOoL

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by #F9SoOoL

  1. ي شباب وش مشكلةة الككود ههذا ,, الديبق يطلعلي ERROR: tag_pan\s.lua:3 attempt to concatenate global 'text' (a nil value) addEvent("active",true) function fa (tag) outputChatBox(" ( " .. tag .. " ) ( " .. getPlayerName(source) .. " ) : " .. text, getRootElement(), 255, 255, 255, true) end addEventHandler("active", getRootElement(), fa) addEventHandler("onPlayerChat", getRootElement(), fa) حل سريع لآهنتم ..
  2. --server local Marker1 = createMarker ( 1654.0517578125,-1655.1984863281,21.515625, "cylinder", 1.5, 57, 0, 0, 255 ) addEventHandler("onMarkerHit",Marker1, function (thePlayer) if getElementType(thePlayer) == "player" and not isPedInVehicle(thePlayer) then triggerClientEvent(thePlayer, "trig", thePlayer) end end ) --client wnd = guiCreateWindow(170,139,520,238,".::[وظيفه القطاار|Train mission]::.",false) image = guiCreateStaticImage(9,24,129,131,"images.png",false,wnd) Memo = guiCreateMemo(145,19,366,156,"السلام عليكم\n----------------------------------------------------\nوظيفه القطاار\nلبداء المهمه اضغط زر دخول\nسيتم نقلك إلي القطار\nيجب عليك الوصول إلي المحطه بسلام\n-----------------------------------------------------\n للخروج اكتب باف 8\ndistrain\n",false,wnd) buttr1 = guiCreateButton(9,195,179,32,"دخول",false,wnd) buttr2 = guiCreateButton(333,195,178,32,"خروج",false,wnd) Label = guiCreateLabel(218,175,76,17,"By MA[S]RIY",false,wnd) guiLabelSetColor(Label,255,0,0) guiSetFont(Label,"default-bold-small") guiSetVisible(wnd,false) ------------------------------------------------------------------------------------------------------------ addEvent("trig", true) addEventHandler("trig", root, function() guiSetVisible ( wnd, true ) showCursor ( true ) end )
  3. تسلم ,, يب يب انا الليء مسسويههء :]
  4. بسم الله الرحمن الرحيم آول مود آنششره ههنآ وآن شآء الله مب آخخر مود :] المود عبآرةة عن لوحةة آنتقال بين السيرفرآت ( غير مششفرةة ) صورةة للمود : https://c.top4top.net/p_516x12mv1.png عشآن تفتح اللوحةة اككتب باف 8 Redirect اذا تبي تخخليهآآ تفتححء بزر بس احذف الفنكشن الاخخير وخخل الككود زي ككذا .. local key = "F5" GUIEditor = { button = {}, } red = guiCreateWindow(157, 151, 487, 307, "x>|Redirect Panel|<x", false) guiWindowSetSizable(red, false) label = guiCreateLabel(83, 35, 325, 32, "#قممء بآختيــآر سيرفــر للإنتقــال إليهة", false, red) guiLabelSetColor(label, 127, 127, 127) guiLabelSetHorizontalAlign(label, "center", false) guiLabelSetVerticalAlign(label, "center") tc = guiCreateButton(155, 77, 172, 50, "تكيتككء", false, red) guiSetProperty(tc, "NormalTextColour", "FFAAAAAA") sh = guiCreateButton(155, 150, 172, 50, "ششوتر", false, red) guiSetProperty(sh, "NormalTextColour", "FFAAAAAA") rc = guiCreateButton(155, 229, 172, 50, "ريسسء", false, red) guiSetProperty(rc, "NormalTextColour", "FFAAAAAA") cl = guiCreateButton(465, 20, 15, 20, "x", false, red) guiSetProperty(rc, "NormalTextColour", "FFAAAAAA") label1 = guiCreateLabel(7, 277, 141, 25, "#", false, red) guiLabelSetColor(label1, 204, 0, 0) label2 = guiCreateLabel(10, 0, 107, 15, "F9SoOoL", false, label1) guiLabelSetColor(label2, 204, 204, 204) guiSetVisible (red, false) bindKey( key, "down",function() guiSetVisible (red, not guiGetVisible (red) ) showCursor ( guiGetVisible (red) ) end) addEventHandler("onClientGUIClick", getRootElement(), function() if source == tc then triggerServerEvent("tc", localPlayer) end end) addEventHandler("onClientGUIClick", getRootElement(), function() if source == sh then triggerServerEvent("sh", localPlayer) end end) addEventHandler("onClientGUIClick", getRootElement(), function() if source == rc then triggerServerEvent("rc", localPlayer) end end) addEventHandler("onClientGUIClick", getRootElement(), function() if source == cl then guiSetVisible(red,false) showCursor(false) end end) لآ تنسى تغير الايبي والبورت بملف السيرفر .. ولآ تنسى تضيف المود قروب آدممن :] والحين نترككم مع التححميل :] https://up.top4top.net/downloadf-5165ltff1-zip.html بالتوفيق :]
×
×
  • Create New...