Jump to content

ALw7sH

Members
  • Posts

    1,165
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by ALw7sH

  1. It's better to change the other cars dimension if you want a full hide and this is better to get more fps
  2. ألافضل انك تستخدم setElementVelocity
  3. طيب سطر كم؟ مو فاضين نقرا الكود كامل وهو ماهو قصير ._.
  4. مابيكون يزحف بيزحفون mta لو أنه بيزحف كان حتى شخصيات الكلاب الي منتشره كثير في لاكنهم يمشون عادي بس يبيلك تعدل العظام وذا الشي الي ماعرف كيف يمديك تفك البيدز حق الكلاب وتشوف كيف وتسوي زيهم للحصان لو كان يزحف
  5. ALw7sH

    script not work

    local vipcars = { [520] = true, [411] = true, } function lockPrivate( player, seat, jacked ) if vipcars[getElementModel(source)] then local accName = getAccountName ( getPlayerAccount ( player ) ) if not isObjectInACLGroup( "user."..accName, aclGetGroup ( "VIP" ) ) then cancelEvent() outputChatBox ("Dont have VIP !!!", player, 255, 255, 255, true ) end end end addEventHandler ( "onVehicleStartEnter", root, lockPrivate )
  6. Bot أضافة جديدة وهي سكربت راح يجاوبك على أغلب اسئلتك تقريباً
  7. اللعبة مليانة سيرفرات حلوة بس الاغلب للحين يلعب هجولة الهجولة شي واحد مايتطور ولايتغير عشان كذا مستحيل تضل تلعبة بدون ماتتملل على عكس باقي القيمودات
  8. أحذف الايند الي بسطر 57 وياليت ياتابل لو تحذف ردودنا
  9. شكلك مو منتبه للأيند والقوس الي بسطر 50 لول
  10. ^ type المفروض يستخدم فنكشن if type(z) == "number" then print("z is number!") end
  11. dxscoreboard_client.lua حط اكواد ملف
  12. لا القوس موجود بس فيه أيند زايدة
  13. Can you just explain more what you are trying to do and post your codes?
  14. ithink he's script a deathlist so he dont have to use elements as you said. Idont know if this is exactly what do you want to do, table1 = {"1) Player1","2) Player2","3) Player3"} table2 = {"2) Player2","1) Player1"} for k,v1 in ipairs(table1) do for k,v2 in ipairs(table2) do if v1:gsub(".-%) ","") == v2:gsub(".-%) ","") then print(v1:gsub(".-%) ","").." - "..v2:gsub(".-%) ","")) end end end
  15. yea sorry i thought this is just the error, but you have another error at line 28 getPlayerTeam return the team element not the team name so replace line 28 with local d = getTeamName(getPlayerTeam(thePlayer))
  16. at first you dont have to use string.find just use equal (v == s) second are you sure your tables looks like that or something like that table = {"Player1","Player2","Player3"}
  17. replace line 27 and 39 with if getElementType(thePlayer) == "player" or getElementType(thePlayer) == "vehicle" then
  18. for i ,v in ipairs (speclist) do for k , s in ipairs (deathlist) do local v = v:gsub("([%*%+%?%.%(%)%[%]%{%}%\%/%|%^%$%-])","%%%1") local s = s:gsub("([%*%+%?%.%(%)%[%]%{%}%\%/%|%^%$%-])","%%%1") if string.find(getUncolored(v),getUncolored(s),3,false) then r ,g ,b = 255,153,0 outputDebugString("spectator: ".. getUncolored(v).." "..getUncolored(s)) else r ,g ,b = 255,255,255 outputDebugString("no spectator: ".. getUncolored(v).." "..getUncolored(s)) end end end because there's [ in his name ( not only if there's [ even if there's [,],(,) etc )
  19. addEventHandler("onClientPlayerJoin",root, function() setDevelopmentMode(true) executeCommandHandler("showcol","1") end )
  20. you can use this useful function https://wiki.multitheftauto.com/wiki/IsPlayerInACL note: its server side only
  21. مثل ماقال بندول من الاسم Hex يحذف اكواد ال
  22. هنا مساعدة بالبرمجة ماهو شروح فوتوشوب او سوني فيقاس ._.
  23. الحركة ذي في سيرفر GR لكن بصراحة ابداع انكم زبطوه ماعتقد انه الفكره ملك لهم يعني متأكد انها موجوده بسيرفرات اجنبيه well done uaepro and blackbird اضافة حلوة للتيم سبيك وان شاء الله من افضل الى افضل
×
×
  • Create New...