-
Posts
1,439 -
Joined
-
Last visited
-
Days Won
5
Everything posted by #Soking
-
TableSpam = { } Serials = { ["Your Serial"] = true, } addEventHandler("onPlayerChat", root, function ( ) for _,Valc in ipairs(getElementsByType("player")) do if ( not Serials[getPlayerSerial(Valc)] ) then if isTimer( TableSpam[source] ) then cancelEvent() outputChatBox('No Spam',source,255,255,255,true) else TableSpam[source] = setTimer(function(source) TableSpam[source] = nil end, 1500, 1, source) end end end end )
-
اطفي التاج + الفري روم يا نوووووووووووووووووووووووووووب هههههههههههههههههههههههههههه انا مجربه وششششششغال
-
كودك مب شغال جنرال جرب كودي , انا متاكد منه
-
طيب بذا الشكل لو الرجال اخذ ميوت ماراح ينفك
-
شكلك تستهبل صح انا مجربهم الا اذا انت مسوي لوحتين اي كلام مشان ماتحط لوحتك مشان لا تنسرق ولما حطيت لك الاكواد رحت تعدلها على لوحتك الاصليه مشان تشتغل واكيد سويت شي غلط ومع هيك ماشتغلت -________________-
-
لعبه بدي اسالك وين الفنكشن يلي انت مسويله تيمر دا ؟ autoUnmute هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
-
GUIEditor = { checkbox = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(289, 180, 374, 286, "#text", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.checkbox[1] = guiCreateCheckBox(14, 67, 246, 15, "Card", false, false, GUIEditor.window[1]) GUIEditor.checkbox[2] = guiCreateCheckBox(14, 97, 246, 15, "STC", false, false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(76, 154, 225, 27, "Send", false, GUIEditor.window[1]) wnd = guiCreateWindow(90, 103, 618, 437, "#", false) guiWindowSetSizable(wnd, false) guiSetVisible(wnd, false ) grid = guiCreateGridList(9, 21, 599, 406, false, wnd) guiGridListAddColumn(grid, "ChedkBox", 0.2) guiSetVisible ( GUIEditor.window[1], false ) guiSetVisible ( wnd, false ) bindKey("F10", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1]) ) showCursor( guiGetVisible(GUIEditor.window[1]) ) guiSetInputEnabled( guiGetVisible(GUIEditor.window[1]) ) end ) bindKey("F9", "down", function ( ) guiSetVisible ( wnd, not guiGetVisible(wnd) ) showCursor( guiGetVisible(wnd) ) guiSetInputEnabled( guiGetVisible(wnd) ) end ) addEventHandler('onClientGUIClick',GUIEditor.button[2], function ( ) guiGridListClear(grid ) if ( guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == true ) then guiGridListSetItemText( grid, guiGridListAddRow( grid ), Colmn,'1 Card',false,false) end if ( guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == true ) then guiGridListSetItemText( grid, guiGridListAddRow( grid ), Colmn,'STC',false,false) end end , false )
-
TableSpam = { } addEventHandler("onPlayerChat", root, function ( ) if isTimer( TableSpam[source] ) then cancelEvent() outputChatBox('Please wait 5 sec',source,255,255,255,true) else TableSpam[source] = setTimer(function(source) TableSpam[source] = nil end, 5000, 1, source) end end )
-
حط اكوادك بالخاص واانا بسولهالك وبرسلها لك
-
addEvent('OpenPanelForPlayer',true) addEventHandler('OpenPanelForPlayer',root, function ( PlayerV ) -- Your Code + guiSetText(guiElement,getPlayerName(PlayerV) ) end ) قصدك كذا ؟
-
Server = addCommandHandler('OpenPanel', function(Plr,_,Player) for _,Valc in ipairs (getElementsByType("player")) do if ( getPlayerName(Player) == getPlayerName(Vlac) ) then local PlayerV = getPlayerFromName(Player) triggerClientEvent('OpenPanelForPlayer',PlayerV) end end end ) Client = addEvent('OpenPanelForPlayer',true) addEventHandler('OpenPanelForPlayer',root, function ( PlayerV ) -- Your Code end ) مثال OpenPanel Soking
-
اقول برب بس وش دا النت حاطه حاط الشيك بوكس لحاله ولوحه لحالها
-
حط الاكواد يا نووووووووووووووووووووووووووووببببببببببببببب طيب
-
اوكيةة انا شكيت انك تكلمني لاني قلت انا مجربه , وانت رديت قلت كيف مجربه وهو ناقص 2 اند + انا اساعده بس هو بيصعب علينا الموضوع المفروض يطرح الاكواد ويخلصنا خايف على شو الله يهديك + اسف احمد\
-
wnd = guiCreateWindow(90, 103, 618, 437, "#", false) guiWindowSetSizable(wnd, false) guiSetVisible(wnd, false ) grid = guiCreateGridList(9, 21, 599, 406, false, wnd) local Colmn = guiGridListAddColumn(grid, "ChedkBox", 0.2) وين كود انشاء الشيك بوكس ؟؟؟ تراك جالس تتلاعب على مخنا بس الغلط مننا , اننا نساعدك قلت لك حط الاكواد كامله دي مو كل الاكواد + احمد سد حلقك وين الاند الناقص ؟ شكلك تستهبل عامخي شف الكود حقي وقول وين الاند الناقص function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end function SetWindowVisible ( Panel , StatsP , StatsC ) guiSetVisible( Panel , StatsP) showCursor( StatsC ) centerWindow( Panel ) end local screenW, screenH = guiGetScreenSize() Window = guiCreateWindow((screenW - 355) / 2, (screenH - 328) / 2, 355, 328, "Test", false) guiWindowSetSizable(Window, false) guiSetVisible(Window,false) GridList = guiCreateGridList(9, 32, 336, 236, false, Window) local Colmn = guiGridListAddColumn(GridList, "Column", 0.9) CheckBox1 = guiCreateCheckBox(12, 290, 123, 15, "1 Card", false,false, Window) CheckBox2 = guiCreateCheckBox(154, 290, 123, 15, "STC", false,false, Window) button = guiCreateButton(290, 302, 55, 16, "Create", false, Window) addEventHandler('onClientGUIClick',button, function ( ) guiGridListClear( GridList ) if ( guiCheckBoxGetSelected(CheckBox1) == true ) then guiGridListSetItemText( GridList, guiGridListAddRow( GridList ), Colmn,'1 Card',false,false) end if ( guiCheckBoxGetSelected(CheckBox2) == true ) then guiGridListSetItemText( GridList, guiGridListAddRow( GridList ), Colmn,'STC',false,false) end end , false ) addCommandHandler('Open', function ( ) local Get = guiGetVisible(Window) SetWindowVisible ( Window , not Get , not Get ) end )
-
انا مجربه , حط كل الاكواد مشان اصلحها لك
-
function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end function SetWindowVisible ( Panel , StatsP , StatsC ) guiSetVisible( Panel , StatsP) showCursor( StatsC ) centerWindow( Panel ) end local screenW, screenH = guiGetScreenSize() Window = guiCreateWindow((screenW - 355) / 2, (screenH - 328) / 2, 355, 328, "Test", false) guiWindowSetSizable(Window, false) guiSetVisible(Window,false) GridList = guiCreateGridList(9, 32, 336, 236, false, Window) local Colmn = guiGridListAddColumn(GridList, "Column", 0.9) CheckBox1 = guiCreateCheckBox(12, 290, 123, 15, "1 Card", false,false, Window) CheckBox2 = guiCreateCheckBox(154, 290, 123, 15, "STC", false,false, Window) button = guiCreateButton(290, 302, 55, 16, "Create", false, Window) addEventHandler('onClientGUIClick',button, function ( ) guiGridListClear( GridList ) if ( guiCheckBoxGetSelected(CheckBox1) == true ) then guiGridListSetItemText( GridList, guiGridListAddRow( GridList ), Colmn,'1 Card',false,false) end if ( guiCheckBoxGetSelected(CheckBox2) == true ) then guiGridListSetItemText( GridList, guiGridListAddRow( GridList ), Colmn,'STC',false,false) end end , false ) addCommandHandler('Open', function ( ) local Get = guiGetVisible(Window) SetWindowVisible ( Window , not Get , not Get ) end ) سويت لك المود كامل
-
--@-- By Soking function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end function SetWindowVisible ( Panel , StatsP , StatsC ) guiSetVisible( Panel , StatsP) showCursor( StatsC ) centerWindow( Panel ) end function SetPlayerPosition( Element ,xPos ,yPos ,zPos ) if ( Element ) and isElement( Element ) and ( getElementType( Element ) == 'player' ) then if ( getElementHealth( Element ) > 0 ) then fadeCamera( false ) setTimer(function( ) fadeCamera( true ) setElementPosition(Element, xPos, yPos ,zPos) end , 4000 , 1 ) end end end wnd = guiCreateWindow(212, 145, 378, 289, "Test", false) guiWindowSetSizable(wnd, false) guiSetVisible(wnd,false) grid = guiCreateGridList(9, 24, 361, 218, false, wnd) guiGridListAddColumn(grid, "Name ", 0.9) guiSetFont(grid,"default-bold-small") move = guiCreateButton(9, 250, 361, 27, "Warp", false, wnd) guiSetFont(move,"default-bold-small") Table = { {"البداية",3490.43726,-1940.38354,12.18125}, {"الحلبه",2817.75806,-1743.10510,9.97133}, {"البنك",1478.26538,-1705.67419,14.04688}, {"البداية",3490.43726,-1940.38354,12.18125}, {"الحلبه",2817.75806,-1743.10510,9.97133}, {"البنك",1478.26538,-1705.67419,14.04688}, {"مركز الشرطة",1521.77258,-1677.03223,13.54688}, {"المجمع السكني",3393.76758,-1732.79016,10.90000}, {"حارة سي جي",2491.12109375, -1667.4482421875, 13.34375}, {"السد الكبير",-887.02734375, 2000.9217529297, 60.654315948486}, {"الدائري",1678.33533, 1447.70569, 10.77515}, {"شارع النخيل",2068.1389160156, 1008.2157592773, 10.671875}, {"شارع الفروسيه",2878.1115722656, -1110.029296875, 10.882762908936}, {"شارع الغروب",662.55310058594, 1936.7479248047, 5.5052728652954}, {"ساحه التفجير",-2051.4926757813, -173.29304504395, 35.3203125}, {"الجسر المعلق", -1160.81372,1078.04163,40.23039}, {"معرض السيارات 1", -1988.24353,287.47321,34.30679}, {"معرض السيارات 2", 2128.78906,-1126.25452,25.53082}, {"معرض السيارات 3", 544.69055,-1273.57458,17.24824}, {"معرض السيارات 4", 1917.88013,2070.78638,10.82031}, {"السينما",-2012.24548,441.59763,35.17188} } bindKey("F6","down",function ( ) local Get = guiGetVisible(wnd) SetWindowVisible ( wnd, not Get , not Get ) end ) for _,Valc in ipairs( Table ) do local Row = guiGridListAddRow(grid) guiGridListSetItemText(grid,Row,1,Valc[1],false,false) guiGridListSetItemData(grid,Row,1,{Valc[2],Valc[3],Valc[4]} ) guiGridListSetItemColor(grid,Row,1,math.random(0,255),math.random(0,255),math.random(0,255)) end addEventHandler("onClientGUIClick",move, function () local Selected = guiGridListGetSelectedItem(grid) if ( Selected ~= -1 ) then local xPosition, yPosition, zPosition = unpack(guiGridListGetItemData(grid,Selected,1)) SetPlayerPosition( localPlayer ,xPosition, yPosition, zPosition ) SetWindowVisible ( wnd , false, false ) outputChatBox("*Welcome :"..getPlayerName(localPlayer),255,255,255) else outputChatBox("* الرجاء اختيار مكان",255,0,0) end end , false )
-
addEventHandler( "onClientResourceStart", getRootElement( ), function ( startedRes ) local sound = playSound("sounds/zahr.mp3") setSoundVolume(sound, 1) addEventHandler( "onClientSoundStopped", sound, function ( startedRes2 ) local sound2 = playSound("sounds/Indila.mp3") setSoundVolume(sound2, 1) addEventHandler( "onClientSoundStopped", sound2, function ( startedRes3 ) local sound3 = playSound("sounds/za.mp3") setSoundVolume(sound3, 1) end ) end ) end )
-
addEventHandler( "onClientResourceStart", getRootElement( ), function ( startedRes ) local sound = playSound("sounds/zahr.mp3") setSoundVolume(sound, 1) addEventHandler( "onClientSoundStopped", sound, function ( startedRes2 ) local sound2 = playSound("sounds/Indila.mp3") setSoundVolume(sound2, 1) end ) addEventHandler( "onClientSoundStopped", sound2, function ( startedRes3 ) local sound3 = playSound("sounds/za.mp3") setSoundVolume(sound3, 1) end ) end ) Note : غير مجرب , ومب متاكد
-
وش تقصدك ب حطيت ادمن ولا ضبط ؟ انت وش تقصد بكلمة قروب ؟ قروب هو الخاص بالوحة العصابات ولا قروب في الاسل جاوبني مشان اعرف اساعدك
-
هههههههههه يا نوب خلاص اسكت انت فليسوفي كبير