Hola soy Alex_Cuevas y vengo con otro Aporte Esto Sirve Solo
Para Mandar Mensajes Automaticos(Solos) Copie Todo Esto Primero Definelo Si no No te Ira
[/code]#define MESSAGE_TIMER 100
//OnGameModeInit
SetTimer("Mensaje", MESSAGE_TIMER, 1);
forward Mensaje();
public Mensaje()
{
static int;
int++;
if(int == 4) int = 1;
switch(int){
case 1:{
new Msg = random(3); //<---- Cambia el 3 Por La Cantidad de Mensajes Creados Yo Puse 3
switch (Msg)
{
case 0: SendRconCommand("hostname - [url]espanol.pawno[/url] -");
case 1: SendRconCommand("hostname - [url]espanol.pawno[/url] -");
case 2: SendRconCommand("hostname - [url]espanol.pawno[/url] -"); //En estas 3 case ponga El Texto o la url que quiera que se diga en su sv
}
}
case 2:{
new Msg = random(5); //<---- Cambia el 5 Por La Cantidad de Mensajes Creados
switch (Msg)
{
case 0: SendRconCommand("mapname - Los Santos -");
case 1: SendRconCommand("mapname - San Fierro -");
case 2: SendRconCommand("mapname - Las Venturas -");
case 3: SendRconCommand("mapname - [url]espanol-pawno[/url] -");
case 4: SendRconCommand("mapname - Alex_Sierra -"); //Lo Mismo
}
}
case 3:{
new Msg = random(3); //<---- Cambia el 3 Por La Cantidad de Mensajes Creados
switch (Msg)
{
case 0: SendRconCommand("weburl - [url]espanol.pawno[/url] -");
case 1: SendRconCommand("weburl - [url]espanol.pawno[/url] -");
case 2: SendRconCommand("weburl - [url]espanol.pawno[/url] -"); //Lo Mismo
}
}
}
}
Importante: Si No quiere poner un link quite [url]
Para Mandar Mensajes Automaticos(Solos) Copie Todo Esto Primero Definelo Si no No te Ira
[/code]#define MESSAGE_TIMER 100
//OnGameModeInit
SetTimer("Mensaje", MESSAGE_TIMER, 1);
forward Mensaje();
public Mensaje()
{
static int;
int++;
if(int == 4) int = 1;
switch(int){
case 1:{
new Msg = random(3); //<---- Cambia el 3 Por La Cantidad de Mensajes Creados Yo Puse 3
switch (Msg)
{
case 0: SendRconCommand("hostname - [url]espanol.pawno[/url] -");
case 1: SendRconCommand("hostname - [url]espanol.pawno[/url] -");
case 2: SendRconCommand("hostname - [url]espanol.pawno[/url] -"); //En estas 3 case ponga El Texto o la url que quiera que se diga en su sv
}
}
case 2:{
new Msg = random(5); //<---- Cambia el 5 Por La Cantidad de Mensajes Creados
switch (Msg)
{
case 0: SendRconCommand("mapname - Los Santos -");
case 1: SendRconCommand("mapname - San Fierro -");
case 2: SendRconCommand("mapname - Las Venturas -");
case 3: SendRconCommand("mapname - [url]espanol-pawno[/url] -");
case 4: SendRconCommand("mapname - Alex_Sierra -"); //Lo Mismo
}
}
case 3:{
new Msg = random(3); //<---- Cambia el 3 Por La Cantidad de Mensajes Creados
switch (Msg)
{
case 0: SendRconCommand("weburl - [url]espanol.pawno[/url] -");
case 1: SendRconCommand("weburl - [url]espanol.pawno[/url] -");
case 2: SendRconCommand("weburl - [url]espanol.pawno[/url] -"); //Lo Mismo
}
}
}
}
Importante: Si No quiere poner un link quite [url]