Jump to content

manve1

Retired Staff
  • Posts

    1,283
  • Joined

  • Last visited

Posts posted by manve1

  1. Pats dabar nekuriu, ir greiciausiai nebekursiu. MTA programavimas nera ant tiek sunkus, tai gera vieta buvo pradeti mokytis kaip ka daryti. Kadangi pramokau LUA, ir ejau ant kitu kalbu, as pasilikau kaip padejejas ir taip pat kaip ir tu laukiu kol koks geresnis projektas atsirastu.

  2. Daugelis projektu kuriamu praniko i nezinia, vien is patirties dirbant su kitais parode kad visa komanda nepasilieka, o kadangi dingsta zmones is komandos, kiti like nebenori pratesti projektu. Kiek zinau yra keli Lietuviski serveriai bet, ar kokie projektai bekuriami tai cia ir paciam butu idomu.

  3. There are ways of adding additional vehicles, It's not easy to script, but it is possible. Some servers have produced scripts like that. Simple way of doing such a thing is to store the required data (new model, properties .. etc) and load them whenever the vehicle is spawned, or check if the vehicle is loaded correctly.

  4. By making a script you can actually have a lot of different cars and weapons, I don't know about peds, but I know for sure that a lot of new weapons and cars can be added and the old ones could remain there as well. So you could have the weapons and vehicles you want to have if you know how to implement them with a script without the need of full vehicle/weapon replacement.

    Wow, really? Which functions would I have to use? :roll:

    The simplest way I can think of is by using tables/arrays and element data, I can't tell the exact functions, but there are ways of adding additional vehicles and weapons without having to modify client files, just simply using the model number and adding a custom integer to check and compare values would allow to have you multiple of the same element with different properties.

  5. Hello guys while i was searching in the servers i found something weird

    i saw a server that was hacked in the moment. I was very sorry for the owners.

    But i wanted to do the right and i want to report them

    here is a screenshot if you can reach them MTA team and ban them will be good!

    The hacker names are

    24pczbV.png?1

    24pczbV.png?2

    Ajax

    Crossfire

    another guy idk.

    There is a lack of proof, honestly, the names don't tell a lot and the labels saying it is not helping. The names don't tell anything as anyone can change the names quickly, you're better off providing a serial number and the images of labels that say who the "Hackers" are is no help at all because you can simply create a new resource with a label that says this and try to get innocent people banned.

    Also, the server might be running a resource that just changes the name, ignore it as people start resources up that are compiled which allows them to do whatever they want with the server.

  6. Nera sunku, biski paskaityt wiki tereikejo ir viena koda duota tarp wiki perdaryt. Daugiausiai uztruktum 5 minutes.

    function antiRecoil( ) 
        weaponList = { "colt 45", "silenced", "deagle", "shotgun", "sawed-off", "combat shotgun", "uzi", "mp5", "ak-47", "m4", "tec-9", "rifle", "sniper", "minigun" } 
        for _,weapon in ipairs( weaponList ) do 
           setWeaponProperty(weapon, "poor", "accuracy", 9999) 
           setWeaponProperty(weapon, "std", "accuracy", 9999) 
           setWeaponProperty(weapon, "pro", "accuracy", 9999) 
        end 
    end 
    addEventHandler("onResourceStart", resourceRoot, antiRecoil) 
    

  7. By making a script you can actually have a lot of different cars and weapons, I don't know about peds, but I know for sure that a lot of new weapons and cars can be added and the old ones could remain there as well. So you could have the weapons and vehicles you want to have if you know how to implement them with a script without the need of full vehicle/weapon replacement.

  8. What you would need to do is use a mysql database to connect the server with your website. You will need to retrieve the information from the server with the wins, etc .. Once you get that information, you will need a code that would get a background for the image and which would automatically edit the background image to display the information, you do need to require knowledge of MySql, php, html (most probably css).

    Few links that could help you

  9. Sveikas, Nepatarciau jimt LUA "mokytojaus", lengviau butu paciam po kokia valanda/dvi paskaityt MTA wiki (paspaudus cia) bet jeigu susirasi koki mokytoja, tai iskart galiu pasakyt kad greiciausiai prasis kokios geros sumos uz nieka. Dar gali paskaityt kitu parasitus pamokimus paspaudus cia.

×
×
  • Create New...