[Ajuda] Msgs
#8

Quote:
Originally Posted by Mteck
Посмотреть сообщение
Achei aqui, Don se eu fizer um

new cores[] = {
Dai coloco as cores aqui
};

algo assim aonde eu adiciono na stock?

Ai aqui nessa linha
pawn Код:
SendClientMessageToAll(GREEN,string);
eu troco o GREEN pelo cores ele funciona?
Faзa como este \/

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
pawn Код:
// TOPO:
new        
    Cores[] ={
    0xFF00FFFF,
    0X00FF00FF
};

public RandomMSGs()
{
    static string[128];
    format(string, 128, "%s", MSGs[random(sizeof(MSGs))]);  
    SendClientMessageToAll(Cores[random(sizeof(Cores))],    string);    /// "Green" й a cor.
    return 1;
}
Reply


Messages In This Thread
Msgs - by Mteck - 31.12.2012, 19:06
Re: Msgs - by Don_Speed - 31.12.2012, 19:10
Re: Msgs - by Mteck - 31.12.2012, 19:15
Re: Msgs - by zSuYaNw - 31.12.2012, 19:18
Re: Msgs - by DiReCt hIt - 31.12.2012, 19:19
Re: Msgs - by Mteck - 31.12.2012, 19:25
Re: Msgs - by HardWar - 31.12.2012, 20:48
Re: Msgs - by Don_Speed - 31.12.2012, 20:50
Re: Msgs - by Mteck - 31.12.2012, 20:59

Forum Jump:


Users browsing this thread: 4 Guest(s)