Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 26/11/19 in all areas

  1. Hey everyone, Our developers have been working on a new game mode for the past couple of weeks and we are glad to finally being able to publish it! Today (21-11-2019) we would like to present you our new gamemode - Bomb Arena AKA MTA CSGO. Fight your way through the Counter Terrorist lines to plant that bomb or try to stop the Terrorists by killing them or defusing the bomb once its planted. Offering completely revamped weapon stats, custom grenades, planting bomb script and an economy system. Since it release our server was growing fast and I can now say we grew a strong base community already with 20 online a day which is huge for TDM. However if we manage to get more, we'll release lobby system for that perfect 5v5s. Here is a little preview about how it looks in-game. https://www.youtube.com/watch?v=rYQlRHKfvoA&feature=youtu.be , Skip untill 1:00:00 in order to see. (keep in mind many pushes and updates have been released ever since, to see which join our discord server with the link provided below) Please join today and help us grown even further! https://discord.gg/nhTB43 You can now join the server via server IP: mtasa://51.83.79.197:22003 ! Cheers, Lincoln
    1 point
  2. Unbanned, please check your Discord PM (after adding me) as i have some additional questions for you. @AGENT_STEELMEAT
    1 point
  3. getPlayerFromName getElementPosition setElementPosition addCommandHandler
    1 point
  4. local number = 0 number = ( ( number < 255 and number +1 ) or 0 )
    1 point
  5. الكود ذا حطه في ملف كلاينت بس و حق سيرفر سايد , هذا كلاينت إيفنت انت مسويه من اول
    1 point
  6. Simply use getPedOccupiedVehicle. ddEventHandler( "onClientRender",root, function( ) local px, py, pz, tx, ty, tz, dist px, py, pz = getCameraMatrix( ) for _, v in ipairs( getElementsByType 'player' ) do --if(player ~= localPlayer) then if not getPedOccupiedVehicle(v) then tx, ty, tz = getElementPosition( v ) dist = math.sqrt( ( px - tx ) ^ 2 + ( py - ty ) ^ 2 + ( pz - tz ) ^ 2 ) if dist < 30.0 then if isLineOfSightClear( px, py, pz, tx, ty, tz, true, false, false, true, false, false, false,localPlayer ) then local sx, sy, sz = getPedBonePosition( v, 6 ) local x,y = getScreenFromWorldPosition( sx, sy, sz +1.5 ) if x then -- getScreenFromWorldPosition returns false if the point isn't on screen dxDrawLine3D ( sx, sy, sz+0.2,sx, sy, sz+1.35, tocolor ( 0, 210,0, 90 ), 1.45,false) dxDrawText( "Warrior", x-9.5, y, x, y, tocolor(0,210,0,150), 0.85 + ( 15 - dist ) * 0.035, "default-bold" ) end end end end end end )
    1 point
  7. With for example this: https://web.archive.org/web/20130728213352/http://crystalmv.net84.net/pages/scripts/npc_hlc.php
    1 point
  8. قصدك كذا صح؟ وغلطت اني حاطيت البلاير في فاكشن addEventHandler ( "onPlayerChat" , root , -- حدث عند التكلم بالشات function (message, messageType,...) -- وظيفة وتحتوي بارمتر الحدث -- تجاوزنا البارمتر الاول لاننا لا نحتاجه if mainChatenabled == false then if messageType == 0 then -- التحقق من نوع الرسالة cancelEvent ( ) -- نكنسل الحدث بحيث ما تنرسل الرسالة outputChatBox("You can't talk because chat has been #ff0000Stopped #ffffffby admin.", source, 255,255,255, true) end if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Chat" ) ) and messageType == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox (getPlayerName ( source ) .. ": #ffffff" .. message, getRootElement(), r, g, b, true ) end end end ) المشكله انه التيكست You can't talk because ..etc يجيني حتي لو عندي رتبه؟ كيف اخلي الي عندهم رتب ماتجيهم أنحلت مشكله يليل ام غبائي . المشكله اني حاط النوع رساله الي مافيه قروب ادمن فوق وذا سبب لي مشكله تكرار. مشكور ماقصرت حبيبي @Sha67
    1 point
  9. That is done with CLEO and CLEO can do some things that you cant do in MTA.
    1 point
  10. Hey, i reworked mta community webpage. I apologize in advance for my bad english Russia power!
    1 point
×
×
  • Create New...