Jump to content

xw5R_3Ne

Members
  • Posts

    10
  • Joined

  • Last visited

Details

  • Gang
    Q.5
  • Location
    Palestine

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

xw5R_3Ne's Achievements

Member

Member (5/54)

5

Reputation

  1. لو بتستعمل تايمر لازم تكون محدد الفريمات لانه ع 24 فريم يجي تقريبا 42 ms اما ع 60 يجي 31 ms و التايمر ما يستوعب الا 50 ms يعني استخدام الرندر افضل
  2. يب ^ مشكور ع التصليح بس الي انا حاطها حق كلنت شيك ع الويكي و شوف ^ : )
  3. مشكور ي نكست : ) يغلق
  4. السلام عليكم اخباركم ؟ عساكم بخير ان شاء الله ابي استفسر عن onPlayerWasted الايفنت تنفع مع الريس ؟ و بس
  5. بلنسبة لطلب واحد تقدر تستعمل فيه tocolor زي ما قالو لك فوق . طلب الثالث اهو بس سو تحقق بلفنكشن حق g_LockState g_LockState = false -- locked on serial g_Serials = { ['xxxxxxxxxxxxxxxxxzzzzzxxxxx'] = true, } addCommandHandler('LockAM', function (cmd,plr) if g_Serials[getPlayerSerial(plr)] then if g_LockState == false then g_LockState = true elseif g_LockState == true then g_LockState = false end else return end end) -- تضيف في الفنكشن تحقق من g_LockState لطلبك الرابع ذكرت لك بالكود ذا كيف تخلي اي شي علسيريال طلبك الخامس string.find
  6. addEventHandler("onPlayerChat",root, function(msg,msgT ) If msgT == 0 then cancelEvent() local Name = getPlayerName(source) local n_Msg = string.gsub('#%x%x%x%x%x%x', ' ' ) outputChatBox(Name..' : '..n_Msg,root,255,255,255,true) end end ) -- Untested لا تنسى تخلي If , if نسيت اخليها سمول : ) Line 6 : string.gsub(msg,'#%x%x%x%x%x%x', ' ' )
  7. مشكور علتعديل ^ بس يوم جربتها ضبطت
  8. local g_PlayersInDim = 0 function getPlayersInDimension() for k,v in ipairs(getElementsByType("player")) do if getElementDimension(v) == 0 then g_PlayersInDim = g_PlayersInDim + 1 end end return g_PlayersInDim end اهو الكود تقدر تستعمله ^^ P.S : غير ال0 لرقم الدمنشن حقك
×
×
  • Create New...