[Ajuda]Criando 191?
#2

Tira Uma Baze nгo sei se funзa


pawn Код:
if(strcmp(cmd, "/911", true) == 0)
{
    tmp = strtok(cmdtext, idx);
    new ID;
    ID = strval(tmp);
    new Nome[MAX_PLAYER_NAME];
    GetPlayerName(ID, Nome, sizeof(Nome));
    for(new i = 0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerPolicial(i))//Aqui vai sau variaзгo de polical OBS troque o playerid por i
        {
            new String[128];
            format(String, sizeof(String), "Busque O Player %s ID:%d E Prenda-o", Nome, ID);
            SendClientMessage(i,COLORAKI,String);
            new Float:X, Float:Y, Float:Z;
            GetPlayerPos(ID, X, Y, Z);
            SetPlayerCheckpoint(i, X, Y, Z, 3.0);
        }
    }
}
Reply


Messages In This Thread
[Ajuda]Criando 191? - by Manteiga01 - 04.12.2010, 12:48
Re: [Ajuda]Criando 191? - by TiagoPS - 04.12.2010, 13:00
Re: [Ajuda]Criando 191? - by ipsBruno - 04.12.2010, 13:32
Re: [Ajuda]Criando 191? - by Manteiga01 - 04.12.2010, 13:33
Re: [Ajuda]Criando 191? - by ipsBruno - 04.12.2010, 13:46
Re: [Ajuda]Criando 191? - by roginho_97 - 04.12.2010, 13:49
Re: [Ajuda]Criando 191? - by Manteiga01 - 04.12.2010, 16:32
Re: [Ajuda]Criando 191? - by roginho_97 - 04.12.2010, 17:52
Re: [Ajuda]Criando 191? - by TiagoPS - 04.12.2010, 18:47
Re: [Ajuda]Criando 191? - by Swat007forever - 04.12.2010, 20:56

Forum Jump:


Users browsing this thread: 2 Guest(s)