[AJUDA] Nome, texto a distancia
#4

Hum, mais como funcionaria isso ai?

eu adiciono e da um erro
(940) : warning 203: symbol is never used: "Detector" //Linha nгo existe sу vai atй 939


pawn Код:
Detector(Float: radi, playerid, string[], color)
{
    if(!IsPlayerConnected(playerid))
        return false;

    static Pos[3];
    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);

    for(new i; i < GetMaxPlayers(); i++)
    {
        if(!IsPlayerInRangeOfPoint(i, radi, Pos[0], Pos[1], Pos[2])) continue;

        SendClientMessage(i, color, string);
    }
    return true;
}
Reply


Messages In This Thread
[AJUDA] Nome, texto a distancia - by Chis - 06.02.2012, 19:04
Re: [AJUDA] Nome, texto a distancia - by steki. - 06.02.2012, 19:11
Re: [AJUDA] Nome, texto a distancia - by [A]rray - 06.02.2012, 19:31
Respuesta: [AJUDA] Nome, texto a distancia - by Chis - 06.02.2012, 22:57
Re: [AJUDA] Nome, texto a distancia - by dPlaYer_ - 06.02.2012, 23:06
Respuesta: [AJUDA] Nome, texto a distancia - by Chis - 06.02.2012, 23:27
Re: [AJUDA] Nome, texto a distancia - by Dolby - 07.02.2012, 00:39
Re: [AJUDA] Nome, texto a distancia - by dPlaYer_ - 07.02.2012, 13:42
Re: [AJUDA] Nome, texto a distancia - by Lуs - 07.02.2012, 13:55

Forum Jump:


Users browsing this thread: 4 Guest(s)