Jump to content

setplayerstat


capitanazop

Recommended Posts

i can edit the fight style and the stat =D

function changeBodyStrength ( player, commandName )

--Output whether the setPlayerStat was successful in changing the BODY_MUSCLE STAT

if ( setPlayerStat ( player, 75, 999 ) ) then

outputChatBox ( "you are skilled" )

else

outputChatBox ( "you not are skilled" )

end

end

addCommandHandler ( "armas", changeBodyStrength )

bye

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