ArtekXDPL Posted July 6, 2015 Share Posted July 6, 2015 Hi all. Can you write for me new scoreboard (press TAB)? Columns of table scoreboard: Name | Group | Murders (Kill other player) | Zombie killed | Time play | Vehicle | FPS | Ping | Link to comment
KariiiM Posted July 6, 2015 Share Posted July 6, 2015 To be honest,less people who gonna script it for free to you,i suggest you to search about that at community https://community.multitheftauto.com/ before ask for helps or learn the basic of lua and edit the original scoreboard by Direct X one. Link to comment
ArtekXDPL Posted July 6, 2015 Author Share Posted July 6, 2015 Im searched script but its in 5 parts. I wanna all i 2-3 files. No 5-6 zip archive. Link to comment
bosslorenz Posted July 6, 2015 Share Posted July 6, 2015 1..For group scoreboard, you can get a gang system from resource mtasa 2..PVP kills.get from deathmatch gamemode. 3.. Zombie Kills, u gotta need zombies by slothman then go in this section for that scoreboard https://forum.multitheftauto.com/viewtopic.php?f=91&t=87536 Link to comment
ArtekXDPL Posted July 6, 2015 Author Share Posted July 6, 2015 How to change size "samochód" column? addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() exports["scoreboard"]:addScoreboardColumn("Samochód", 4) 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, "Samochód", tostring(carname)) else setElementData (v, "Samochód", "brak") end end end, 2500, 0) Link to comment
ArtekXDPL Posted July 7, 2015 Author Share Posted July 7, 2015 Refresh, sorry for double post. Link to comment
GTX Posted July 12, 2015 Share Posted July 12, 2015 exports["scoreboard"]:addScoreboardColumn("Samochd", root, 4, WIDTH) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now