[Ajuda] Transformar nick em id
#1

Novamente pedindo uma ajuda aqui hehe... Entгo, to querendo saber se tem como transformar um nick em id ex:

Pegar um nick dentro de um arquivo e se o nick estiver online transformar em ID para poder usar outras variaveis.
tipo um IsPlayerConnected(lezinhuh) hehe, se tiver como postem aqui blz.
Reply
#2

PHP код:
stock getPlayerID(const nome[]) {

    static
        
i,
        
nomeVerificar[24]
    ;
        
    for(
GetMaxPlayers(); > -1; --i) {
    
        if(
IsPlayerConnected(i)) {
        
            
GetPlayerName(inomeVerificar24);
            if(!
strcmp(nomenomeVerificar)) {
            
                return 
i;
            }
        }
    }
    return 
0xFFFF;

Reply
#3

Quote:
Originally Posted by Jason`
Посмотреть сообщение
PHP код:
stock getPlayerID(const nome[]) {
    static
        
i,
        
nomeVerificar[24]
    ;
        
    for(
GetMaxPlayers(); > -1; --i) {
    
        if(
IsPlayerConnected(i)) {
        
            
GetPlayerName(inomeVerificar24);
            if(!
strcmp(nomenomeVerificar)) {
            
                return 
i;
            }
        }
    }
    return 
0xFFFF;

Й isso mesmo, vlw rep+
Reply
#4

Quote:
Originally Posted by lezinhuh
Посмотреть сообщение
Й isso mesmo, vlw rep+
[OFF]Vocк sу pode reputacionar quando й Big Clucker+


Por acaso vocк quer tirar o nick encima da cabeзa do player e colocar um ID?
Reply
#5

Quote:
Originally Posted by Fiiitz
Посмотреть сообщение
[OFF]Vocк sу pode reputacionar quando й Big Clucker+

Tenso aushuas okay...


Por acaso vocк quer tirar o nick encima da cabeзa do player e colocar um ID?
Nгo nгo, й pra um comando que estou fazendo =)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)