Random method without repeating
#6

Код:
new Float:EasterEggs[][]= 
{ 
    {X, Y, Z}, 
    {X, Y, Z}, 
    {X, Y, Z}, 
    //etc.. 
}; 
stock SpawnEasterEgg() // Will spawn em all in one time. 
{
      for(new i=0;i<sizeof(EasterEggs);i++)
      {
             CreateEE(EasterEggs[i][0],EasterEggs[i][1],EasterEggs[i][2]);
      }
}
Is this what you are looking for or you want to spawn an easter egg, wait some minutes and then spawn the other one ?
Reply


Messages In This Thread
Random method without repeating - by Detoria - 06.03.2015, 23:14
Re : Random method without repeating - by Golimad - 06.03.2015, 23:25
Re: Re : Random method without repeating - by Detoria - 06.03.2015, 23:27
Re : Random method without repeating - by Golimad - 06.03.2015, 23:30
Re: Re : Random method without repeating - by Detoria - 06.03.2015, 23:32
Re : Random method without repeating - by Golimad - 06.03.2015, 23:38
Re: Random method without repeating - by Detoria - 06.03.2015, 23:45
Re : Random method without repeating - by Golimad - 06.03.2015, 23:52
Re: Random method without repeating - by Detoria - 07.03.2015, 00:18
AW: Re : Random method without repeating - by Nero_3D - 07.03.2015, 00:21

Forum Jump:


Users browsing this thread: 2 Guest(s)