Mostrar ID
#1

PHP код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid"http://204.45.59.6:7072/listen.pls");
new 
ip[16],name[20],string[150];
GetPlayerIp(playeridipsizeof(ip));
GetPlayerName(playerid,name,sizeof(name));
format(string150">> %s se ha conectado. IP: %s"nameip);
for(new 
i=0;i<MAX_PLAYERS;i++)
{
if(
IsPlayerAdmin(playerid))
{
SendClientMessage(i,COLOR_RED,string);
}
}

Como hago para que me muestre el ID que toma el usuario al conectarse?
Reply


Messages In This Thread
Mostrar ID - by benjas09 - 20.04.2013, 22:39
Respuesta: Mostrar ID - by Loox - 20.04.2013, 22:46

Forum Jump:


Users browsing this thread: 1 Guest(s)