[Ajuda] Duvida Rcon
#2

tente usar essa funзгo

public OnRconLoginAttempt(ip[], password[], success)
{
new pip[16];
new nick[MAX_PLAYER_NAME];
for(new i=0; i<MAX_PLAYERS; i++)
{
GetPlayerIp(i, pip, sizeof(pip));
GetPlayerName(i, nick, sizeof(nick));
if(!strcmp(ip, pip, true))
{
if( !strcmp(nick, "Seu_Nick", true))
{
SendClientMessage(i,-1,"Voce pode logar na rcon");
}
else
{
SendClientMessage(i,-1,"Voce nao logar na rcon");
}
}
}
return 1;
}


espero te ajudado
Reply


Messages In This Thread
Duvida Rcon - by felipelm3g - 20.12.2015, 19:22
Re: Duvida Rcon - by rol3Play - 20.12.2015, 23:32
Re: Duvida Rcon - by felipelm3g - 20.12.2015, 23:49

Forum Jump:


Users browsing this thread: 1 Guest(s)