Jump to content

Search the Community

Showing results for tags 'mta', ' error' or ' connect'.

  • 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. Hello. Scince one year I want to publish this smartphone here. There is awesome smart with some base functions, what appeared in previous version. But customizing in settings now removed to make system style more interesting and minimalistic. Also removed lockscreen, because it was useless. What can you do basically with this phone? - Chatting with another players on the server, and send them stickers - Listen music by URL or your local, and switch timeline of the track (progressbar clickable) - Calculate something. Now calculator has history of calculations. - With application "Passport" you can see some information about you. Created for RP modes, but I dont know nothing about RP, and created it just for fun. - In settings you can change desktop image, change System Language [NEW], and read information about developers. - When phone updating, admins can check for updates phone on the air in system settings. Its available in "About" menu, on bottom of app - green text with current version as build. Of course, this resource has API for developers. With it you can: - Create your own applications for phone - Edit some phone settings - Add your own stickers for messenger - Add your own desktop images (276x445px) - Add your own system translations. In file "language.lua" you can find example and there you can add in table your prefered languages. - Manage notifications and etc. There are some pictures of system: Download: GitHub I would like to apologize about my code. Sometimes this is not readable, because it was written about year ago, when I was at school . I wont to optimize this working code, bcs I'm too lazy New Video: Demo (2016): Functions, what you can use to modify your system:
  2. Working on a First Person Shooter gamemode, and i found a bug. The event onClientPreRender causes some delay at attachElements. Can somebody reproduce attachElements maths for me?
  3. I'm one of head admins on the server called "Polish Real Life". One of our players have crashes everytime (after downloading files) when he joins. https://pastebin.mtasa.com/802440217 Dumps: https://megawrzuta.pl/files/d2db540ecda946f5c466ddc81d1a6888.rar
  4. Me ayudan con este pequeño problema?, es un error que me tira estas lineas cuando me acerco a una tent (tienda de campaña) if getElementData(source,"vehicle") then if not getElementData(source,"deadVehicle") then showClientMenuItem("Vehicle",(getVehicleName(getElementData(source,"parent")) or "Tienda de Campaña"),getElementData(source,"parent")) -- ERROR AQUI setElementData(getLocalPlayer(),"currentCol",source) setElementData(getLocalPlayer(),"loot",true) setElementData(getLocalPlayer(),"lootname","Gear ("..(getVehicleName(getElementData(source,"parent")) or "Tienda de Campaña")..")") -- ERROR AQUI setNewbieInfo(true,"Equipo","Presiona J para acceder al inventario!",source) return end end Los errores son: Bad argument @ getvehiclename....
  5. So. i have little problem with client side. Console and debugmonitor3 dosen't say anything. Server Side: local onDuty = {} addCommandHandler('duty',function(player,cmd) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup('user.'..accName,aclGetGroup('Admin')) then if not onDuty[player] or onDuty[player] == false then onDuty[player] = true outputChatBox("#F10404[ADMINISTRATOR] #FF8B00 "..getPlayerName(player)..' #04F42Cis now on duty!', getRootElement(), 255, 255, 255, true) triggerClientEvent(player,"onDuty",getRootElement()) timer1 = setTimer(function() setElementAlpha(player, 0) setElementData(player,'brokenbone',false) setElementData(player,'bleeding',false) setElementData(player,'pain',false) setElementData(player,'cold',false) setElementData(player,'temperature',36.5) setElementData(player,'blood',12000) setElementData(player,'food',100) setElementData(player,'thirst',75) end,50,0) else onDuty[player] = false setElementAlpha(player, 255) outputChatBox("#F10404[ADMINISTRATOR] #FF8B00 "..getPlayerName(player)..' #3600FF is now off duty!', getRootElement(), 255, 255, 255, true) if isTimer(timer1) then killTimer(timer1) end end end end) Client Side: addEvent ( "onDuty", true ) function duty() if getElementData(source,"duty") == true then timer = setTimer ( function() setElementData(source,"onDuty",true) local x, y, z = getElementPosition(source ) local playerName = getPlayerName(source ) local theText = dxDraw3DText( "Admin On Duty [NO DM]", x, y, z+1,05,"default",255,0,0,200) setTimer ( function() destroyElement(theText) end, 59, 1) end, 60, 0 ) else if isTimer(timer) then killTimer(timer) end setElementData(source,"duty",true) end end addEventHandler ( "onDuty", root, duty) Do anyone have solution?
  6. i have this played time script: and i want add to this a command, which the admins can add more hours for anyone, how to make this command??
  7. BRASIL vida Real RPG 3.0 (VAS) [Skins Modificadas,veiculsc2 Olá Visite Nosso serve BRASIL vida Real RPG 3.0 (VAS) [Skins Modificadas,veiculsc2 Página do fecebook: https://www.facebook.com/BrasilvidaRealVas/ IP mtasa://142.44.227.145:22113 Ts: 167.114.32.47:6091
  8. eu estou fazendo um sistema de salvamento XML so que preciso de ajuda, ele nao esta setando o level e o EXP quando do o comando ou quando eu logo podem me ajuda? Nunca mexi com o XML OPS: o "XLevel" ja esta com os itens salvo nele, so falta setar function LoadLevels() xml = xmlLoadFile("XLevel.xml") for i,node in pairs(xmlNodeGetChildren(xml)) do if xmlNodeGetAttribute(node,"Account") == getAccountName(getPlayerAccount(source)) then setElementData(source,"level",tonumber(xmlNodeGetAttribute(node,"LV"))) setElementData(source,"experience",tonumber(xmlNodeGetAttribute(node,"EX"))) end end xmlUnloadFile(xml) end addEventHandler("onPlayerLogin",getRootElement(),LoadLevels) addCommandHandler("loglev",LoadLevels)
  9. Edeen

    MTA Crashes

    @ccw https://pastebin.mtasa.com/496069358 So called "sniper crash" happes really often to me(and bunch of my friends) and its kinda annoying. Basically, when you aim with sniper it randomly crashes. Happens (sometimes) when aiming with RPG aswell. Looking forward for your answer.
  10. I need help , my mta crashes so much Version = 1.5.5-release-11731.0.000 Time = Sat Oct 21 13:02:04 2017 Module = C:\Program Files\Rockstar Games\Gta San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x000DFF90 EAX=FFFFFFFF EBX=0186D27E ECX=0000319D EDX=0000C674 ESI=00001818 EDI=0EB1CBA0 EBP=0186D040 ESP=0177FD30 EIP=004DFF90 FLG=00010206 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
  11. ミ★®╚»[ɓʀ] ɱѳC ɦɛʆʆ «╝™ • ѵɛɳɦɑ cѳɳɦɛcɛʀ ѳ ɳѳรรѳ ɳѳѵѳ รɛʀѵiɗѳʀ ɗɛ ʀPG! 》Tɛɱѳร《 • รiรtɛɱɑ ɗɛ cɑรɑร ( ѵѳcê pѳɗɛ tɛʀ ɑ cɑรɑ quɛ quiรɛʀ ) • Cɑʀʀѳร ( ɓʀɑรiʆɛiʀѳร ɛ iɱpѳʀtɑɗѳร ) • รiรtɛɱɑ ѵIP • ѵáʀiѳร ʆѳcɑiร ɗɛ ʀѳuɓѳ • ɗiѵɛʀรѳร ɱѳɗ'ร • Բɑѵɛʆɑร • Tʀɑɓɑʆɦѳร 》ɛรtɑɱѳร ɑcɛitɑɳɗѳ รugɛรtõɛร, ɗê ɑ รuɑ!《 • Cѳʀpѳʀɑçõɛร ( ʀѳTɑ, ԲѳʀÇɑ TÁTICɑ, ɓѳPɛ ) •Gɑɳguɛร ( PCC, Cѳɱɑɳɗѳ ѵɛʀɱɛʆɦѳ, WѳʆC'$ ) 》ѳɓรɛʀѵɑÇÕɛร《 • Pɑʀɑ cʀiɑʀ uɱɑ ɳѳѵɑ Gɑɳguɛ é ɳɛcɛรรáʀiѳ 5 pʆɑyɛʀร! • Pɑʀɑ cʀiɑʀ uɱɑ ɳѳѵɑ Cѳʀpѳʀɑçãѳ é ɳɛcɛรรáʀiѳ 5 pʆɑyɛʀร! ■ ѵɛɳɦɑ Բɑzɛʀ pɑʀtɛ ɗɛรรɑ Բɑɱíʆiɑ! *IP:*mtasa://158.69.120.217:22073 *Tɛɑɱ รPɛɑK:*158.69.111.10:10804 ■ ɛɳtʀɛ ɛɱ ɳѳรรѳ gʀupѳ ɛ Բiquɛ pѳʀ ɗɛɳtʀѳ ɗɛ tuɗѳ quɛ ɑcѳɳtɛcɛ ɳѳ ɳѳรรѳ รɛʀѵiɗѳʀ: (https://chat.whatsapp.com/0GM22MaBD7K7iwcHt15nJf)★彡 IP: mtasa://158.69.120.217:22073 Tɛɑɱ รPɛɑk3: 158.69.111.10:10804
  12. MrDadosz

    MTA GUI crashing

    Hello. One of our players has crashes when server shows GUI for him. He updated MTA to newest nightly, reinstalled game, MTADiag: https://pastebin.mtasa.com/313816765 Video:
  13. code: addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() exports [ "scoreboard" ]:addScoreboardColumn ( "Jármű:", 3 ) end ) setTimer ( function ( ) local players = getElementsByType "player" for k, v in ipairs ( players ) do if ( isPedInVehicle(v) ) then local vehicle = getPedOccupiedVehicle(v) local carname = getVehicleName(vehicle) setElementData ( v, "Jármű:", tostring(carname) ) else setElementData ( v, "Jármű:", "Nincs") end end end, 2500, 0 ) and i get this error: ERROR: Loading script failed: xy/xy.lua:1: unexpected symbol near '?' how to fix this?
  14. Hi, the problem in race gamemode is when i have money, and start a new map, the money will reset to 0. How to fix this irritating problem?
  15. Balkan DayZ[EUROPE]|ACIVE ADMINS|ISLANDS|fb.com/mtabalkandayz[ENGLISH] SERVER STATUS : ONLINE SERVER IP : mtasa://144.76.68.79:22513 Everybody is wellcome! Features: Clothing System English Apocalypse Map Group System Zombie System VIP System Radar at A51 Islands BASES & FREE BASES FOR 5 MEMBERS NO LAG Staffs: Admin: BlueBoy INFO: Fb Page:fb.com/mtabalkandayz Owner's Skype: armin.gerina1 _________________________________________________________________________________________________________________________________________________________________________
  16. Ok, i found custom map, for example gta 6(proably not jd) and i want to replace it with gta sa default map. How can i realise it? Maybe i can delete whole map and after that load custom map somehow. I tried it, but som objectives in custom map removes too( HELP ME PLZ
  17. Hola gente acabo de modificar una script de mi Day Z que te permite coger la mochila y con click derecho equipartela manualmente... He echo esto porque en el gamemod que descargue la mochila se te equipaba automáticamente (cosa que no me gustaba) He echo casi todo bien, pero el problema con lo que hice fué que al morir la mochila no desaparece de tu inventario y como consecuencia tampoco te deja arrojar otros items es como que bugea todo tu inventario =( Aqui les dejo mi script: ---------------------------------------------------------------------------- itemName2 = itemName if itemName == "Patrol Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 12 and getElementData(getLocalPlayer(),"Patrol Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Vest Pouch Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 14 and getElementData(getLocalPlayer(),"Vest Pouch Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Assault Pack (ACU)" and getElementData(getLocalPlayer(), "MAX_Slots") == 18 and getElementData(getLocalPlayer(),"Assault Pack (ACU)") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Alice Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 22 and getElementData(getLocalPlayer(),"Alice Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "British Assault Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 26 and getElementData(getLocalPlayer(),"British Assault Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Czech Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 30 and getElementData(getLocalPlayer(),"Czech Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Coyote Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 36 and getElementData(getLocalPlayer(),"Coyote Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "CMRA Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 70 and getElementData(getLocalPlayer(),"CMRA Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Army Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 50 and getElementData(getLocalPlayer(),"Army Backpack") == 1 then return end end ------------------------------------------------------------------------------ if loot then setElementData(getLocalPlayer(), itemName, (getElementData(getLocalPlayer(), itemName) or 0) + itemPlus) if itemPlus == 0 then setElementData(loot, itemName, getElementData(loot, itemName) - 0) else setElementData(loot, itemName, getElementData(loot, itemName) - 1) end local players = getElementsWithinColShape(loot, "player") if #players > 1 then triggerServerEvent("onPlayerChangeLoot", getRootElement(), loot) end end if getElementData(loot, "itemloot") then triggerServerEvent("refre:~emLoot", getRootElement(), loot, getElementData(loot, "parent")) end end addEvent("onPlayerMoveItemInInventory", true) addEventHandler("onPlayerMoveItemInInventory", getRootElement(), onPlayerMoveItemInInventory) function onClientOpenInventoryStopMenu() triggerEvent("disableMenu", getLocalPlayer()) end function isPlayerInLoot() if getElementData(getLocalPlayer(), "loot") then return getElementData(getLocalPlayer(), "currentCol") end return false end ------------------------------------------------------------------------------ Según noto esta todo bien pero porqué la mochila no desaparece de tu inventario? no se!! Espero me den una manito muchas gracias!!!.
  18. Salut à tous ! Moi et 2 autres amis nous voulons créer une communauté, une équipe, francophone "The MTA Crew". Si vous voulez nous rejoindre venez sur notre discord ► The MTA Cree Discord ◄ Nous avons pour projet d'ouvrir un forum. Programmer des rassemblement sur un serveur, n'importe lequel. On accepte des joueurs de tout type RPG - RP - DM - Freeroam - etc ... Pour ceux qui sont intéressés sur ce qui a été trouvé, identifiez-vous pour qu'on se reconnaissent entre nous ! Possibilité que j'héberge un serveur (moi-même). Celui qui a pour projet de créer un serveur fun ou autre, héberge et tout ..., je l'aiderai et ça sera le serveur "principal" de la communauté pour plus d'infos à ce sujet, nous contacter à l'adresse mail ► [email protected] ◄ Pas de rémunération proposée si vous voulez nous aider, ça sera donc en bénévolat. On vous attend nombreux ! Bonne soirée / bonne journée ! ◄ possibilité de mise à jour rajout de texte etc.. ►
  19. i want create a "equalizer" effect to mta sa, like this: but how to create this?
  20. Una consulta chicos como hago para que este local sounds sea infinito ya que cuando activo esta script solo se reproduce una vez y luego se corta.. function onResourceStart() local Zx,Zy,Zz = getElementPosition( ped ) --- Puede ser que halla un mal argumento aquí? porque el debugscript 3 me dice que sí!!!... local sound = playSound("sounds/respiracion.ogg", Zx, Zy, Zz, false) setSoundMaxDistance(sound, 20) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart)
  21. Como es esto? tengo estas funciones la primera es la función de que si te rompes los huesos no puedes correr ni saltar... La segunda es la función de que si tieens sueño no puedes correr pero SI saltar... Cúal es el problema? pues es que cuando te rompes los huesos puedes correr pero no saltar.... La verdad no se que pasa es como si estuvieran mezcladas las funciones (mal colocadas nosé). function checkBrokenbone() if getElementData(getLocalPlayer(), "logedin") then if getElementData(getLocalPlayer(), "brokenbone") or getElementData(localPlayer,"sleep") <= 0 then if not isPedDucked(getLocalPlayer()) then end toggleControl("jump", false) toggleControl("sprint", false) else toggleControl("jump", true) toggleControl("sprint", true) end end end setTimer(checkBrokenbone, 1400, 0) --------------------------------------------------- --sleep function checkSleeping() if getElementData(getLocalPlayer(),"logedin") then if getElementData(getLocalPlayer(),"sleep") <= 20 then if not isPedDucked(getLocalPlayer()) then end toggleControl ( "sprint", false ) else toggleControl ( "sprint", true ) end end end setTimer(checkSleeping,1400,0) Se supone que la idéa sería que si me rompo los huesos no pueda correr ni saltar y cuando tenga sueño no pueda correr pero SI saltar.... Cúal es la solución chicos?????
  22. Hello, can someone give me some hints how to set a carrying animation on a player and he will be able to walk/run? Thanks in advance
  23. The default max money is 99 999 999$. Can i this max money increase to (for example) 200 000 000$?
  24. i have this code in client side: function onMachineClick(button, state, absoluteX, absoluteY, worldX, worldY, worldZ, element) if element and getElementType( element ) == "object" and button == "left" and state == "down" and getElementModel(element) == 1829 then triggerServerEvent ("eszakirablas", root, getLocalPlayer()) end end addEventHandler("onClientClick", getRootElement(), onMachineClick) but i want add this to server side, is it possible?
×
×
  • Create New...