[Ajuda] Como colocar anuncios no servidor |
#4

Troque isto
pawn Код:
public EnviarMensagem()
{
  SendClientMessageToAll(COR, "Evoluindo a cada dia com vocк!");
  return 1;
}
Por...

Isto:

pawn Код:
public EnviarMensagem()
{
    new aleatуrio = RandomEx(0, 1);

      if(aleatуrio == 0)
      {
        SendClientMessageToAll(COR, "Evoluindo a cada dia mais com vocк.");
      }
      else if(aleatуrio == 1)
      {
        SendClientMessageToAll(COR, "Sua presenзa que nуs traz alegria.");
      }
  return 1;
}

E coloque isto em seu GameMode

pawn Код:
forward RandomEx(min, max);//Topo

public RandomEx(min, max)//Algum lugar
{
      return random(max - min) + min;
}
Reply


Messages In This Thread
Como colocar anuncios no servidor | - by juniorjg - 08.02.2010, 23:54
Re: [DUV]|Como colocar anuncios no servidor | - by KingstoN* - 09.02.2010, 00:32
Re: [DUV]|Como colocar anuncios no servidor | - by juniorjg - 09.02.2010, 01:04
Re: [DUV]|Como colocar anuncios no servidor | - by KingstoN* - 09.02.2010, 01:06
Re: [DUV]|Como colocar anuncios no servidor | - by Guilherme_Canani - 09.02.2010, 01:51
Re: [DUV]|Como colocar anuncios no servidor | - by juniorjg - 09.02.2010, 02:34
Re: [DUV]|Como colocar anuncios no servidor | - by [NNFc]MinDs - 09.02.2010, 13:45
Re: Como colocar anuncios no servidor | - by HoodScript - 26.12.2017, 03:57
Re: Como colocar anuncios no servidor | - by victorara - 26.12.2017, 06:09

Forum Jump:


Users browsing this thread: 2 Guest(s)