Jump to content

^#Dream

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by ^#Dream

  1. لا ياطارات انتم الله يرحم آيام ام تي اي 1.0.5 #
  2. انا حياتي اخمها نومهه باي وقت مدري متى آقوم لاقمت نروح نتابع تلفزون اطفش اروح بلاستيشن لاطفشت رحت للكمبيوتر ثم آقعد عليه لين ارقد مآطلع من البيت الا اذا رحت اصلي
  3. ^ الله يعطيك العافيةة
  4. لان انا ابي اسوي سكربت وابي احط الصصوره بالكيل مسسج
  5. السسلآم عليكم انا ابي اعرف كيف احط صوره بالكيل مسج تجي قبل الكلام آعرف انه اذا لازم اسوي الكلام بـ exports.killmessages:outputmessage
  6. ^ Exe = هذي صيغة البرامجج + الباتشات حقت التهكير صيغتها مثلها exe
  7. السلام عليكم ي شباب ابي اعرف مثلا انا عندي سكربت الشيلات قريد لست هل اقدر لو كان بالسيارة وشغل الشيله تشتغل الشيله لكل الناس الي راكبين السيارهه ؟؟
  8. ذا حق اف اف اس بس كيف سووه ذا الماركر بـ CIT
  9. على ماظن قصدهه كذا http://im76.gulfup.com/1BL9U6.png
  10. ^ آلله يعطيكم العافيةة #
  11. السلام عليكم عندي مشكلة بذا الكود addEventHandler ( "onClientGUIChanged", resourceRoot, function ( ) if ( source == GUIEditor.edit[1] ) then guiGridListClear ( playerList ) local row = guiGridListAddRow ( playerList ) local cl = guiGridListAddcolumn(playerList, "Players List", 0.9) local text = guiGetText ( source ) if ( text == "" ) then for id, player in ipairs ( getElementsByType ( "player" ) ) do guiGridListSetItemText(playerList, row, cl, getPlayerName(name), false, false) guiGridListSetItemPlayerName ( playerList, guiGridListAddRow ( playerList ), 1, getPlayerName ( player ), false, false ) end else for id, player in ipairs ( getElementsByType ( "player" ) ) do if ( string.find ( string.upper ( getPlayerName ( player ) ), string.upper ( text ), 1, true ) ) then guiGridListSetItemText ( playerList, row, cl, getPlayerName ( player ), false, false ) guiGridListSetItemPlayerName ( playerList, guiGridListAddRow ( playerList ), 1, getPlayerName ( player ), false, false ) end end end end end Debugscript ERROR: Loadin Script failed: script\client.lua:76: ')' expected (to close '(' at line 50) near 'function'
  12. آلله يعطيك العافيةة #
  13. السلام عليكم انا اشوف في بعض السيرفرات الاجنبيه انه اذا صك واحد ميوت يجي اسم اللاعب واسم الادمن والوقت + يطلع السبب حق الميوت آبي اعرف كيف اسويهاا ؟
  14. المجمع و التزلج وتصادم السيارات اشوفها بالسيرفرات + منزلينها بالنت والباقي يمدي اي احد يسسويهه #
  15. آلله يعطيك العافيةة ي ابو شنب #
  16. ^ ليش المششكلة من رابط الصوت ؟
  17. Bad argument @ 'playSound' [Expected string at argument 1, got nill]
  18. GUIEditor = { gridlist = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(282, 130, 236, 396, "Window", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(9, 345, 217, 37, "Stop / آيقاف", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(9, 308, 217, 37, "Start / تشغيل", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.gridlist[1] = guiCreateGridList(9, 19, 217, 285, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "#", 0.9) -- Sound's songs = { {"Sound","http://cdn.top4top.net/d_11668d4a9b1.mp3"}, } for _,song in ipairs(songs) do row = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1],row,1,song[1],false,false) guiGridListSetItemData(GUIEditor.gridlist[1],row,1,song[2]) end -- Start \ Sound addEventHandler( "onClientGUIClick", resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then if ( guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ) ~= -1 ) then local statioURL = guiGridListGetItemData ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) if ( statioURL ~= "" ) then if ( isElement ( SoundURL ) ) then destroyElement ( SoundURL ) end SoundURL = playSound ( stationURL ) end end elseif ( source == GUIEditor.button[1] )then if ( isElement ( SoundURL ) ) then destroyElement ( SoundURL ) end end end ) Meta
  19. Bad argument @ 'playSound' [Expected string at argument 1, got nill]
  20. مآفيهه آي شي نفس الاسماء GUIEditor.gridlist[1] = guiCreateGridList(9, 19, 217, 285, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "#", 0.9) end ) -- Sound's songs = { {"Sound","http://cdn.top4top.net/d_11668d4a9b1.mp3"}, } for _,song in ipairs(songs) do row = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1],row,1,song[1],false,false) guiGridListSetItemData(GUIEditor.gridlist[1],row,1,song[2]) end -- Start \ Sound addEventHandler( "onClientGUIClick", resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then if ( guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ) ~= -1 ) then local statioURL = guiGridListGetItemData ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) if ( statioURL ~= "" ) then if ( isElement ( SoundURL ) ) then destroyElement ( SoundURL ) end SoundURL = playSound ( stationURL ) end end elseif ( source == GUIEditor.button[1] )then if ( isElement ( SoundURL ) ) then destroyElement ( SoundURL ) end end end )
  21. تآكدت من الاسم صحيح الديبق يقول لي Bad argument @ 'guiGridListAddRow' [Expected gui-element at argument 1, got nill] + Bad argument @ 'guiGridListSetItemText' [Expected gui-element at argument 1, got nill] + Bad argument @ 'guiGridListSetItemData' [Expected gui-element at argument 1, got nill]
  22. الله يعطيك العافيةة بس الـ Sound مايطلع بالرو يجي قريد لست فاضي
  23. تخبيصص في وش ؟
  24. السسلام عليكم انا عندي مششكلة بذا الكود -- Sound's songs = { {"Sound","http://cdn.top4top.net/d_11668d4a9b1.mp3"}, } for _,song in ipairs(songs) do row = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1],row,1,song[1],false,false) guiGridListSetItemData(GUIEditor.gridlist[1],row,1,song[2]) end -- Start \ Sound addEventHandler("onClientGUIClick", root, function() if (source == GUIEditor.button[2]) then if(sound)then return end local statioURL = guiGridListGetItemData ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) sound = playSound ( stationURL ) elseif(source == GUIEditor.button[1])then if isElement(sound) then destroyElement(sound) sound = nil end
  25. ^#Dream

    طلب

    آهآ توني اشوفها ض1
×
×
  • Create New...