• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

How to properly use array and using it as random?

mybitch

New member
Messages
291
Points
0
Location
Prontera
Example.

setarray .@frate[0],500,600,700,800,900,1000,1100,1200,1300,1400,1500;set $@rate,rand(.@frate);

How to use the list of array to be come random for setting $@rate?

 
Back
Top