Jacobob14 Posted February 17, 2014 Share Posted February 17, 2014 is possible that players have different fighting styles every time you spawn Link to comment
Castillo Posted February 17, 2014 Share Posted February 17, 2014 Yes, it is. local styles = { 4, 5, 6, 7, 15, 16 } addEventHandler ( "onPlayerSpawn", root, function ( ) setPedFightingStyle ( source, styles [ math.random ( #styles ) ] ) end ) Link to comment
Jacobob14 Posted February 17, 2014 Author Share Posted February 17, 2014 Yes, it is. local styles = { 4, 5, 6, 7, 15, 16 } addEventHandler ( "onPlayerSpawn", root, function ( ) setPedFightingStyle ( source, styles [ math.random ( #styles ] ) ) end ) o thanks solid go to try right now Link to comment
Moderators Citizen Posted February 17, 2014 Moderators Share Posted February 17, 2014 @Solidsnake: You made a typo, swap the ] and the ) for math.random Link to comment
Jacobob14 Posted February 17, 2014 Author Share Posted February 17, 2014 error http://prntscr.com/2t70yu Link to comment
Moderators Citizen Posted February 17, 2014 Moderators Share Posted February 17, 2014 error http://prntscr.com/2t70yu Did you even read what I just said ? I just said how to fix it ... Link to comment
Jacobob14 Posted February 17, 2014 Author Share Posted February 17, 2014 I corrected but I keep throwing error Link to comment
Moderators Citizen Posted February 17, 2014 Moderators Share Posted February 17, 2014 Show me how your code looks like now ? What is the error now ? Link to comment
Jacobob14 Posted February 17, 2014 Author Share Posted February 17, 2014 I had made a mistake already resolved thanks you very much for your help Link to comment
Castillo Posted February 17, 2014 Share Posted February 17, 2014 @Solidsnake: You made a typo, swap the ] and the ) for math.random Woops, fixed. @Jacob: You're welcome. 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