[Ajuda] Msgs
#4

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: 7 Guest(s)