Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 29/11/20 in all areas

  1. Tópico movido para Offtopic por se tratar de recrutamento de Staff para servidor.
    1 point
  2. We will solve the problem only once, but this is your last chance. Be a normal player and don't let yourself into the business of serial changing again, or else we will permaban you and once again make sure you can't do that anymore. @Norbi2000 i hope you understand
    1 point
  3. oh yeah you're right try this function clickfunc(button, state, player) if button == "left" and state == "down" then if getElementType(source) == "object" and getElementData(source, "owner") == player then local x, y, z = getElementPosition(source); local model = getElementModel(source); bindKey(player, "arrow_u", "down", mozgatas, source); setElementData(source, "mozgathato", true); end end end function mozgatas(player, key, state, element) if getElementData(element, "owner") == player and getElementData(element, "mozgathato") then local x,y,z = getElementPosition(element); setElementPosition(element, x, y-0.5, z); end end
    1 point
  4. bindKey الارقمنت الثاني فيه حالة الزر down = يعني بيشغل الفنكشن إذا الاعب ضغط بس up = بيشغل الفنكشن اذا الاعب فك الزر يعني كان ضاغط وتوه فك الزر بيكون معك 3 فنكشنات تقريبا واحد اذا ضغط الزر و واحد اذا فك الزر والثالث الفنكشن يلي تبي تسويه إذا ضغط الزر سوي تايمر يشغل الفنكشن يلي تبيه خلينا نقول لمدة ثلاث ثواني setTimer اذا الاعب خلال الثلاث ثواني هذي فك الزر اقتل التايمر killTimer
    1 point
×
×
  • Create New...