Posts: 286
Threads: 101
Joined: Apr 2011
Reputation:
0
I want to have random options, for example you type in /jump
and there is 30% chance of getting option one and 70% chance of getting option 2, how can I do that?
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
use random function e.g random(30) wherever you want to put the function.
Posts: 286
Threads: 101
Joined: Apr 2011
Reputation:
0
So where can I store the options? lets say option 1 will send you a message and option 2 will remove you from vehicle. Could you please add that.
Posts: 286
Threads: 101
Joined: Apr 2011
Reputation:
0
so removeplayerfromvehicle option is that the 70% or 30% chance?