Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. ما شاء الله عليك ذكي فجر سيارة و تلقى كل الي بسيرفر جاهم الكلام
  2. shopBuy? You should have same trigger name. in client remove line 6 and replace it with trigger.
  3. sTable = {} addEventHandler("onPlayerChat", root, function(msg) if sTable[source] then if sTable[source] == msg then outputChatBox("SHUT THE FUCK UP", source, 255, 0, 0) cancelEvent() end else sTable[source] = msg setTimer(function(source) sTable[source] = nil end, 10000, 1, source) end end)
  4. How the hell it set the health to the button but can't take money from the button . I told you do it server side because client side money will not change the server side money.
  5. البندر لما يخلص مفعول الحشيش عطنا خبر برب
  6. البندر ياخي انت وش شارب اليوم؟ ماخذ حبوب؟ هلوسه؟ حشيش؟ ابر؟ جاتك ضربه براسك؟ وش بالضبط
  7. وش اللي مافهمته ؟ كيف تبي واحد معاه مليونين يسجل بحساب register ***** ***** login ***** ***** ? وبعدين سالفة الكونسول ماتجي الا بعد ماتسجل دخول وتطلع من اللعبة وتدخل ؟ بالنسبة للمليونين شكلك ما قريت ردي الي فوق بالنسبة للنجوم بالضبط لما تقفل ام تي اي تتحول إلى نجوم و تقدر تروح تفتح الملف و بتلقاها نجوم بعد و هذا اكبر دليل انها نجوم عادية مو مخفية
  8. انت ايش جالس تقول بالضبط من قال لك انه من قبل الحساب؟ وتحشر ايش يا حظي اسم الحساب طالع بالأدمنية نجوم و اقدر احذف الحساب من اسمه نجوم هذي نجوم عادي مو مخفية يا اخ و من قال ان اسم الحساب تغير؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ البندر شارب شي اليوم؟
  9. يا بندر ترا هذا النجوم موجود من تحديث بأصدار 1.3.3 بس شكلك مو داري هه بالنسبة للمليونين احتمال انه دخل بالحساب و كان بالسيرفر توزيع وقتها
  10. You will need getPlayerMoney to make sure the player have the amount of money so that it won't be in negative. And better do it server side because client side money doesn't change server side money.
  11. كويسسس معناه بق ههههه بالمنطق مو معقوله الـ 20 ذولي اغبياء مو اغبياء بس ذولا يكتبونlogin و يضغطون تاب عشان يدخلون بالحساب الي كانو يدخلون فيه المحفوظ بس بفكرتك العجيبه صارت نجوم تعبتنا كل مره افتح ام تي اي اكتب الباس من جديد
  12. يا للهووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووول لووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووووول ما يفهم ذا؟ هلووو هذي نجوم تجي بعد ما تقفل ام تي اي و في ناس تسجل فيها لانها محفوظة في اف8 يعني بلا تخريف سيرفرين ولا مليون سيرفر مافي بق ولا بطيخ بلا تخريف والله غلطانين يوم حطو نجوم شكله يبي لهم يحطون اكس نفس ما قال عناد عشان ما يجينا واحد نفس البندر ههه
  13. للحين ما استوعبت؟ لما تسجل في سيرفر و بعدها تقفل ام تي اي و تفتحه من جديد الأسم و الباس الي سجلت فيهم يصيرون نجوم في الملف و في ناس مدري وين مخهم يسجلون بالأسم و الباس الي صارو نجوم في سيرفرات ثانية و انت مصدق نفسك بق ههههههههههههه
  14. البندر ياخي لا تخرف ترا هذا ماهو مخفي ولا شي هذا مجرد نجوم عادية حاطينها لحذف اسم الحساب و الباس للحماية ولا الظاهر انك نسيت يوم تروح تبكي تقول هكروك من الباس الي ينحفظ؟ في ناس هبلان يسجلون بنفس النجوم و انت مفكرها بق ههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههه
  15. -- Client Side -- triggerServerEvent("setMyArmor", localPlayer) -- Server Side -- addEvent("setMyArmor", true) addEventHandler("setMyArmor", root, function() setPedArmor(source, 100) end)
  16. TAPL

    help me

    Then i don't see a point of using setElementInterior what you need is setElementPosition and the problem it back you again to the same marker is because you used same position of the other the marker so all you need is to use an position a bit far away of the marker.
  17. setElementArmor doesn't exist, the function name for armor is setPedArmor and you need to trigger server side because it's only server side function unlike setElementHealth. Also don't use source because source here is button, use localPlayer instead.
  18. reutrn في سطر 3 عندك خطأ في كلمة return المفروض تكون + المفروض تحذف القيمة من التيبل بعد ال 30 ثانية كذا time[player] = setTimer(function(player) time[player] = nil end,30000,1, player)
  19. I'm not sure if the first row number is 0 or 1 (i forgot) so be sure to test this thing. addEventHandler("onClientGUIClick", guiRoot, function() if source == GUIEditor.button[1] then local row = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) if row == 0 then -- set the health elseif row == 1 then -- set the armour end end end) Also you have two grid list in same position, i guess that you copied it with the guieditor by mistake.
  20. TAPL

    help

    You're welcome.
  21. TAPL

    help

    local msgs = { '* welcome!', '* name server!', '* register and login!', 'players online' } setTimer(function() local text = msgs[math.random(1, #msgs)] if text == "players online" then outputChatBox("* players online "..getPlayerCount().." in the server", root, 255, 255, 255, true) else outputChatBox(text, root, 255, 255, 255, true) end end, 25000, 0)
  22. TAPL

    help

    To get the number of players in the server you can use getPlayerCount or even getElementsByType in case you wanted to get it client side. Thought i don't see a relation with what you ask about and the code you post.
  23. I've already explained to you the way to do it at Arabic section with your natural language. https://forum.multitheftauto.com/viewtopic.php?f=160&t=65304#p615877 Simply try to do it or pay someone to do it for you. If you lucky maybe someone here is ready to give you free code.
  24. As you can see, all of them start with lowercase letters so be sure your whole script have them the same. tab = {}, tabpanel = {}, button = {}, window = {}, gridlist = {}
×
×
  • Create New...