#define COLOR_ORANGE 0xFFA500AA
new mensagens[1][256] = { //Mude o 1 se for colocar mais mensagens
"[SERVER] ",//AKi a mensagem
};
new cores[] = {
COLOR_ORANGE //aki as cores
};
forward RandomMSG();
public OnGameModeInit()
{
SetTimer("RandomMSG",150000,1);
return 1;
}
public RandomMSG()
{
new string[256];
new random1 = random(sizeof(mensagens));
new random2 = random(sizeof(cores));
format(string, sizeof(string), "%s", mensagens[random1]);
SendClientMessageToAll(cores[random2],string);
return 1;
}
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfD9rDtax45rRBndVKYZ03sIok0Blu9CrqGjDsYOuHtpIM9Nh5j-ZYuWNnRnDCeUDleGswvXQOG97jLaC7EAAcSvaIeHtQMOLplhSF3P0K8HKrhJ41gI-qoOPQLzGsGWjVoV5YAz3iPXAl/s1600/download.png)
Samp Exclusivo - GTA,GM-Gamemodes FS-Filterscripts ,TuToriais,Codigos, Download 0.3c 0.3x 0.3d 0.3e
[SKND]Codigo
[COD] Msg Randomicas
Proxima
« Anterior
« Anterior
Anterior
Proxima »
Proxima »
Assinar:
Postar comentários (Atom)