-
Posts
1,004 -
Joined
-
Days Won
1
Everything posted by Simple.
-
مآيحتاج تسوي موضوع , وموضوعك للحين موجود وثآني واحد بعد --Server Side addEvent("chp", true) addEventHandler("chp", root, function local policeTeam = getTeamFromName ("Police") if (policeTeam) then local police = getPlayersInTeam (policeTeam) triggerClientEvent(client, "p", client) end end) كآن عندك إند زآيده و نآقص قوس !
-
هذآ كود برو قيمر بس عدلت عليه تعديل بسيط جرب GUIEditor = { button = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(0.52, 0.49, 0.09, 0.05, "إرسال المال", true) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFE2EF0F") GUIEditor.edit[1] = guiCreateEdit(0.52, 0.45, 0.09, 0.03, "", true) List = guiCreateGridList(0.40, 0.40, 0.12, 0.26, true) Column = guiGridListAddColumn( List, "Send To :", 0.90 ) for i,v in ipairs(getElementsByType("player")) do Row = guiGridListAddRow (List) guiGridListSetItemText (List, Row, Column, getPlayerName(v), false, false ) guiSetVisible(List,false) guiSetAlpha(GUIEditor.button[1], 0) guiSetAlpha(GUIEditor.edit[1], 0) end end ) screenW, screenH = guiGetScreenSize() addEventHandler("onClientRender", root, function() if ShowPanel then p1 = dxDrawLine(520 - 1, 251 - 1, (520 - 1) + 0, ( 251 - 1) + 40, tocolor(203, 0, 0, 150), 9, false) p2 = dxDrawRectangle(529, 251, 320, 39, tocolor(138, 138, 138, 150), false) p3 = dxDrawLine(520, 295, 520, 528, tocolor(226, 239, 15, 150), 9, false) p4 = dxDrawRectangle(530, 295, 319, 232, tocolor(138, 138, 138, 150), false) p5 = dxDrawText("Send Money Panel", 548, 252, 813, 290, tocolor(203, 0, 0, 255), 1.20, "default-bold", "center", "center", false, false, false, false, false) p6 = dxDrawText("Created By Froze\"$", 717, 489, 844, 527, tocolor(226, 239, 15, 255), 1.00, "default", "center", "center", false, false, false, false, false) end end ) bindKey("F3", "down", function () if ShowPanel then guiSetVisible(List,false) guiSetVisible(GUIEditor.edit[1], false) guiSetVisible(GUIEditor.button[1],false) ShowPanel = false showCursor(false) else guiSetVisible(List,true) guiSetVisible(GUIEditor.edit[1], true) guiSetVisible(GUIEditor.button[1],true) ShowPanel = true showCursor(true) end end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.button[1] then showCursor(false) ShowPanel = false guiSetVisible(List,false) guiSetVisible(GUIEditor.edit[1], false) guiSetVisible(GUIEditor.button[1],false) local name = guiGridListGetItemText(List, guiGridListGetSelectedItem(List) ,1) local money = guiGetText(GUIEditor.edit[1]) if ( guiGridListGetSelectedItem(List) ~= -1 ) then if name == "" or name == " " then return end if tonumber ( money ) then triggerServerEvent("onSendMoney", getLocalPlayer(), name, money) end end end end)
-
addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() CarsDownWin = guiCreateWindow((screenW - 291) / 2, (screenH - 275) / 2, 291, 275, "تحميل السيارات", false) guiWindowSetSizable(CarsDownWin, false) guiSetVisible ( CarsDownWin, false ) StartBut = guiCreateButton(177, 45, 102, 30, "تشغيل", false, CarsDownWin) CarsGrid = guiCreateGridList(9, 22, 158, 239, false, CarsDownWin) col = guiGridListAddColumn(CarsGrid, "السيارت", 0.9) StopBut = guiCreateButton(177, 89, 102, 30, "إيقاف", false, CarsDownWin) StartAllBut = guiCreateButton(177, 136, 102, 30, "تشغيل الكل", false, CarsDownWin) StopAllBut = guiCreateButton(177, 180, 102, 30, "إيقاف الكل", false, CarsDownWin) ArBut = guiCreateButton(177, 221, 35, 35, "AR", false, CarsDownWin) ENBut = guiCreateButton(244, 221, 35, 35, "EN", false, CarsDownWin) DownWin = guiCreateWindow(247, 480, 296, 61, "Cars Downloading", false) guiWindowSetSizable(DownWin, false) guiSetVisible ( DownWin, false ) PrgDown = guiCreateProgressBar(16, 26, 270, 25, false, DownWin) getCars () end ) -- Hassan To bollean Function function toboolean(str) if ( str and type(str) == "string" ) then if ( str == "true" ) then return true else return false end end end -- getCars Function function getCars () local xml = xmlLoadFile("veh.xml") if xml then local n1 = xmlNodeGetValue(xmlFindChild(xml, "car", 0)) local n3 = xmlNodeGetValue(xmlFindChild(xml, "txd", 0)) and xmlNodeGetValue(xmlFindChild(xml, "dff", 0)) local row = guiGridListAddRow(CarsGrid) guiGridListSetItemText(CarsGrid, row, col, toboolean (n1), false, false) guiGridListSetItemData(CarsGrid, row,col, n3) end end
-
نفس آلمشكله
-
شوف حق وحش موجود فوق مافيه شي زي آلفل بس انت شكلك مركب الفري روم الاصلي هو فيه انتي سبام لنفس الكلام
-
كان فيه خطاء ب xml عدلته والحين الخطاء صآر ب سطر36 guiGridListSetItemText(CarsGrid, row, col, n1, false, false) وهذآ آلدي بق
-
للآسف مآضبط
-
آفهم آلي يبيه آول شيء ---- تفضل هذآ طلبك local chatSpam = {} function SpamC() if (not chatSpam[source]) then chatSpam[source] = 1 elseif (chatSpam[source] == 2) then -- cancelEvent() outputChatBox("Dont Spam on the chat man !!", source, 255, 0, 0) else chatSpam[source] = chatSpam[source] + 1 end end addEventHandler("onPlayerChat", root, SpamC) setTimer(function() chatSpam = {} end, 5000, 0)
-
Anyone Here?
-
آستخدم فنكشن عشآن تخلي آلماركر ب دمنشن معين setElementDimension وبخصوص آلرسبنه ركز على آرقمنتات آلفنكشن حق spawnPlayer bool spawnPlayer ( player thePlayer, float x, float y, float z, [ int rotation = 0, int skinID = 0, int interior = 0, int dimension = 0, team theTeam = nil ] )
-
مافيه خطاء , بس بدل سطر 24 بهذآ آلكود timer = setTimer ( updateProgress, 10000, 0) عشآن يزود 1 كل 10 ثوآني
-
Sonata cars/495.txd cars/495.txd cars/495.txd
-
شوف آلموضوع هذآ .. https://forum.multitheftauto.com/viewtopic.php?f=161&t=64607
-
سوها بدال onClientRender خلها setTimer
-
آلسلآم عليكم .. كيف آلحال عندي مشكله نآشبه لي كل ماعدلت شيء مب رآضيه تضبط مسوي فنكشن , وسويت ايفنت لما يشتغل المود يصير لكن فيه مشكله بآنه مايسوي Row ولا ويحط له تكست وهذآ آلكود function getCars () xml = xmlLoadFile ( "veh.xml" ) n3 = xmlNodeGetAttribute (xml, "txd" ) and xmlNodeGetAttribute (xml, "dff" ) n1 = xmlNodeGetAttribute (xml, "car" ) if ( xml ) then row = guiGridListAddRow ( CarsGrid ) guiGridListSetItemText( CarsGrid, row, col, n1 , false, false) guiGridListSetItemData ( CarsGrid, row,col, n3 ) end end وهذآ آلي يطلع بآلدي بوق وش آلمشكله ؟
-
شوف آمثلة الويكي !!!
-
http://www.gta-arabs.com/gt/showthread.php?t=42278
-
تقول مود ماتعرف وش المقصود بذا المود وكيف يشتغل وتقول لانه مود حلو ! رح آسأل آلي مبرمجينه حنا وش عرفنا بآلمود ؟
-
روح للادمنيه بعدين روح لل resource وبعدين المستطيل الابيض حط فيه الكود هذا setServerConfigSetting( "bullet_sync", 1, true ) واضغط server وجرب
-
addEventHandler("onClientGUIClick",root, function ( ) if source == use then local row, col = guiGridListGetSelectedItem( skin_grid ) local id = guiGridListGetItemData(grid,row, col) if row ~= -1 then setElementModel(localPlayer,id) elseif source == close then guiSetVisible(skin,false) showCursor(false) end end end) مآجربته
-
آلعفو , بس انا ابرئ ذمتي إذآ تستخخدمها بآغاني او مايغضب الله
-
آتوقع انك انت مآخذ مسآحه مب خادم آلخادم تشتريه وآلمسآحه للمواقع فقط مالها اي علاقه بالالعاب لآن CPanel للمسآحات فقط