[Ajuda] Como pego o id do cara se eu tenho sу nome dele?
#3

Para saber o id do player ele precisarб esta conectado no servidor

para pegar o id com o VeiculoDados[i][Dono] vamos usar GetPlayerID

PHP Code:
forward GetPlayerID(striing[]); public GetPlayerID(striing[])
{
    foreach(
Playeri)
    {
           new 
testname[MAX_PLAYER_NAME];
           
GetPlayerName(itestnamesizeof(testname));
           if(
strcmp(testname,striing,true)==0)
           {
               return 
i;
        }
    }
    return 
INVALID_PLAYER_ID;
}
Ex de uso:
new 
id =GetPlayerID(VeiculoDados[i][Dono]);
format(stringsizeof string"O carro do jogador [%d]%s estб trancado!"idVeiculoDados[i][Dono]); 
Reply


Messages In This Thread
Como pego o id do cara se eu tenho sу nome dele? - by GunnerCoder - 08.04.2018, 13:10
Re: Como pego o id do cara se eu tenho sу nome dele? - by Andinho - 08.04.2018, 13:37
Re: Como pego o id do cara se eu tenho sу nome dele? - by thejimmy - 08.04.2018, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)