kahvifetis Posted August 12, 2013 Share Posted August 12, 2013 Okay so im trying do this and it just tell's me Uniform changed but uniform wont come to my character And yes im pretty new on coding LUA. In only know how to fix some scripts function uniformu(player) setPedSkin(player, 287) end addCommandHandler("uniform", uniformu) function uniformu(player) outputChatBox("Uniform changed!", player, 0,255,0) setPedSkin(player, 287) end addCommandHandler("uniform", uniformu) Picture from game: Link to comment
golanu21 Posted August 12, 2013 Share Posted August 12, 2013 setPedSkin change to setElementModel 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