CMD problem
#8

I literally just gave you the code... just change the 'switch' statement values.
PHP код:
case 
Means rank = 1.
PHP код:
case 2..6 
Means rank = 2, 3, 4, 5 or 6.
PHP код:
default 
Means rank = something else

If you want it to be up to 5, just change 2..6 to 2..5
Reply


Messages In This Thread
CMD problem - by KamilPolska - 15.12.2018, 16:31
Re: CMD problem - by TheToretto - 15.12.2018, 16:34
Re: CMD problem - by KamilPolska - 15.12.2018, 18:49
Re: CMD problem - by d1git - 15.12.2018, 20:06
Re: CMD problem - by KamilPolska - 16.12.2018, 11:41
Re: CMD problem - by Threshold - 16.12.2018, 11:58
Re: CMD problem - by KamilPolska - 16.12.2018, 12:39
Re: CMD problem - by Threshold - 16.12.2018, 13:01
Re: CMD problem - by KamilPolska - 16.12.2018, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)