Jump to content

Search the Community

Showing results for tags 'mtasa'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. https://www.youtube.com/watch?v=SoA211PUFOw RellatryX Clan War Gameplay. Thanks for watching. Do not forget to comment like and subscribe my channel :)
  2. Hungarian roleplay server project! Sziasztok. Bemutatnám új mta projektemet, mely fejlesztés alatt áll. ~ 0-ról írt ~ Fiktív világban, $ pénznemmel, amerikai és magyar frakciók vegyülnek Kövessétek a Facebook oldalt, a további információkért. http://facebook.com/silentrp A posztot is frissítem az újdonságoknál, amennyiben nem felejtem el :D
  3. Estou tentando criar uma função que faça com que a porta do veículo em que o Player estava seja fechada assim que ele deixar o carro. Não sei se isso é possível, mas tentei da seguinte maneira, porém sem sucesso: local theVehicle = getPedOccupiedVehicle ( source ) function SairVeiculo (theVehicle, leftSeat, jackerPlayer) if leftSeat == 0 and not jackerPlayer then setVehicleDoorOpenRatio ( theVehicle, 2, 0, 2500) setVehicleDoorOpenRatio ( theVehicle, 4, 0, 2500) end end addEventHandler("onPlayerVehicleExit", root, SairVeiculo) Se houver alguma maneira e puderem me ajudar, agradeço!
  4. Sorry by my english. I need to get a value with the whole number of weapons the player has. (Whole Number from player's weapon). I'm trying to do this, but with no sucess: function getPedWeapons(ped) local playerWeapons = {} if ped and isElement(ped) and getElementType(ped) == "ped" or getElementType(ped) == "player" then for i=2,9 do local wep = getPedWeapon(ped,i) if wep and wep ~= 0 then table.insert(playerWeapons,wep) end end else return false end return playerWeapons end function SaberArmas (player) outputChatBox("Armas (Caso tenha armas elas serão listadas abaixo!)",player,255,0,0) for i,wep in ipairs(getPedWeapons(player)) do outputChatBox("Você tem: " .. getWeaponNameFromID(wep),player,0,255,0) end end addEventHandler("onMarkerHit", MarkerInfo, SaberArmas) The script is making a list not a Whole Number. Someone can help me ?
  5. Server-Side possui 2 arquivos. 1: factor = 0.03 function createVehicles(player) for i,v in ipairs(getElementsByType("vehicle")) do fuel = math.random(70,80) setElementData(v, "fuel", fuel) end end function processFuel(player) for i,v in ipairs(getElementsByType("vehicle")) do local fuel = getElementData(v, "fuel") or math.random(70,80) if (getVehicleEngineState(v) and fuel > 0 ) then fuel = fuel - factor end if (fuel <= 0.99) then fuel = 0 setVehicleEngineState(v, false) end setElementData(v, "fuel", fuel) end end createVehicles() setTimer(processFuel, 1000, 0) 2: local addingFuel = {} addEvent("onVehicleRefulling", true) function vehicleRefulling(v) if (getPlayerMoney(source) < 5) then outputChatBox("#000000[ #FF0000GASOLINA #000000] #ffffffVocê não tem dinheiro $10", source, 255, 255, 255, true) else setElementData(v, "fuel", getElementData(v, "fuel") + 1) takePlayerMoney(source, 5) end end addEventHandler("onVehicleRefulling", root, vehicleRefulling) addEvent("onVehicleRefullingFull", true) function vehicleRefullingf(v) gabas = 100 - getElementData(v, "fuel") if (getPlayerMoney(source) < tonumber(gabas*5)) then outputChatBox("#000000[ #FF0000GASOLINA #000000] #ffffffVocê não tem dinheiro $"..convertNumber (gabas*5).."", source, 255, 255, 255, true) else setElementData(v, "fuel", getElementData(v, "fuel")+gabas+1) takePlayerMoney(source, tonumber(gabas*5)) end end addEventHandler("onVehicleRefullingFull", root, vehicleRefullingf) function convertNumber ( number ) local formatted = number while true do formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2') if ( k==0 ) then break end end return formatted end Client-Side: local sx,sy = guiGetScreenSize() local px,py = 1366,768 local x,y = (sx/px), (sy/py) function gas() local vehicle = getPedOccupiedVehicle( getLocalPlayer() ) local gasosa = math.floor(getElementData(vehicle,"fuel") or 11) if ( vehicle ) then dxDrawRectangle(x*1125 - 2, y*718 - 2, x*100 + 4, y*27 + 4, tocolor(0, 0, 0, 140), false) dxDrawRectangle(x*1125, y*718, x*100, y*27, tocolor(0, 0, 0, 30), false) if gasosa <= 100 then dxDrawRectangle(x*1125, y*718, x*100/100*gasosa, y*27, tocolor(243, 0, 0, 255), false) else dxDrawRectangle(x*1125, y*718, x*100, y*27, tocolor(243, 0, 0, 255), false) end end end addEventHandler("onClientRender", root, gas) Como posso fazer para que veículos que não possuam motor, como por exemplo a bike não apareça o indicador de Gasolina ? PS: O lado do server-side não foi eu quem fiz.
  6. السلام عليكم حياكم الله في سيرفر ديسكورد بيكون مختص لمبرمجين اللعبة , هو مو مبرمجين اللعبة عموما لأي مبرمجين في اي لغة برمجة يعرفها وكذا المهم ما بطول عليكم رابط ديسكورد السيرفر https://discord.gg/HFUZzH4
  7. Witam! Bardzo chciałbym Was zaprosić na kolejny serwer, jakim jest QualityGame! Poprzednia edycja naszego serwera została zniszczona przez konkurencję. Jednak nie poddaliśmy się i próbujemy dalej. Po tamtej edycji zmieniliśmy wiele rzeczy, np. nazwa serwera, prace. Liczymy na to, że zainteresujesz się od nowa naszym serwerem. Życzymy miłej rozgrywki! Główna rozgrywka stworzona jest w mieście Los Santos. Na więcej graczy będziemy rozsadzać rozgrywkę po innych miastach, aby nie było nudno. Rozgrywka opiera się na RPG. Nasz serwer bazuje na ogrpg, lecz w planach mamy coś oryginalnego. Zarobki na serwerze nie są duże, więc nie łatwo zdobyć dobry samochód. Robimy, co w naszej mocy, aby rozgrywka podobała i nie nudziła się graczom. Pewnie myślisz sobie co serwer ma zamiar wnieść, zrobić czy może stworzyć na na platformie mta san andreas. Nasza wyobraźnia działa bardzo pomysłowo, kreacyjnie, twórczo, fantazyjnie, skutecznie, sprawnie oraz logicznie, przez co założenie takiego serwera i stworzenie w nim takiego klimatu dla ciebie, dla was, nie było problemem. CO CHCEMY STWORZYĆ NA PLATFORMIE MTA SA? Chcemy stworzyć najlepszy serwer, który ma zamiar pokazać innym bardzo wysoki poziom rozgrywki, oraz inny wymiar rozgrywki którego jeszcze nie doznałeś na innych serwerach, nie tylko w postaci odgrywania akcji RP, ale także w zlotach samochodowych, MEETUP'ach, największych oraz najciekawszych eventach na serwerze. CO SERWER MA WZAMIAN WNIEŚĆ NA PLATFORME MTA SA? Dzięki nam nie tylko twoja rozgrywka na serwerze stanie się prostsza i łatwiejsza, ale także bardziej ciekawa oraz, przyjemna. staramy się o to aby wyszło coś jak najlepiej dla was, dzięki czemu możemy pomóc nie tylko i wam ale też sobie zdobywając nowe doświadczenie które możemy bardzo dobrze wykorzystać w jaki kolwiek sposób, wszystko co dzieje się oraz co jest tworzone na serwerze, jest tworzone z myślą o was. CO CHCEMY ZROBIĆ? Chcemy wam urozmaicić, polepszyć, ładniej upielęgnować, waszą grę na serwerze, mamy wiele pomysłów co możemy zrobić dla was by rozgrywka nie była już nudna, zmieniła swój styl oraz przyjemność z grania na serwerze. FRAKCJE NA SERWERZE: Zostaną one dodane gdy tylko będzie wystarczająca ilość graczy. PRACE DORYWCZE ZNAJDUJĄCE SIĘ NA SERWERZE: 1. Magazynier 2. Załadunek Spadochroniarza 3. Pielęgnacja Roślin 4. Kelner 5. Rybak 6. Górnik 7. Kierowca Autobusu Miejskiego LOKALIZACJE PRAC DORYWCZYCH 1. LOS SANTOS (IDLEWOOD) 2. LOS SANTOS (LOS SANTOS INTERNATIONAL) 3. LOS SANTOS (GLEN PARK) 4. LOS SANTOS (MARINA) 5. LOS SANTOS (SANTA MARIA BEACH) 6. Red County 7. LOS SANTOS (EL CORONA) WYMAGANIA W PRACACH DORYWCZYCH 1. Brak 2. Licencja L 3. Brak 4. Brak 5. Brak 6. Brak 7. Brak WYNAGRODZENIE W PRACACH DORYWCZYCH 1. GRACZ OD 50PLN DO 100PLN | PREMIUM OD 50PLN DO 150PLN 2. GRACZ 200PLN + 10% WIĘCEJ DLA GRACZY PREMIUM 3. GRACZ OD 50PLN DO 150PLN | PREMIUM OD 100PLN DO 200PLN 4. GRACZ OD 50PLN DO 150PLN |PREMIUM OD 100PLN DO 250PLN 5. GRACZ OD 150PLN DO 200PLN |PREMIUM OD 280PLN DO 350PLN 6. TYLKO DLA GRACZY PREMIUM OD 250PLN DO 350PLN 7. GRACZ OD 220PLN DO 245PLN |PREMIUM OD 250PLN DO 300PLN SALONY ZNAJDUJĄCE SIĘ NA SERWERZE 1. Salon z pojazdami z najwyższej półki. 2. Salon z pojazdami z średniej półki. 3. Salon z pojazdami offroad. 4. Salon z motocyklami. 5. Cygan posiada pojazdy dla nowych/początkujących graczy. LOKALIZACJE SALONÓW 1. Los Santos (Downtown Los Santos) 2. Los Santos (Downtown Los Santos) 3. Red County (Hilltop Farm) 4. Los Santos (El Corona) 5. Los Santos (El Corona) JAKIE POJAZDY POSIADAJĄ SALONY 1. Infernus Turismo Bullet Super GT Banshee Comet Jester Sultan Elegy Zr-350 Cheetah Hotknife 2. Flash Buffalo Alpha Phoenix Euros Uranus Sabre Windsor Majestic 3. Bobcat Yosemite Landstalker Huntley Mesa Burito 4. FCR-900 PCJ-600 BF-400 Sanchez Freeway Wayfarer Faggio Quadbike 5. Perenial Manana Sadler Previon Bravura Tampa Picador Oceanic Solair LOKALIZACJA ZDAWANIA LICENCJI L: Las Venturas (Airport) LOKALIZACJA URZĘDU MIASTA: Los Santos (Market) LOKALIZACJA STREFY DEATMATCH(DM) Bone County (Green Palms) Na serwerze także pojawia się się biznesmen w skinie CJ-ota, trzeba do niego podejść wpisać numer od 1 do 2, po wpisaniu numeru otrzymuje się nagrode pieniężną. EKIPA SERWERA: Lucyfer - Główny założyciel serwera Brak - Administrator RCON Brak - Administrator Brak - Moderator INFORMACJE O SERWERZE: Nazwa serwera - YourGameLife Adres IP: mtasa://137.74.6.199:20052 Forum: - Aktualnie w trakcie prac. ADMINISTRACJA SERWERA POZDRAWIA ORAZ ZAPRASZA DO GRY!
  8. Witam! Bardzo chciałbym Was zaprosić na kolejny serwer, którego jestem supporterem, jakim jest AstrooRPG! Poprzednia edycja naszego serwera została zniszczona przez konkurencję. Jednak nie poddaliśmy się i próbujemy dalej. Po tamtej edycji zmieniliśmy wiele rzeczy, np. nazwa serwera, prace. Liczymy na to, że zainteresujesz się od nowa naszym serwerem. Życzymy miłej rozgrywki! Główna rozgrywka stworzona jest w mieście Los Santos. Na więcej graczy będziemy rozsadzać rozgrywkę po innych miastach, aby nie było nudno. Rozgrywka opiera się na RPG. Nasz serwer bazuje na ogrpg, lecz w planach mamy coś oryginalnego. Zarobki na serwerze nie są duże, więc nie łatwo zdobyć dobry samochód. Robimy, co w naszej mocy, aby rozgrywka podobała i nie nudziła się graczom. Pewnie myślisz sobie co serwer ma zamiar wnieść, zrobić czy może stworzyć na na platformie mta san andreas. Nasza wyobraźnia działa bardzo pomysłowo, kreacyjnie, twórczo, fantazyjnie, skutecznie, sprawnie oraz logicznie, przez co założenie takiego serwera i stworzenie w nim takiego klimatu dla ciebie, dla was, nie było problemem. CO CHCEMY STWORZYĆ NA PLATFORMIE MTA SA? Chcemy stworzyć najlepszy serwer, który ma zamiar pokazać innym bardzo wysoki poziom rozgrywki, oraz inny wymiar rozgrywki którego jeszcze nie doznałeś na innych serwerach, nie tylko w postaci odgrywania akcji RP, ale także w zlotach samochodowych, MEETUP'ach, największych oraz najciekawszych eventach na serwerze. CO SERWER MA WZAMIAN WNIEŚĆ NA PLATFORME MTA SA? Dzięki nam nie tylko twoja rozgrywka na serwerze stanie się prostsza i łatwiejsza, ale także bardziej ciekawa oraz, przyjemna. staramy się o to aby wyszło coś jak najlepiej dla was, dzięki czemu możemy pomóc nie tylko i wam ale też sobie zdobywając nowe doświadczenie które możemy bardzo dobrze wykorzystać w jaki kolwiek sposób, wszystko co dzieje się oraz co jest tworzone na serwerze, jest tworzone z myślą o was. CO CHCEMY ZROBIĆ? Chcemy wam urozmaicić, polepszyć, ładniej upielęgnować, waszą grę na serwerze, mamy wiele pomysłów co możemy zrobić dla was by rozgrywka nie była już nudna, zmieniła swój styl oraz przyjemność z grania na serwerze. FRAKCJE NA SERWERZE: 1. San Andreas Police Department (SAPD) Lokalizacja: Los Santos (Pershing Square) 2. San Andreas Medical Center (SAMC) Loklizacja: Los Santos (Market) 3. San Andreas Fire Department (SAFD) Lokalizacja: Los Santos (Ocean Docks) 4. Taxi San Andreas (TSA) Lokalizacja: Los Santos (Conference Center) 5. San Andreas Road Assistance (SARA) Lokalizacja: Los Santos (El Corona) 6. Straż Graniczna Los Santos (SGLS) Lokalizacja: Las Venturas (Linden Side) 7. Mafia Los Santos (MLS) Lokalizacja: Los Santos (Verdant Bluffs) PRACE ZNAJDUJĄCE SIĘ NA SERWERZE: 1. [1]Magazynier 2. [2]Magazynier 3. [1]StreetView 4. [2]StreetView 5. Kierowca Kosiarki 6. Rybak 7. Sweepery 8. Praca Dostawczaka 9. Transport Pojazdów 10. Rozwóz Narkotyków LOKALIZACJE PRAC DORYWCZYCH: 1. Los Santos (Commerce) 2. Los Santos (Market) 3. Los Santos (Commerce) 4. Las Venturas (Blackfield) 5. Los Santos (Glen Park) 6. Los Santos (Santa Maria Beach) 7. Red County (Palomino Creek) 8. Los Santos (Verdant Bluffs) 9. Las Venturas (Randolph Industrial Estate) 10.Tierra Robada WYMAGANIA W PRACACH DORYWCZYCH: 1. Brak 2. Brak 3. Brak 4. Brak 5. Brak 6. Brak 7. Brak 8. Brak 9. Prawo Jazdy Kat. C, Czas Przegrany Na Serwerze: 5h(300min) 7500 Punktów(Pkt), Reputacji(REP) 10. Prawo Jazdy Kat. C 1000 Punktów(Pkt), Reputacji(REP) WYNAGRODZENIA W PRACACH DORYWCZYCH: 1. GRACZ 50PLN | PREMIUM 85PLN 2. GRACZ 60PLN | PREMIUM 95PLN 3. OD 5PLN DO 10PLN 4. OD 6PLN DO 11PLN 5. GRACZ 20PLN | PREMIUM 30PLN 6. - 7. 10KG = 385PLN 8. - 9. GRACZ 650PLN | PREMIUM 1200PLN 10. AMFETAMINA - 1700PLN | HEROINA - 1400PLN | KOKAINA - 1500PLN | MARIHUANA - 1600PLN | MDMA - 1750PLN | METAMFETAMINA - 1500PLN | SALONY ZNAJDUJĄCE SIĘ NA SERWERZE: 1. Salon z pojazdami z wysokiej półki. 1. Salon z pojazdami z najwyższej półki. 2. Salon z pojazdami z średniej półki. 3. Salon z pojazdami terenowymi oraz dostawczym. 4. Salon z motocyklami. 5. Cygan który posiada pojazdy dla początkujących/nowych graczy. LOKALIZACJE SALONÓW: 1. Los Santos (Willowfield) 2. Los Santos (Los Santos International) 3. Los Santos (Ganton) 4. Red County (Hilltop Farm) 5. Los Santos (Jefferson) 6. Flint County (Flint Intersection) W JAKIE POJAZDY WYPOSAŻONE SĄ SALONY: 1. Flash Glendale Voodoo ZR-350 2. Banshee Cheetah Comet Sultan Jester Infernus Bullet Turismo 3. Admiral Sabre Stalion Tampa Tahoma Fortune Stratum Sunrise Premier Washington 4. Burito Mesa Yosemite 5. FCR-900 BF-400 Sanchez PCJ-600 Freeway Quadbike 6. Perenial Manana Vincent Bobcat Moonbeam Walton LOKALIZACJA SZKOŁY JAZDY DLA POCZĄTKUJĄCYCH/NOWYCH NA SERWERZE: Los Santos (Commerce) LOKALIZACJA URZĘDU MIASTA: Los Santos (Commerce) LOKALIZACJA KASYNA: Los Santos (Market) EKIPA NASZEGO SERWERA: TeaMer - Główny założyciel serwera Brak - Administrator Sprajcioch, Hubert - Moderator NILO, TheHaxPy, Pablo94, Staszek - Support INFORMACJE O SERWERZE: Nazwa serwera - ASTROORPG Adres IP: mtasa://193.70.126.136:20188 Forum: - Aktualnie w trakcie prac Discord: https://discord.gg/4KmMYHU ADMINISTRACJA SERWERA POZDRAWIA ORAZ ZAPRASZA DO GRY!
  9. https://youtu.be/4KsEnJr-AwI
  10. Have you ever experienced some lag while gaming ? We have some common issues between us ... like someone else is using your internet ?, or you might be downloading some files ( like games ?️ or movies ? ), or you might be streaming some music ? or videos ? while playing or using another device like PS4 ? or your mobile phone ?. Well .. those issues can be resolved since that person can leave your network , or you can stop your downloading progress , or stop using your browser to get the best ping and loss in your gaming ??. However, your permanent ping and loss cannot change easily because it depends on how far your location is from the server ?, and the speed of your internet connection ?, yet ... i discovered a software which can MINIMIZE and not entirely stop this lagging and i think its kinda effective ?. Its called WTFast , and i think it can somehow help in lowering your ping or at least disabling the effect of loss. You have to pay in order to have a subscription?to this software, but there is a trial to see if this software is useful for you or not and its important to know how to use it because its different in every game ( according to the location of the server ), and for MTASA you MUST follow this tutorial in order to know how to use it in the game. so if you're interested .. go on and download the trial of this software https://www.wtfast.com/ How to use it in MTASA ? For other games, you can search Google or YouTube ?for tutorials on how to use it on those games. For MTASA ( idk if it works for SAMP ) you just have to follow this tutorial and i hope it will help ? 1. You have to download it from https://www.wtfast.com/ 2. install the software and then launch it 3. login to your trial account ( might be already logged in ) 4. In the picture below, when this screen appears for you ( my version is 4.12, you have to search for a way in order to reach custom games if you have a TOTALLY different version ) the box in red that i drew shows the listed games, this is direct as the popular games can be directly accessed from this box, but MTASA is not a listed game now, for this step you have to press Manage Settings in the green box i drew and go to step 5. 5. Now that you reached the settings, press the checkbox Enable custom games and then press save 6. Now you should be back to the main panel, press Custom games 7. Press ADD 8. Now for the most important step i will just insert a photo to explain everything for it to be easier Only for those who don't know how to copy MTASA server address 9. After you clicked OKAY, follow this picture to know everything next 10. If you want to know the location of your MTA:SA server, just type the name of the server in https://www.game-state.com/ and you will find the location of the server, then choose the nearest location of the server to your MTASA server " and this if the auto detection does not work " At the end I wish this tutorial helped you guys and feel free to ask any question in the replies ? Good Luck ?
  11. Aqua22

    [HELP PLEASE]

    Hi! I wanted to create a broadcast script and i've got this error: attempt to concatenate local 'msg' (a userdata value) server.lua : function ad (msg) outputChatBox ( "#fbe0ff[Hiradó]: " .. msg .. getRootElement(), 255, 255, 255, true ) end addCommandHandler ("hirado", ad) and i don't know what the problem is. Sorry the link for scripting subforum is doesn't works for me.
  12. We are back after a shutdown of a year and half. Join our Server - Forum - Discord
  13. .::Dead World MTA DAYZ::.. SERVIDOR NOVO VAGAS DE ADM/GM/DV/YOUTUBER mtasa://66.70.162.236:22003 ? NOVO MAPA - DAYZ GTA VERSION ? Traga seu clã e ganhe uma tenda FULL (4 pessoas = tenda) ? Airdrop Espalhado pelo MAPA. ? Nova CZ "Dispara 3 tiros seguidos! confira!" ? Veículos personalizados ? Minigun No Patriot "basta colocar AK e AK Mag e apertar H" ? Bomba C4 "explode com controle" ? Anti-Mod, ?Anti-Hack, ?Anti-Relog ? NOVAS Areas Militares marcadas com um "DADO" basta olhar o gps ou o mapa, ? Opção de escolha de mira de Sniper (F10) ? Painel do jogador personalizado ? Zumbis realistas ? Novo Spawn de Players "3 em cada cidade" Contato para mais informações: SKYPE: ectorzen, donohomer
  14. Boa noite, eu estudei um pouco na wiki e fiz um script de bar, assim, o script do bar não fui eu que fiz, apenas coloquei um painel e alguns sistemas, talvez eu venda + talvez não porque fiz outro parecido só que de limpar ficha e ficou mais exclusivo.. assim vamos lá, primeiramente são 4 bares, com o interior 11, assim que entra ne qualquer um deles, tem o ped, em cima do ped coloquei um dxDrawText mandando o player pressionar a letra "M" para abrir o cursor que é a função com nome de "Nametag", e depois clicar no ped para abrir o painel menu para compra a bebida que ele deseja, mas após abrir clicar no ped e o painel menu ter aberto, a função "Nametag" ( A que manda o player pressionar a letra M e clicar no ped, ou seja o texto continua no ped mesmo com o painel-menu aberto ), e também não seta o walkingStyle.. voces poderiam me informar o erro e como resolve-lo ? c.lua --[[ ################################################ # # # RESOURCE DESENVOLVIDO por: # # < #Horus > # # # # # ################################################ ]] local ped = createPed(240, 497.283, -77.876, 998.765, 0) local ped2 = createPed(240, 497.283, -77.876, 998.765, 0) local ped3 = createPed(240, 497.283, -77.876, 998.765, 0) local ped4 = createPed(240, 497.283, -77.876, 998.765, 0) setElementInterior(ped, 11) setElementDimension(ped, 1) setElementFrozen(ped, true) setElementInterior(ped2, 11) setElementDimension(ped2, 2) setElementFrozen(ped2, true) setElementInterior(ped3, 11) setElementDimension(ped3, 3) setElementFrozen(ped3, true) setElementInterior(ped4, 11) setElementDimension(ped4, 4) setElementFrozen(ped4, true) local dxfont0_fonte = dxCreateFont("font/fonte.ttf", 10) local screenW, screenH = guiGetScreenSize() local resW, resH = 1360,768 local x, y = (screenW/resW), (screenH/resH) function setBlur(state) setElementData(localPlayer, "showBlur", state) end function isEventHandlerAdded( sEventName, pElementAttachedTo, func ) if type( sEventName ) == 'string' and isElement( pElementAttachedTo ) and type( func ) == 'function' then local aAttachedFunctions = getEventHandlers( sEventName, pElementAttachedTo ) if type( aAttachedFunctions ) == 'table' and #aAttachedFunctions > 0 then for i, v in ipairs( aAttachedFunctions ) do if v == func then return true end end end end return false end function dxDrawLinedRectangle( x, y, width, height, color, _width, postGUI ) _width = _width or 1 dxDrawLine ( x, y, x+width, y, color, _width, postGUI ) -- Top dxDrawLine ( x, y, x, y+height, color, _width, postGUI ) -- Left dxDrawLine ( x, y+height, x+width, y+height, color, _width, postGUI ) -- Bottom return dxDrawLine ( x+width, y, x+width, y+height, color, _width, postGUI ) -- Right end function cancelPedDamage(attacker) cancelEvent() end addEventHandler("onClientPedDamage", ped, cancelPedDamage) addEventHandler("onClientPedDamage", ped2, cancelPedDamage) addEventHandler("onClientPedDamage", ped3, cancelPedDamage) addEventHandler("onClientPedDamage", ped4, cancelPedDamage) function drawDrinks() tocolor1 = tocolor(0, 0, 0, 150) if isCursorOnElement(screenW * 0.3257, screenH * 0.4115, screenW * 0.3272, screenH * 0.0469) then -- CATUABA tocolor1 = tocolor(16, 102, 231, 100) end tocolor2 = tocolor(0, 0, 0, 150) if isCursorOnElement(screenW * 0.3257, screenH * 0.4583, screenW * 0.3272, screenH * 0.0469) then -- VODCA tocolor2 = tocolor(16, 102, 231, 100) end tocolor3 = tocolor(0, 0, 0, 150) if isCursorOnElement(screenW * 0.3257, screenH * 0.5052, screenW * 0.3272, screenH * 0.0469) then -- CERVEJA tocolor3 = tocolor(16, 102, 231, 100) end tocolorF = tocolor(217, 0, 5, 0) if isCursorOnElement(screenW * 0.6426, screenH * 0.3490, screenW * 0.0221, screenH * 0.0417) then -- CLOSE tocolorF = tocolor(217, 0, 5, 150) end -- ################# BACKGROUND ################# dxDrawRectangle(screenW * 0.3140, screenH * 0.3490, screenW * 0.3507, screenH * 0.3997, tocolor(0, 0, 0, 150), false) dxDrawRectangle(screenW * 0.3140, screenH * 0.3490, screenW * 0.3507, screenH * 0.0417, tocolor(0, 0, 0, 150), false) -- ################# BUTTONS ################# dxDrawRectangle(screenW * 0.3257, screenH * 0.4115, screenW * 0.3272, screenH * 0.0469, tocolor1, false) -- CATUABA dxDrawRectangle(screenW * 0.3257, screenH * 0.4583, screenW * 0.3272, screenH * 0.0469, tocolor2, false) -- VODCA dxDrawRectangle(screenW * 0.3257, screenH * 0.5052, screenW * 0.3272, screenH * 0.0469, tocolor3, false) -- CERVEJA dxDrawRectangle(screenW * 0.6426, screenH * 0.3490, screenW * 0.0221, screenH * 0.0417, tocolorF, false) -- CLOSE -- ################# IMAGENS ################# dxDrawImage(screenW * 0.3287, screenH * 0.4180, screenW * 0.0191, screenH * 0.0352, "", 0, 0, 0, tocolor(255, 255, 255, 217), false) dxDrawImage(screenW * 0.3287, screenH * 0.5573, screenW * 0.0191, screenH * 0.0339, "", 0, 0, 0, tocolor(255, 255, 255, 217), false) dxDrawImage(screenW * 0.3257, screenH * 0.6458, screenW * 0.0265, screenH * 0.0430, "", 0, 0, 0, tocolor(254, 254, 254, 205), false) dxDrawImage(screenW * 0.3287, screenH * 0.4661, screenW * 0.0191, screenH * 0.0352, "", 0, 0, 0, tocolor(255, 255, 255, 217), false) dxDrawImage(screenW * 0.3287, screenH * 0.5143, screenW * 0.0191, screenH * 0.0352, "", 0, 0, 0, tocolor(255, 255, 255, 217), false) dxDrawImage(screenW * 0.3287, screenH * 0.6042, screenW * 0.0191, screenH * 0.0339, "", 0, 0, 0, tocolor(255, 255, 255, 217), false) -- ################# TEXTOS ################# dxDrawText("Bar Passa Tempo - MENU", screenW * 0.4280, screenH * 0.3600, screenW * 0.4324, screenH * 0.3984, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("X", screenW * 0.6500, screenH * 0.3555, screenW * 0.7610, screenH * 0.3984, tocolor(255, 255, 255, 202), 1.30, "default-bold", "left", "top", false, false, false, true, false) dxDrawText("Catuaba", screenW * 0.3522, screenH * 0.4232, screenW * 0.4632, screenH * 0.4661, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("Vodca", screenW * 0.3522, screenH * 0.4714, screenW * 0.4632, screenH * 0.5143, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("Cerveja", screenW * 0.3522, screenH * 0.5183, screenW * 0.4632, screenH * 0.5573, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("#FF0000R$ #FFFFFF200", screenW * 0.6044, screenH * 0.4245, screenW * 0.7154, screenH * 0.4674, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("#FF0000R$ #FFFFFF150", screenW * 0.6044, screenH * 0.4674, screenW * 0.7154, screenH * 0.5104, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("#FF0000R$ #FFFFFF100", screenW * 0.6044, screenH * 0.5182, screenW * 0.7154, screenH * 0.5612, tocolor(255, 255, 255, 202), 1.00, dxfont0_fonte, "left", "top", false, false, false, true, false) dxDrawText("Selecione uma bebida abaixo:", screenW * 0.4350, screenH * 0.3898, screenW * 0.4324, screenH * 0.7487, tocolor(255, 255, 255, 202), 0.8, dxfont0_fonte, "left", "top", false, false, false, true, false) end function render() local screenx, screeny, worldx, worldy, worldz = getCursorPosition() local px, py, pz = getCameraMatrix() local hit, x, y, z, elementHit = processLineOfSight ( px, py, pz, worldx, worldy, worldz ) local tx, ty, tz = getElementPosition(localPlayer) local rx, ry, rz = getElementPosition(ped) local distancia = getDistanceBetweenPoints3D(tx, ty, tz, rx, ry, rz) if not isEventHandlerAdded("onClientRender", root, drawDrink) then if (distancia < 5) then if hit then if elementHit == ped then addEventHandler("onClientRender", root, drawDrinks) showCursor(true) showChat(false) setElementData(localPlayer, "showBlur", true) end if elementHit == ped2 then addEventHandler("onClientRender", root, drawDrinks) showCursor(true) showChat(false) setElementData(localPlayer, "showBlur", true) end if elementHit == ped3 then addEventHandler("onClientRender", root, drawDrinks) showCursor(true) showChat(false) setElementData(localPlayer, "showBlur", true) end if elementHit == ped4 then addEventHandler("onClientRender", root, drawDrinks) showCursor(true) showChat(false) setElementData(localPlayer, "showBlur", true) end end end end end addEventHandler("onClientClick", root, render) local rootElement = getRootElement() local screenWidth, screenHeight = guiGetScreenSize() local maxrange = 9 function Nametag() local pedX, pedY, pedZ = getElementPosition(ped) local sx, sy = getScreenFromWorldPosition (pedX,pedY,pedZ +1) local cameraX, cameraY, cameraZ = getCameraMatrix() if sx then if getDistanceBetweenPoints3D(cameraX,cameraY,cameraZ,pedX,pedY,pedZ) <= maxrange then if not getElementData(localPlayer, "showBlur") then dxDrawRectangle(sx - x*110,sy + y*57, screenW * 0.2514, screenH * 0.0630, tocolor(0, 0, 0, 165), false) dxDrawText("Garçom - Bebidas e Diversão;",sx - 25 ,sy + 60,screenWidth, screenHeight,tocolor ( 255, 255, 255, 230 ), 0.9,dxfont0_fonte) dxDrawText('Pressione #FF0000"M" #FFFFFFe clique no garçom para abrir o menu!',sx - 100,sy + 80,screenWidth, screenHeight,tocolor ( 255, 255, 255, 230 ), 0.8,dxfont0_fonte, "left", "top", false, false, false, true, false) end end end end addEventHandler("onClientRender",rootElement, Nametag) function closePanel(_,state) if isEventHandlerAdded("onClientRender", root, drawDrinks) then if state == "down" then if isCursorOnElement(screenW * 0.6426, screenH * 0.3490, screenW * 0.0221, screenH * 0.0417) then showCursor(false) showChat(true) playSound("sfx/hit.mp3", false) removeEventHandler("onClientRender", root, drawDrinks) setElementData(localPlayer, "showBlur", false) end end end end addEventHandler("onClientClick", root, closePanel) function Catuaba(_,state) if isEventHandlerAdded("onClientRender", root, drawDrinks) then if state == "down" then if isCursorOnElement(screenW * 0.3257, screenH * 0.4115, screenW * 0.3272, screenH * 0.0469) then setBlur(false) elseif (not isTimer(timerExpireDrinks)) then triggerServerEvent("server:onPlayerBuyDrinkBVS", resourceRoot, 200) else playSound("sfx/hit.mp3", false) outputChatBox("Você ainda está com efeito da bebida, espere mais um pouco para beber de novo.", 255, 0, 0) removeEventHandler("onClientRender", root, drawDrinks) showCursor(false) end end end end addEventHandler("onClientClick", root, Catuaba) function Vodca(_,state) if isEventHandlerAdded("onClientRender", root, drawDrinks) then if state == "down" then if isCursorOnElement(screenW * 0.3257, screenH * 0.4583, screenW * 0.3272, screenH * 0.0469) then setBlur(false) elseif (not isTimer(timerExpireDrinks)) then triggerServerEvent("server:onPlayerBuyDrinkBVS", resourceRoot, 150) else playSound("sfx/hit.mp3", false) outputChatBox("Você ainda está com efeito da bebida, espere mais um pouco para beber de novo.", 255, 0, 0) removeEventHandler("onClientRender", root, drawDrinks) showCursor(false) end end end end addEventHandler("onClientClick", root, Vodca) function Cerveja(_,state) if isEventHandlerAdded("onClientRender", root, drawDrinks) then if state == "down" then if isCursorOnElement(screenW * 0.3257, screenH * 0.5052, screenW * 0.3272, screenH * 0.0469) then setBlur(false) elseif (not isTimer(timerExpireDrinks)) then triggerServerEvent("server:onPlayerBuyDrinkBVS", resourceRoot, 100) else playSound("sfx/hit.mp3", false) outputChatBox("Você ainda está com efeito da bebida, espere mais um pouco para beber de novo.", 255, 0, 0) removeEventHandler("onClientRender", root, drawDrinks) showCursor(false) end end end end addEventHandler("onClientClick", root, Cerveja) function currentEffectDrinks() ---------------------------------------------------------- timerControlDrinks = setTimer(function() setPedControlState(localPlayer, "walk", true) end, 100, 0) setWindVelocity(100, 100, 0) setCameraShakeLevel(255) ---------------------------------------------------------- timerExpireDrinks = setTimer(function() ---------------------------------------------------------- resetWindVelocity() setCameraShakeLevel(1) if isTimer(timerControlDrinks) then killTimer(timerControlDrinks) end setPedControlState(localPlayer, "walk", false) outputChatBox("O efeito da bebida acabou.", 0, 255, 0) triggerServerEvent("resetWalkingStyle",resourceRoot) ---------------------------------------------------------- end, math.random(40000, 60000), 1) end addEvent("client:currentEffectDrinks", true) addEventHandler("client:currentEffectDrinks", resourceRoot, currentEffectDrinks) function isCursorOnElement( posX, posY, width, height ) if isCursorShowing( ) then local mouseX, mouseY = getCursorPosition( ) local clientW, clientH = guiGetScreenSize( ) local mouseX, mouseY = mouseX * clientW, mouseY * clientH if ( mouseX > posX and mouseX < ( posX + width ) and mouseY > posY and mouseY < ( posY + height ) ) then return true end end return false end s.lua local markersBarPositions = { {2348.547, -1372.678, 24.398, 501.900, -67.600, 999.700, 11, 1}, -- 1 {1000.592, -919.914, 42.328, 501.900, -67.600, 999.700, 11, 2}, -- 2 {2369.240, 1984.234, 10.820, 501.900, -67.600, 999.700, 11, 3}, -- 3 {-2432.25, -183.043, 35.312, 501.900, -67.600, 999.700, 11, 4}, -- 4 } local markersBarEnter = {} local markersBarExit = {} for i=1, #markersBarPositions do local xEnter, yEnter, zEnter, xExit, yExit, zExit, intEnter, dimEnter = unpack(markersBarPositions[i]) markersBarEnter[i] = createMarker(xEnter, yEnter, zEnter+1, "arrow", 1.5, 0, 16, 102, 231) local blip = createBlip(xEnter, yEnter, zEnter, 49) setBlipVisibleDistance(blip, 300) markersBarExit[i] = createMarker(xExit, yExit, zExit+0.1, "arrow", 1.5, 255, 0, 0, 255) setElementInterior(markersBarExit[i], intEnter, xExit, yExit, zExit-1) setElementDimension(markersBarExit[i], dimEnter) function enterBarBV:~(hitElement, matchingDimension) if (getElementType(hitElement) == "player") and (matchingDimension) then local vehicle = getPedOccupiedVehicle(hitElement) local playerAccount = getPlayerAccount(hitElement) if (not vehicle) then if (playerAccount) then if (not isGuestAccount(playerAccount)) then setElementInterior(hitElement, intEnter, xExit, yExit-2, zExit) setElementDimension(hitElement, dimEnter) setElementPosition(hitElement, xExit, yExit-2, zExit) setElementRotation(hitElement, 0, 0, 180) end end end end end addEventHandler("onMarkerHit", markersBarEnter[i], enterBarBV:~) function exitBarBV:~(hitElement, matchingDimension) if (getElementType(hitElement) == "player") and (matchingDimension) then setElementInterior(hitElement, 0, xEnter, yEnter-5, zEnter) setElementDimension(hitElement, 0) setElementPosition(hitElement, xEnter, yEnter-5, zEnter) end end addEventHandler("onMarkerHit", markersBarExit[i], exitBarBV:~) end function onPlayerBuyDrinkBVS(price) local money = getPlayerMoney(client) if (money >= price) then takePlayerMoney(client, price) local atualHealth = getElementHealth(client) setElementHealth(client, atualHealth + 20) playSound("sfx/hit.mp3", false) ----------------------------------------------------- setPedWalkingStyle(client, 126) triggerClientEvent(client, "client:currentEffectDrinks", resourceRoot) ----------------------------------------------------- outputChatBox("Drink comprado com sucesso.", client, 16, 102, 231) else playSound("sfx/hit.mp3", false) outputChatBox("Você não possui dinheiro suficiente.", client, 255, 0, 0) end end addEvent("server:onPlayerBuyDrinkBVS", true) addEventHandler("server:onPlayerBuyDrinkBVS", resourceRoot, onPlayerBuyDrinkBVS) function resetWalkingStyle() setPedWalkingStyle(client, 0) end addEvent("resetWalkingStyle", true) addEventHandler("resetWalkingStyle", resourceRoot, resetWalkingStyle)
  15. --------------------------- MTA: San Andreas [CL16] (CTRL+C to copy) --------------------------- Uruchomienie moda nie powiodło się. Upewnij się, że zainstalowano najnowsze pliki danych moda. Czy chcesz uzyskać pomoc dla tego problemu w trybie online? --------------------------- Tak Nie --------------------------- hello Guys! When turning on mtasa shows me a mistake ^, i tried opening, using administration and reinstall but not work, i turning off anti-virus and not work click no and not work my windows: 8.1 i have hope you help mi ;(
  16. local Minicio4 = createMarker (1038.02332, -1337.93970, 13.72656 -1, "cylinder", 1, 16 ,102 ,231, 100) Quando coloco -1 após as coordenadas, junto com o marker de tamanho 1 após o "cylinder" o script nao funciona!!! Todos os markers de trab do meu servidor são do tamanho "1" queria deixar esse tmb oque é glr ? Obs: eu sublinei e grifei o -1 e o tamanho do marker q é "1" após o "cylinder" para facilitar
  17. Hello fellow community I just want to announce that pirateshosting is still at his starting stage with the common strugggle to find a solid ground. as we are changing plans and goals on pirateshosting. Mostly i want to say that the focus on gameservers is decreased and will focus more on webhosting. this is currently the idea we are working on. the plans will contain: WEB-Host-1 (10 in Stock) 5 Posts /month - 1GB Web Space of SSD. - 5GB Bandwidth. - 3 Emails Accounts. - 3 MySQL Database. - 3 FTP Accounts. - 3 Sub-Domains. - 1 Addon Domain. Control panel: ISPConfig WEB-Host-2 (10 in Stock) 12 Posts /month - 2GB Web Space of SSD. - 10GB Bandwidth. - 5 Emails Accounts. - 5 MySQL Database. - 5 FTP Accounts. - 5 Sub-Domains. - 1 Addon Domain. Control panel: ISPConfig 3 WEB-Host-3 (5 in Stock) 20 Posts /month - 5GB Web Space. - 10GB Bandwidth. - 5 Emails Accounts. - 5 MySQL Database. - 5 FTP Accounts. - 5 Sub-Domains. - 5 Addon Domain. Control Panel: cPanel Game Server Plans: MTA:SA (10 in Stock) 12 Posts /month 16 Slots 1GB Space Free WebFTP Control: Bgpanel SAMP (10 in Stock) 12 Posts /month 16 Slots 1GB Space Free WebFTP Control: Bgpanel For the gameservers it will be only mta currently and increase when member base will grow and we manage to gain some sponsor that offers enough to get better specs vpses 2 gig disk (we do not have restrictions but please mind your usage) and the game Quick FAQ's (Frequently asked questions) Q: Is this PiratesHosting still offer free Game Server? A: Yes but only MTA:SA. Q. How to Request free Shared Hosting? A: When you reach minimum Requirements GOTO "Game Server Request" OR "WEB Host Request" section create new thread use format. fill the formats question and post your thread. Our Admin reply you as soon as possible. Q. How to keep Warning Level 0%? A: Make sure your post is legally. don't post Adult things, don't spam. any abuse post can make your account Upto 90% Warning OR 100% means permanent Banned. Q. I can Become staff member on PiratesHosting? A: Ofcourse, Staff seats are available such as (Live Chat Agent, Administrator, Web-Developer, Server-Deve
  18. Hello, Today i was testing some scripts on a local server and suddenly i got kicked from the server with error code [CD48]. I thought maybe my pc is making some problem so i restarted it, but still it gave same error. I tried different online servers but unfortunately got the same error in all of them. The window which appears says that, "You have been kicked from the server SD #5 OANE. Please ensure no other program is modifying the game". I checked task manager to check if any program is interfering with the game, but found none. Kindly help me out on this one because i cant figure out the problem. Regards, Mubeen
  19. السلام عليكم ورحمة الله معنا اليوم مود اذارة حسابات من صنع ThePrInCe وكان فيه بعض الأخطاء كان لما تفتح اللوحة تفتح للجميع الموجودين بي السيرفر فقام خوي MrKAREEM بتعديل على المود و صار يشتغل عادي و بدون مشاكل قم بتعديل على المود عبر وضع السريال لتفتح لك اللوحة صورة للمود رابط تحميل المود https://up.top4top.net/downloadf-7553snmo1-zip.html او http://www.mediafire.com/file/ycc5q3rm5gxh32i/Xaccount.zip
  20. I want to respond quickly about the game , I want to change my computer system from Windows to Linux and I am a fan and addicted to the game and I do not want to dispense with them. Is there game files in the Linux system means there is a game in the Linux system I want to respond quickly from the developers of the game or someone knows
  21. We offer many Game Servers. We are NOW offering free servers. Only Differences between Free Server Hosting and our Premium MTA Hosting. - Free Servers are limited to 32 Player Slots - Free Servers are limited to 5GB Storage Space You may obtain a free server : Click Here Home Page Of Website : Click Here We offer all of our gaming services with Control Panel And DDOS Protection.
  22. MTA Servers ? First offer ? ♥ Players - > 500 ???????? RAM - > 2 GB ? Size - > 2 GB ? SUPPORT - > 24 / 24 ?? lagg - > 0 % ? ✲ ? Ddos attack prottect ? . - > Open Game Panel ? - > PhpMyAdmin ? 2.25$ Dollar - > 1 month ? ----------------------------------------------- Offer 2 Players - > 1024 ✂ ✲ ? Ddos attack prottect ? .size - > 3 GB ? RAM - > 3 GB ♥ Support - > 24 / 24 ? Lagg - > 0 % ?? - > Open Game Panel ? 2.90$ Dollar - > 1 Month ? -------- ( Payments ) Vodafone cards _ Cash PayPal or VISA CASH_U Panel : https://www.mega-host.site/panel --------- website : https://www.mega-host.site --------- Support https://www.mega-host.site/contact.php
  23. I maked a Password based gate script with dx and normal gui pic This resource is working properly but i have a problem iwant to setup close butten and gui visible set to marker pls help me this is client side GUIEditor = { button = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(534, 370, 265, 54, "OPEN THE GATE", false) GUIEditor.button[2] = guiCreateButton(872, 429, 62, 37, "Close", false) GUIEditor.edit[1] = guiCreateEdit(463, 269, 250, 43, "", false) addEventHandler ( "onClientGUIClick", GUIEditor.button[1], checkPassword ) guiEditSetMasked ( GUIEditor.edit[1], true ) end ) password = "1234" function checkPassword () local text = guiGetText ( GUIEditor.edit[1] ) if text == password then triggerServerEvent ( "openGate", resourceRoot) else outputChatBox ( "Password Incorrect!" ) end end this is the server side local gate = createObject(980,-2423.94385, -609.48846, 132.56250, 0, 0, 0) function open() moveObject(gate, 980,-2414.95703, -603.12976, 132.56250, 0, 0, 0) end addEvent( "openGate", true ) addEventHandler( "openGate", resourceRoot, open ) <meta> <meta> <info type="script" name="psswd based gate" author="heshan" version="1.0.0"></info> <script src="my2.lua" type="client" ></script> <script src="my2s.lua" type="server" ></script> </meta> pls help
  24. Witaj graczu, Chcielibyśmy Cię zaprosić na nowo powstający serwer RPG Campfire City - tak, kolejny serwer RPG, jakże już zużyty tryb gry na serwerach MTA. Dlaczego więc zdecydowaliśmy się na ten tryb? Odpowiedź jest prosta, jest to tryb, na którym większość naszej ekipy już grała wiele godzin, jest to najbardziej znany dla nas tryb i nie chcemy robić nic innego. Oczywiście to, że tryb jest tak popularny i powstaje wiele takich samych serwerów nie znaczy, że u nas też tak będzie, staramy się wprowadzać na serwer oryginalne, a zarazem autorskie skrypty, które urozmaicą Wam grę. Nie obiecujemy gruszek na wierzbie i nie zapewniamy Was, że w 100% wszystkie skrypty będą oryginalne, ale z pewnością autorskie Smile O nas Jesteśmy zgraną ekipą, która posiada odpowiednie umiejętności do prowadzenia serwera (zarządzanie, programowanie, prowadzenie frakcji), niektórzy z większym doświadczeniem na platformie MTA, drudzy znowu nowi, uczący się wszystkiego od podstaw, ale również odpowiedzialni i pracowici. Nasza ekipa ciągle się rozrasta i nie jest to jedynie Administracja serwera. Nasze plany Naszym głównym celem jest stworzenie serwera, który jest przyjazny dla gracza nie tylko poprzez grafikę, ale również atmosferę panującą na serwerze. Zależy nam na tym, aby ograniczyć liczbę konfliktów na serwerze, a pomoc mogła być przekazywana przez każdego gracza. Jeżeli chodzi o skrypty to mamy wiele oryginalnych pomysłów, które już dzisiaj wprowadzamy na serwer np. rozbudowany system pojazdów, komputer pokładowy, biznesy/organizacje. Start serwera planowany jest na czerwiec/lipiec, jednak już dzisiaj możesz dołączyć do gry, wystarczy, że napiszesz w prywatnej wiadomości na forum/discord do jednej z osób należącej do ekipy serwera. UPDATE 1 UPDATE 2 UPDATE 3 Informacje Forum: https://www.mta-campfire-city.pl TeamSpeak 3: mefis.eu Fanpage: https://www.facebook.com/campfirecity/ Adres email: [email protected] Planowana data startu: 10 sierpnia 2018 r.
  25. I got a custom hud in my MTA server,but the default one is glitching in it! how to fix this error hud downloaded from here pls help me to fix this eror
×
×
  • Create New...