fodev.net

FOnline Development => Questions and Answers => Topic started by: corosive on September 12, 2015, 04:53:29 am

Title: What's wrong with my Reward Table? SOLVED
Post by: corosive on September 12, 2015, 04:53:29 am
Thanks Wipe!
Title: Re: What's wrong with my Reward Table?
Post by: Wipe on September 12, 2015, 09:54:04 pm
uint set = table.length() - 1;
Code: [Select]
uint set = Random( 0, table.length() - 1 );
CopyPaste fail, sorray :'(
Title: Re: What's wrong with my Reward Table?
Post by: corosive on September 13, 2015, 02:38:37 am
Works! Love you Wipe!