JeViCo Posted October 8, 2017 Share Posted October 8, 2017 I want to change player skin(not model). I know functions but need some client,server-sided examples Link to comment
Ahmed Ly Posted October 8, 2017 Share Posted October 8, 2017 --- server function givePlayerSkin_ (p,cmd,skin) if skin ~= "" then setElementModel(p,tonumber(skin)) end end addCommandHandler("skin",givePlayerSkin_) 1 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