Compare Switch(random))
#6

Pretty much like you did, you just did a few mistakes in using a switch, this is how you should use it:
pawn Код:
switch(random(3))
{
    case 0:
    case 1:
    case 2:
    case 3:
}
Reply


Messages In This Thread
Compare Switch(random)) - by kevin1990 - 10.02.2015, 15:59
Re: Compare Switch(random)) - by CalvinC - 10.02.2015, 16:09
Re: Compare Switch(random)) - by kevin1990 - 10.02.2015, 16:11
Re: Compare Switch(random)) - by Sime30 - 10.02.2015, 16:18
Re: Compare Switch(random)) - by kevin1990 - 10.02.2015, 16:19
Re: Compare Switch(random)) - by CalvinC - 10.02.2015, 16:20
Re: Compare Switch(random)) - by Sime30 - 10.02.2015, 16:21
Re: Compare Switch(random)) - by kevin1990 - 10.02.2015, 16:22
Re: Compare Switch(random)) - by CalvinC - 10.02.2015, 16:25
Re: Compare Switch(random)) - by kevin1990 - 10.02.2015, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)