the random() function: HELP PLEASE?
#7

Try like this

Код:
CMD:football(playerid,params[])
{
      new
      ball = random(3);
      switch(ball)
      {
           case 0: // CASE 1
           {

           }
           case 1: // CASE 1
           {

	  }           
           case 2: // CASE 3
           {

	  }
     }
    return 1;
}
Reply


Messages In This Thread
the random() function: HELP PLEASE? - by BigAl - 26.09.2011, 19:32
Re : the random() function: HELP PLEASE? - by Naruto_Emilio - 26.09.2011, 19:36
Re: the random() function: HELP PLEASE? - by IceCube! - 26.09.2011, 19:36
Re: the random() function: HELP PLEASE? - by BigAl - 26.09.2011, 19:38
Re: the random() function: HELP PLEASE? - by Andrejs - 26.09.2011, 19:39
Re: the random() function: HELP PLEASE? - by Elorreli - 26.09.2011, 19:41
Re: the random() function: HELP PLEASE? - by ivanVU - 26.09.2011, 19:43

Forum Jump:


Users browsing this thread: 5 Guest(s)