-
Posts
2,490 -
Joined
-
Days Won
18
Everything posted by N3xT
-
عدل أسم المود, ممكن حاط فيه رموز أو شيء مثل كذا
-
سطر 14 جرب تخليه كذا if ( account ) and ( not isGuestAccount(account) ) then
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=10604
-
addCommandHandler("getSourceName", function (p) local fileName = "sourceCode.xml" local xmlFile = xmlLoadFile(fileName) if xmlFile then local songName = xmlNodeGetChildren(xmlFile) for i,node in ipairs(songName) do if ( xmlNodeGetName(node) == "td" ) then local nodeName = xmlNodeGetAttribute(node, "sourceName") if nodeName == false then outputChatBox(xmlNodeGetValue(nodeName),p) end end end xmlUnloadFile(xmlFile) end end ) Doesn't work again xd.
-
No errors, my XML file have a lot of lines else that I reply, maybe that is the problem?
-
Doesn't work, can't find child
-
Nothing happen. <body> <td class="sourceName">Tn6eL</td> </body> addCommandHandler("getSourceName", function (p) local fileName = "sourceCode.xml" local xmlFile = xmlLoadFile(fileName) if xmlFile then local songName = xmlNodeGetChildren(xmlFile); for i,node in ipairs(songName) do local nameNode = xmlFindChild(node, "sourceName", 0)) outputChatBox(xmlNodeGetValue(nameNode),p) end xmlUnloadFile(xmlFile) end end )
-
Yes, I'm using XHTML, but my question how can I do it? I know about " regular XML functions ", but how to search for it after connect?
-
Private site.
-
I don't know a lot about websites so, How I can filter the results? can I get the text without API?.
-
Hello guys, hope u are fine today I have a little problem, how I can get a text from website to Lua, That's all
-
أدري, أنا أتكلم كيف أستخرج النص من الموقع أصلا؟
-
السلام عليكم ورحمة الله وبركاته لي فترة أحاول أكمل مود قاعد أشتغل عليه, لكن للأسف ما نجحت فيه بسبب حاجة وحدة بسيطة, ولا أدري وش أحتاج عشان أسويها لذلك اللي فاهم بالمواقع ولغة لوا أتمنى منه يفيدني, عموماً إستفساري عن عندي تكست بموقع وأبي أجيب التكست ذا من الموقع وأخليه يوصل للغة لوا إذا وصل لـ لوا راح أقدر أكمله, بس إستفساري كيف راح أجيبه من الموقع أصلاً ووش راح أستعمل؟ وشكراً لكم نفر نفر
-
أظن عندك إضافة على الريس مغير أسمها
-
ماني شايف أي فايدة من المود, صاحب القناة طلب 500 مشترك وذا شيء مستحيل يصير بيوم وليلة ع الأقل يبي لكم كم شهر لين توصلونها, أيضاً الفيديو يمشي بسرعة مثل ما قلت ما فهمنا ولا شيء من اللي قاعد يسويه أيضاً شايفك كاتب فوق, انشره مباشرة وما نشرت ولا شيء
-
سويت لك ذا, بس يحفظ عن طريق أمر. إذا تبيه بزر بس تقدر تستعمل executeCommandHandler addCommandHandler ( "save-pos", function ( plr ) local x,y,z = getElementPosition ( plr ) if ( x,y,z ) then setElementData(plr, "position", x,y,z) outputChatBox("تم حفظ إحداثياتك بنجاح", plr, 0, 255, 0, true) end end ) addEventHandler("onPlayerWasted", root, function () local x,y,z = getElementData(source, "position") if ( x,y,z ) then setTimer( spawnPlayer, 2000, 1, source, x,y,z ) outputChatBox("تم نقلك لإحداثياتك", source, 0, 255, 0, true) end end )
-
أنا بقولك كيف تسويها أول شيء تفتح الويكي وتاخذ الأشياء اللي تبيها وتتعلم من الأمثلة وتروح تفتح ملف الساعات جانب سيرفر وتحط أكوادك وتخبص فيه وتصلح الأخطاء اللي تطلع لك بالديبق أو تروح تزرف الاكواد من مود فيه ترتيب ولا تفهم من كلام تنطيل خذ اللي يعجبك وسوه وبيظبط معك
-
local group = "Console" addCommandHandler ( "killall", function ( thePlayer ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( group ) ) then for _,p in ipairs(getElementsByType("player")) do if ( p ~= thePlayer ) then killPed (p) outputChatBox ( "قام الكونسول بقتل جميع الاعبين ",root, 255, 0, 0, true ) end end end end )
-
Client : addEventHandler ( "onClientPlayerDamage", root, function ( attacker ) if ( attacker == localPlayer ) then cancelEvent() end end )
-
مو شرط تنسرق, هو قال تتقلد