Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 27/09/20 in all areas

  1. Like this: local cam = getCamera() local rx, ry, rz = getElementRotation(cam) --[[ rx, ry, rz -- transformations ]] setElementRotation(cam, rx, ry, rz)
    1 point
  2. Idlewood apartments: Download: https://www.upload.ee/files/12321544/idlewood-apartments.rar.html Idlewood area: Download: https://www.upload.ee/files/12321542/Idlewood.rar.html Pay'N'Spray: Download: https://www.upload.ee/files/12321546/laesprayshop.rar.html
    1 point
  3. neat, I love the idlewood area one
    1 point
  4. thePlayer não esta declarado em lugar algum, troque thePlayer por source.
    1 point
  5. Movido para Programação em Lua.
    1 point
  6. مالي دخل بالموضوع صراحة لكن إذا نشرت شي و واحد استعمله بسيرفر ماتقدر تطلق عليه " سرقة " ليه ناشره اصلًا؟ لو ماتبي احد يعدله تقدر تحط رخصة إستخدام بالمود وهنا اقول لك حق لأن ذا إنتهاك بس ماتوقع انك كاتب شيء انت بنفسك اعتقد شايل رخصة الإستخدام حقت التصميم نفسه يلي مفروض ماتشيلها
    1 point
  7. Hello, can anybody tell me why is this ids table stay empty? local maxPlayers = getMaxPlayers() local ids = {} addEventHandler("onPlayerJoin", root, function() local player = source for i = 1, maxPlayers do if (ids[i] == false) then ids[i] = i setElementData(player,"id",i) break end end end ) addEventHandler("onPlayerQuit", root, function() local i = getElementData(source,"id") ids[i] = false setElementData(source,"id",false) end ) this would be an id-system
    0 points
×
×
  • Create New...