Auto-IP Login[REP+]
#6

Jheeze, it's easy;
pawn Код:
public OnPlayerConnect(playerid)
{
    new plrIP[16];
    GetPlayerIp(playerid, plrIP, sizeof(plrIP));
    if(!strcmp(plrIP, "127.0.0.1"))
    SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to your server .Campionull.");
    return 1;
}
Reply


Messages In This Thread
Auto-IP Login[REP+] - by .Campionull. - 13.07.2012, 06:00
Re: Auto-IP Login[REP+] - by .Campionull. - 14.07.2012, 14:48
Re: Auto-IP Login[REP+] - by thefatshizms - 14.07.2012, 14:50
Re: Auto-IP Login[REP+] - by .Campionull. - 15.07.2012, 13:29
Re: Auto-IP Login[REP+] - by Robert West - 15.07.2012, 13:37
Re: Auto-IP Login[REP+] - by Elysian` - 15.07.2012, 13:38
Re: Auto-IP Login[REP+] - by [MM]RoXoR[FS] - 15.07.2012, 14:30
Re: Auto-IP Login[REP+] - by Elysian` - 15.07.2012, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)