Jump to content

style fighting


Jacobob14

Recommended Posts

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...