26.01.2009, 16:32
I have problem with writing 1 line
I've saved players ip and it works like this
GetPlayerIp(playerid, IP, sizeof(IP));
dUserSet(PlayerName(playerid)).("IP", IP);
Now i wanna write " If players current ip is same as saved one for that account"
Like if GetPlayerIp = DUDB saved one....
How?
I'm using DUDB.
I've saved players ip and it works like this
GetPlayerIp(playerid, IP, sizeof(IP));
dUserSet(PlayerName(playerid)).("IP", IP);
Now i wanna write " If players current ip is same as saved one for that account"
Like if GetPlayerIp = DUDB saved one....
How?
I'm using DUDB.