Jump to content

MrKAREEM

Members
  • Posts

    621
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by MrKAREEM

  1. MrKAREEM

    Server loading issue

    have you ever been to a specific server or more than one server?
  2. MrKAREEM

    Kicked from the game

    i think that activating your windows doesnot cause a problem with the game ه ه ه
  3. انا لحد قريب ما كنت اعرف افتحه والله
  4. لو ما عرف يفتح ال cmd دي الطريقة هتضغط علي قائمة start او علامة الويندوز اللي في الشريط اللي تحت بعدين هتيجي لمربع البحث وتكتب cmd اضغط عليها وطبق اللي قالهولك الاخ ماستر
  5. يقدر يعرفه فوق بعدين تحت يحطله قيمة
  6. function addObjectOnClick ( button, state, element ) if element and getElementType( element ) == "object" and button == "right" and state == "down" and getElementModel(element) == 'الايدي' then local x, y, z = getElementPosition(localPlayer) addEventHandler ( "onClientClick", getRootElement(), addObjectOnClick ) اعتقد راح تعمل
  7. MrKAREEM

    Server loading issue

    if u want to get rid of its files go to your mta sa file path then go to server/mods/deathmatch/resource-cache then delete files on it
  8. مع احترامي ليك بس الفنكشن اللي انت حاطه دا مش عشان تحدد ابجيكت دا يصنع ابجيكت
  9. you want to count from 3 to 1 as example then if the count up kill player? if u want that u will use OnPlayerSpawn and SetTimer using number more than spawn time and for the count number and the Main Event OnPlayerWasted that you will work in it
  10. هو تقريبا حاططتها صح في المود حقه بس خافيها هنا
  11. what the button u want when click on it and what u want to close when click ?
  12. now wich button when you click on it the gui close ?
  13. تمام شكرا علي الافادة triggerClientEvent(source,'servermessages',source, 'الرسالة','rec')
  14. دا مثال triggerClientEvent(source,'servermessages',source, 'الرسالة',rec) source بعد كلمة هتلاقي كلمة الرسالة في علامتين هتقوم مغيرها بالرسالة اللي تبيها rec و ثاني شئ اللي بعدها مكتوب تقدر تغيرها وتخليها warn او تتركها وهتظهر اخضر
  15. you can use function OnClientGUIClick it supports staticimage
  16. معلش سويت خطا شوف التوبيك دا
  17. -- كمثال -- -- كلينت -- edite = guiCreateEdite(10, 80, 350, 20,'') button = guiCreateButton(273, 124, 120, 24, "try") addEventHandler('onClientGUIClick',root, function() if source == button then local url = guiGetText(edite) if url == '' or not url then return end link = "http://www.youtubeinmp3.com/fetch/?video="..url playSound(link) end end ) مثال
  18. مود جميل ورائع استمر , شكرا علي الاهداء
×
×
  • Create New...