[Pedido] /localizar
#1

Olб pessoal alguem me ponha um comando de localizar id tipo

exemplo
/localizar id
dai localiza o id

eo deslocalizar deslocaliza o id do Radar abaixo
Reply
#2

Espero ter ajudado .

pawn Код:
if(strcmp(cmd, "/localizar", true) == 0)
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_WHITE, "USE: /localizar [id]");
            return 1;
        }
        new Nome[MAX_PLAYER_NAME];
        giveplayerid = ReturnUser(tmp);
        GetPlayerName(giveplayerid, Nome, sizeof(Nome));
        new location[MAX_ZONE_NAME];
        GetPlayer2DZone(giveplayerid, location, MAX_ZONE_NAME);
        format(string, sizeof(string), "%s foi visto perto de %s", Nome,location);
        SendClientMessage(playerid, COLOR_YELLOW, string);
        return 1;
    }
Reply
#3

se alguem tiver mais comando pode postar
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=375945
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)