Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Presciso passar um script SetBoneRotation para o server side num sistema de inventario, mas assim que uso a coisa do meu inventario ele não ultiliza o bone rotation meu script: Server SERVER SIDE elseif item_name == 'regata-tog' then triggerClientEvent (player,"TBR_ANIM", root ) useObject( player, 1858, 3, { -0.1, 0.3, 0, 0, 200, 5 }) closeInventory( player ) Client Client side function TBR_ANIM() setElementBonePosition(localPlayer, 23, 0, 212.4, 360) setElementBonePosition(localPlayer, 33, 0, 208.8, 345.6) setElementBonePosition(localPlayer, 32, 0, 0, 75.6) setElementBonePosition(localPlayer, 22, 0, 0, 295.2) end addEvent('TBR_ANIM', true) addEventHandler('TBR_ANIM', getRootElement(), TBR_ANIM)
  3. Today
  4. I think some resource had it, but I'm not sure. Generally it is possible, but you would need to have ped paths from GTA SA
  5. Is there a way to have naps walking around the city? Not only driving
  6. @Dutchman101wassuppp bro im now very happy because i :Oed your mom 1h ago xDDD my address mezozombor temeto ut 4.sir 

  7. Pretty unique! Definitely going to try this one out.
  8. Boa tarde, estava tentando criar um script que a cada batida do player a mais de 70 km/h um pneu do veiculo estourava, e tinha uma chance de 40% disso acontecer, mais o script não funcionou, Podem me ajudar em como resolver o erro? local TIRE_FRONT_LEFT = 0 local TIRE_FRONT_RIGHT = 1 local TIRE_BACK_LEFT = 2 local TIRE_BACK_RIGHT = 3 function burstTire(vehicle, tireIndex) setVehicleWheelStates(vehicle, tireIndex, 0.0, 0.0, 0.0, 0.0, false, false) end function onClientVehicleCollision(hitElement, force, bodyPart, x, y, z, nx, ny, nz) if getElementType(hitElement) == "vehicle" then local vehicleSpeed = getElementSpeed(source) if vehicleSpeed > 70 then local randomChance = math.random(1, 100) if randomChance <= 40 then local tireIndex = math.random(0, 3) burstTire(source, tireIndex) end end end end addEventHandler("onClientVehicleCollision", root, onClientVehicleCollision)
  9. abolwasnothere

    cl29 error

    Hello, my mta has a cl29 error and I also scanned it for viruses and reinstalled it several times, but the problem was not solved.
  10. When it comes to NPCs, these resources will interest you https://community.multitheftauto.com/index.php?p=resources&s=details&id=14650 https://community.multitheftauto.com/index.php?p=resources&s=details&id=15370 As for voice chat, it is available. https://community.multitheftauto.com/index.php?p=resources&s=details&id=18795 https://wiki.multitheftauto.com/wiki/Resource:Voice When it comes to saving information, you can use SQL or MySQL. https://forum.multitheftauto.com/topic/32423-tut-sqlite/ https://forum.multitheftauto.com/topic/112941-tut-how-to-create-id-system-by-database/ In the "tutorials" section you will find a lot of useful information
  11. A new arena? Youuu betcha! Get ready to experience a new and exciting way to play in San Andreas. Become one of the first ever to play GeoGuesser inside the world of San Andreas. TRY IT OUT NOW! Server: mtasa://mta.ffs.gg:22003 Website: https://ffs.gg/ Discord: https://ffs.gg/discord How It Works GeoGuessr is a popular game where you are dropped into a random location on the globe, and you are supposed to guess your position on the map. Well, that is essentially what our new arena GeoGuesser is, except... You are in San Andreas! Join or Create your own room Each round, right-click on the map to mark where you think you are Click on GUESS! button or press Spacebar to make your guess At the end of each round you get a score based on how close your guess was The winner is the player with the highest score at the end of the game Room Features Categories: choose the locations you want to play in (see list below) Lock Camera Rotation: want to make it more challenging? You can restrict players from looking around their surroundings Time & Weather: you can set the time and weather for everyone in your room. Sandstorm, anyone? Categories San Andreas (all categories) Los Santos San Fierro Las Venturas Los Santos & San Fierro & Las Venturas Countryside Badlands Desert Countryside & Badlands & Desert Los Santos & Countryside San Fierro & Badlands Las Venturas & Desert Map Controls Zoom: use the Mouse Wheel or the and buttons to zoom in and out Resize: shrink or enlarge the map using the and buttons Lobby Creating a Room Joining a Room Waiting Room Help Page HUD Best regards, -ffs-PLASMA, -ffs-JessePinkman, -ffs-NitroN & -ffs-Leadership
  12. Yesterday
  13. So I have a server on which I run my Mta:sa but I am to stupid to get the ressources or anything to work, I cant find any real solutions on the internet. So first of all I want the san andreas map for my server with some ressources and also npcs since it looks boring without npcs and I have no idea how to get that and how to properly install it. Also when I for example log out of the came to later join everything is gone, money, weapons, skin same spawnpoint again, how can this be saved? and how can I let it look a bit more realistic and also I dont want it to have any gamemode now just open world and with a voice chat maybe, ist that possible? Thanks in advance.
  14. FYI, I'm not making the server public. Just wants to test how it all works privately. So not an actual server but a test one in my local server, just in case if you misunderstand.
  15. Last week
  16. Hey, I'm looking forward to creating a Destruction Derby (DD) Racing server on MTA. Can you give me some tips, resources, and starting steps for it? If you need more details, a server similar to MX Gaming, FFS Gaming, and other popular racing communities. Just so you know, I'm not planning to make a huge one, just a one-gamemode (DD) server as the start. Renovating the server depends on my future on FFS. So beside that, this is just a fun project I'd like to work on and experiment with it. So hope some of you guys can help me out, thanks!
  17. My bad you actually have to use math.min not math.max
  18. Só para complementar, recentemente foi criado uma nova propriedade para a função setWorldSpecialPropertyEnabled. Basta você usar desta maneira e nenhum carro do servidor irá pegar fogo e/ou explodir ao capotar. -- Server addEventHandler("onResourceStart", resourceRoot, function() setWorldSpecialPropertyEnabled("burnflippedcars", false) end)
  19. it's literally in thread not really, every server have different key and key for user is different every join
  20. Oi, já procurei videos no youtube e nada, como eu mudo o dinheiro inicial ao cadastrar? atualmente alguem que se cadastra ganha 9K mas queria mudar isso. OBS:Nenhuma GM ativa
  21. I used the above examples and now in the code: hud = {} moneyHUD = {"money"} hud.font = dxCreateFont("font.ttf", 32.5, false, "antialiased") local moneyMin = 0 local moneyMax = 99999999 local currentMoney = getPlayerMoney(localPlayer) addEventHandler("onClientResourceStart", resourceRoot, function() setPlayerHudComponentVisible(moneyHUD[1], false) end) function lerp(a, b, t) return a + (b - a) * t end addEventHandler("onClientRender", root, function() local money = getPlayerMoney(localPlayer) money = math.max(moneyMin, math.min(moneyMax, money)) currentMoney = lerp(currentMoney, money, 0.05) -- dxDrawText line end) after adding money, e.g. 25555, the player gets 25554 instead of 25555
  22. Tut

    [QUESTION] Windows

    Then you may have to split the glass into its own DFF, and map it several times in map editor. You may also have to turn off alpha transparency flag in your building DFF, because as a rule of thumb, opaque models should not be drawn last.
  23. Hello again, it's been almost a year but the same problem arose for another website. Can you give a link to a very detailed tutorial as to what and how to do in order to get this working @Addlibs (or anyone else of course) ? This is very annoying that I cannot just include a normal HTTP iframe into my HTTPS website. Yes, I know it's less secure but the option should be there nontheless.
  24. Hello , I need Some Help i go to login into a roleplay server they do the same thing i use to login to that server a lot But I dont know what happend now Please a Help In MTA 1.6 !!!
  25. If It was a roleplay server use Owl Gaming to do it easily
  1. Load more activity
×
×
  • Create New...