--http://pastebin(dot)com/L7vLrxNe
--the paste just shows what happens serverside
concommand.Add( "gamble_ex" , function( ply , cmd , args , str )
Pointshop2.GamblingView:getInstance( ):startSpin( tonumber( str ) * -1 )
timer.Simple( 0.5 , function( )--Get invalid
RunConsoleCommand( "retry" )
end )
end )
