Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. Disable fire control. toggleControl
  2. This all mess and make no sense.
  3. Make no sense. So when you want to change the wanted level you use setPlayerWantedLevel but before you use it make sure that the player aren't inside the col isElementWithinColShape or the player inside the col but his wanted level not 0 getPlayerWantedLevel. What a waste of time.
  4. Make no sense. So when you want to change the wanted level you use setPlayerWantedLevel but before you use it make sure that the player aren't inside the col isElementWithinColShape or the player inside the col but his wanted level not 0 getPlayerWantedLevel.
  5. غيرته الى سورس هو كان مستخدم فنكشنات قديمه . . وحولتها وماشفت شي بالكود غير كذا . سورس معرف وين؟ ههههههه الأفضل تجرب كودك قبل ما تطرحه
  6. Server - Syntax 1 bindKey ( player thePlayer, string key, string keyState, function handlerFunction, [ var arguments, ... ] )
  7. I guess you're using leaked scripts (vG) while we don't give support with leaked scripts.
  8. TAPL

    check

    What the point of the element data when you already have the function doesPedHaveJetPack available client and server side?
  9. Try this. function outputChange(dataName,oldValue) if getElementType(source) == "player" and dataName == "Army.rank" and oldValue then local newValue = getElementData(source,dataName) outputChatBox("Congratulations your rank now is #FFFFFF'"..tostring(newValue).."'",source, 255, 0, 0, true) triggerClientEvent(source, "onRankUp", source) end end addEventHandler("onElementDataChange",getRootElement(),outputChange)
  10. ^^ طيب الحين وش دخل الليبل و الهريس ذا
  11. أنت فاهم غلط شي و الملف الي ينحفظ في مجلد المودات شي ثاني MySQL تحتاج إلى سيرفر خارجي MySQL قاعدة بيانات registry.db و ينحفظ في ملف SQLite ذا executeSQLQuery فنكشن قواعد البيانات القديم الي اسمه MySQL و SQLite ذا تقدر تسوي عن طريقة dbConnect الفنكشن الجديد راح ينحفظ ملف قاعدة البيانات في مجلد المودات SQLite إذا سويت راح ينحفظ في السيرفر الخارجي MySQL
  12. افتح الروابط و اقرأ و افهم ولا تصير كسول و تعتمد على الآخرين https://wiki.multitheftauto.com/wiki/GuiSetVisible https://wiki.multitheftauto.com/wiki/ShowCursor
  13. عشان الغبي ذا الي مسمي نفسه زيم و مسوي فيديو باليوتيوب؟ وش دخل اسمه بالسالفه ههههههههه bullet_sync ذي خاصية جديدة اضيفت في اصدار 1.2 اسمها mtaserver.conf و تقدر تشغلها من ملف https://wiki.multitheftauto.com/wiki/Server_mtaserver.conf#bullet_sync
  14. طيب ليه تقول عنه زيم من وين جبت التسمية ذي بالضبط؟
  15. 2.0 مافيه احد عنده كل الي شفتهم 1.0 بس فاكين التشفير و مغيرين الرقم إلى 2.0 و ياليت تقول لنا وش الزيم ذا بالضبط
  16. http://www.delux-host.com/main/contact
  17. قرأت الكلام ذا؟ فهمت معناته؟ او تحتاج احد يترجمة لك
  18. TAPL

    ACL Gate Problem

    if isObjectInACLGroup("PST_Army"..Deadusergroup, aclGetGroup("Dead")) then Should be: if isObjectInACLGroup("user."..Deadusergroup, aclGetGroup("Dead")) then
  19. TAPL

    ACL Gate Problem

    Try increase the size of the marker. And make sure it server side and your account name is added in acl group 'Dead'.
  20. You're welcome.
  21. Something like this? setTimer(function() local specList = {} for k,v in ipairs(getElementsByType("player")) do local target = getCameraTarget(v) if target and (target ~= v) then if not specList[target] then specList[target] = {} end local team = getPlayerTeam(v) if team then local r, g, b = getTeamColor(team) specList[target][#specList[target]+1] = string.format("#%.2X%.2X%.2X", r, g, b)..getPlayerName(v) else specList[target][#specList[target]+1] = string.format("#%.2X%.2X%.2X", 255, 255, 255)..getPlayerName(v) end end end
  22. You need to remove the event onClientRender. removeEventHandler
  23. لوكل بلاير حاطها مرتين ليه ._.
  24. الدي بق وش يقول؟
×
×
  • Create New...