SannoX Posted June 2, 2015 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?
tosfera Posted June 2, 2015 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. If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]
Tekken Posted June 2, 2015 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) Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
SannoX Posted June 2, 2015 Author Posted June 2, 2015 I mean, i need skin mod for 1 team can someone help me please>
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