klass Posted December 6, 2012 Share Posted December 6, 2012 Hey all , well , this is my question , How To create Spin or Roll System ? ( Functions , Events etc ) it . Thanks Link to comment
Guest Guest4401 Posted December 6, 2012 Share Posted December 6, 2012 addCommandHandler('roll', function(p) if math.random() > .5 then takePlayerMoney(p,1) outputChatBox("You lose $1",p) else givePlayerMoney(p,1) outputChatBox("You win $1",p) end end ) ? Link to comment
Vision Posted December 6, 2012 Share Posted December 6, 2012 viewtopic.php?f=148&t=38117 This is a tutorial about Roll Script 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