-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
الحين بس تبي تحط عدد الزومبي الي قتلتهم في ليبل؟؟ ليه مسوين تيبل و ترقير و خطأ لترقير بعد اخبر ان في المنت داتا من نفس مود الزومبي حق عدد الزومبي الي قتلتهم "Zombie kills" الألمنت داتا اسمه
-
I don't know if there is better way, but this should do the job. function sendListToPlayer() local R = nil for _, v in ipairs (guiGridListGetSelectedItems(newrlist)) do if v.row ~= R then R = v.row selName = guiGridListGetItemText(newrlist, v.row, 1) selUrl = guiGridListGetItemText(newrlist, v.row, 2) outputChatBox(selName.." " ..selUrl) end end end
-
I guess this is what you need. call
-
989898456415665242423425342331652 تايمر تيبل و تايمر واحد انتهى الموضوع local Text = { "اكتب الي تبيه هنا", "اكتب الي تبيه هنا", "اكتب الي تبيه هنا", "اكتب الي تبيه هنا", "اكتب الي تبيه هنا" } setTimer(function() if not i or i == #Text then i = 1 else i = i + 1 end setGameType(Text[i]) end, 60000, 0)
-
اما في السيرفر يحتاج getElementType في الكلينت هذا ما يحتاج if hitElement == localPlayer then بالكلينت يحتاج
-
Q, W, Y? 317? @rabe3, YOU HAVE NO TEAM اعتقد لما تسجل دخول يطلع لك الكلام ذا
-
custom event لما تسوي ترقير ذا يعتبر عشان كذا لازم تستخدم الفنكشن ذا لما تسوي ترقير addEvent
-
local blip = {} addEventHandler("onPlayerLogin", root, function () if not isElement(blip[source]) then blip[source] = createBlipAttachedTo(source) end local theTeam = getPlayerTeam(source) if theTeam then local r, g, b = getTeamColor(theTeam) setPlayerNametagColor(source, r, g, b) setBlipColor(blip[source], r, g, b, 255) else outputChatBox("YOU HAVE NO TEAM", source) setPlayerNametagColor(source, 255, 0, 0) end end) addEventHandler("onPlayerQuit", root, function() if isElement(blip[source]) then destroyElement(blip[source]) end end)
-
الفنكشن ذا مو موجود في السيرفر addEvent
-
Does it really works this way? function callphonenumber(thePlayer, cmd, tostring(phonenumber2), ...) i don't think so, remove tostring and put it inside the function itself. -- at line 4 add this phonenumber2 = tostring(phonenumber2)
-
The error explain itself, i don't think it can be explained better than that.
-
You was add the event before the button created. function onMachineClick(button, state, absoluteX, absoluteY, worldX, worldY, worldZ, element) if element and getElementType( element ) == "object" and button == "right" and state == "down" and getElementModel(element) == 955 then vendingWindow = guiCreateWindow(0.375,0.375,0.25,0.25,"Vending machine by freshhh", true) cancelButton = guiCreateButton(0.7,0.1,0.2,0.1,"Cancel", true) addEventHandler("onClientGUIClick", cancelButton, shutDownGUI, false) buyButton = guiCreateButton(0.9,0.1,0.2,0.1,"Purchase", true) end end addEventHandler("onClientClick", getRootElement(), onMachineClick) function shutDownGUI(button, state) if button == "left" and state == "up" then guiSetVisible (vendingWindow, not guiGetVisible ( vendingWindow ) ) showCursor(false) end end
-
اتوقع انه هذا السطر حق العدد ["lines"] = 5, في السطر الثالث gui.lua تلقاه في ملف في السطر الثاني killmessages_server.lua و في ملف
-
أنتو عندكم صعوبات فهم الحين هو يبي المود يفتح إلى اللاعبين الي في عالم وهمي طيب يا فهيم كيف اللاعب بيكون في العالم الوهمي بدون ما تحطهم في عالم وهمي
-
اذا ماني غلطان ان هذا يخلي البيد يلحقك انت ويضربك, مو يلحق الي تحدد عليه ذذ
-
يعني مالكم داعي تخلوني احذف 25 رد
-
I didn't get what you want to do.
-
حذف القيمة من التيبل مضبوط بس اصلاً الكود نفسه مو صحيح انت تضيف الأفنت بعد ثانيتين و بعدين ما تحذف الأفنت ~_~ لو لاحظت هو يبي الأفنت يشتغل لمده ثانيتين يعني مو بعد ثانيتين يشتغل الأفنت اصلاً وش الهدف من اضافة افنت ثانيتين و بعدين يحذفه؟ اضن انه يبي فنكشن زي ذا getPedTarget
