Autologin MySql
#4

I could be wrong, but try this:

Код:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));

if (!strcmp([variable for person's IP], ip, true))
{
	//auto login code here
}
Example of "Variable for person's IP":

Код:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));

if (!strcmp(PlayerInfo[playerid][pIPAddress], ip, true))
{
	//auto login code here
}
Also, just noticed this (very recent!) thread exists, which may be useful: https://sampforum.blast.hk/showthread.php?tid=589891
Reply


Messages In This Thread
Autologin MySql - by Face9000 - 23.09.2015, 20:32
Re: Autologin MySql - by PrivatioBoni - 23.09.2015, 21:00
Re: Autologin MySql - by Face9000 - 23.09.2015, 21:10
Re: Autologin MySql - by PrivatioBoni - 23.09.2015, 21:41

Forum Jump:


Users browsing this thread: 3 Guest(s)