[AJUDA] Menssagens/ Vida do Automovel/ Rand Timer.
#5

Bem, com o Luнs Miki jб citou sobre o Rand Timer, vou citar sobre a mensagem .

Bastaria criar uma бrea em volta do territуrio de Los Santos, e depois fazer um IsPlayerInArea: https://sampwiki.blast.hk/wiki/Areacheck


Fiz a funзгo pra vocк, ela mandarб a mensagem para todos que estiverem em Los Santos, incluindo na parte rural de Los Santos que pra min tambйm faz parte .


Ela deverб resolver o seu problema o seu problema .


pawn Код:
stock SendLosSantosMessage(color,string[])
{
    new Float:x,Float:y,Float:z;
    for(new t = 0; t < MAX_PLAYERS; ++t)
    {
        GetPlayerPos(t, x, y, z);
        if(x >= 151.8124 && y >= -2837.724 && x <= 2966.18 && y <= -490.4708)
        {
            SendClientMessage(t,color,string);
            return 1;
        }
    }
    return 0;
}
Daн pra mandar a mensagem faзa algo do tipo:

pawn Код:
SendLosSantosMessage(0xFFFFFFAA,"E ae Galera de Los Santos !");


Espero ter ajudado .
Reply


Messages In This Thread
[AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by maikonk - 20.03.2011, 02:52
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by [Ips]Guh - 20.03.2011, 02:57
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by maikonk - 20.03.2011, 03:40
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by steki. - 20.03.2011, 12:03
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by rjjj - 20.03.2011, 12:18
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by maikonk - 20.03.2011, 19:17
Re: [AJUDA] Menssagens/ Vida do Automovel/ Rand Timer. - by LuxurioN™ - 21.03.2011, 02:42

Forum Jump:


Users browsing this thread: 1 Guest(s)