Thread: [Solved] !roulette random possibility
View Single Post
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen.
Old 12-15-2017 , 06:32   Re: !roulette random possibility
Reply With Quote #4

Wouldn't that be more random ?

PHP Code:
int num GetRandomInt(1100); 

if(
num >= 96)
     
//Green
else if(num%== 0)
     
//Black
else //if(num%2 == 1)
     //Red 
__________________
Want to check my plugins ?
Arkarr is offline