SannoX Posted June 2, 2015 Share Posted June 2, 2015 Hello, i need help with a script i need script to make 1 skin for my own team someone can help me? Link to comment
tosfera Posted June 2, 2015 Share Posted June 2, 2015 This is the support section, not the request section. If you're looking for any kind of support, you should at least give us something or tell us what you've been trying so far. Link to comment
Tekken Posted June 2, 2015 Share Posted June 2, 2015 For this you need to make an script using this functions. getPlayerTeam setElementModel getTeamName Ex: function setSkinForTeam() local team = getTeamName(getPlayerTeam(source)) if team == "Your_Team_Name" then setElementModel(source, 34) --You can change this how you want. else setElementModel(source, 0) --Setting default model cause his team is diferent! end end addEventHandler("onPlayerLogin", root, setSkinForTeam) Link to comment
SannoX Posted June 2, 2015 Author Share Posted June 2, 2015 I mean, i need skin mod for 1 team can someone help me please> 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