-
Content Count
559 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Mr.T9
-
Rank
Playa Partner
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
حط ذا سيرفر addEventHandler( "onPlayerJoin", root, function( ) setElementData( source, "download", "Download" ) end ) function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) if ( getElementData ( source, "download" ) == "Download" ) then cancelEvent ( ) outputChatBox("[ Downloading ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) وحط ذا كلنت addEventHandler( "onClientResourceStart", resourceRoot, function
-
طيب نفس الوظايف اللي بتسخدمها بس حط اسماء الازرار بدال اسم التاب
-
viewtopic.php?f=160&t=86313 نفس طلبك
-
مافهمتك !!! قصدك تضيف ايقونات بالخريطة من عندك ؟ بغير شكل الخريطة موب الايقونات اول مرة اسمع فيها تصدق
-
مافهمتك !!! قصدك تضيف ايقونات بالخريطة من عندك ؟
-
بنفس كودك ابحث عن guiGridListAddColumn وحط قبله اي اسم تبيه وحط = addEventHandler("onClientResourceStart", resourceRoot, function () if (column) then for id,Item in ipairs(getElementsByType("player")) do local row = guiGridListAddRow (GUIEditor_Grid[1]) guiGridListSetItemText (GUIEditor_Grid[1],row,الاسم اللي حطيته,string.gsub(getPlayerName(Item),'#%x%x%x%x%x%x',''),false,false) end end end)
-
جرب addEventHandler("onClientResourceStart", resourceRoot, function () if (column) then for id,Item in ipairs(getElementsByType("player")) do local row = guiGridListAddRow (GUIEditor_Grid[1]) guiGridListSetItemText (GUIEditor_Grid[1],row,string.gsub(getPlayerName(Item),'#%x%x%x%x%x%x',''),false,false) end end end)
-
هو المفروض حط بدال solve open
-
إيه, المشكلة والفراغ كله من مود الأيقونات لكن المود سليم مافيه اي خطأ بس مشكلته يطلع مسافه فشات !؟ عندك حل للمشكلة؟ :المود local root = getRootElement() local rroot = getResourceRootElement() --addEvent("Mensaje",true) local sx,sy = guiGetScreenSize() local chatbox = getChatboxLayout() local y = chatbox["chat_scale"][2] local lineas = chatbox["chat_lines"] local font = "default" if chatbox["chat_font"] == 1 then font = "clear" elseif chatbox["chat_font"] == 2 then font = "default-bold" elseif chatbox["chat_font"] == 3 then font = "arial" end add
-
تفضل GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateStaticImage(150, 50, 674, 411, "Images/baba.png", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(100,0.1, 200, 0.5, "Shop - baba", true, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(20, 340, 101, 47, "5000$", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(154, 340, 101, 47, "
-
خطا الكود + ماراح يشتغل كله حاطلي بالجدول staticimage ومانت مستخدمها ومستخدم window ومانت حاطها
-
شغال تمام GUIEditor = { window = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(150, 50, 674, 411, " ", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible (GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(100,0.1, 200, 0.5, "Shop - baba", true, GUIEditor.window[1]) addEventHandler("onClientRender",getRootElement(), function() x,y = guiGetPosition(GUIEditor.label[1],false) xN,xY = x + 2 , y if xN >= 650 then xN = -200 labelname = GUIEditor.label[1]
-
عند الملس playSoundFrontEnd addEventHandler ("onClientMouseMove",root, function () if (source == اسم الزر) then playSoundFrontEnd (27) end end ) بدل 27 بــ ايدي الصوت