ViRuZGamiing Posted February 12, 2013 Share Posted February 12, 2013 Hello Community, A Part of the Script: if getPlayerTeam(player) == getTeamFromName("Medic") then I don't want my Scoreboard to be longer and longer so I thought... Can I add a instead of a Row saying Medic add an Colomn Job. Greetings Billy Link to comment
Guest Guest4401 Posted February 12, 2013 Share Posted February 12, 2013 You mean column in scoreboard right? exports.scoreboard:scoreboardAddColumn('Job') setElementData(player,'Job','Medic') -- set job getElementData(player,'Job') -- get job Link to comment
ViRuZGamiing Posted February 12, 2013 Author Share Posted February 12, 2013 If I add this to my Medic Job script it will make Job instead of Medic? Please say Yes 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