26.01.2009, 16:42
Quote:
Originally Posted by Dragan
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. |
check the include in Pawno folder
there is file called a_playere open it and watch the player commands
and use this command for saving the ip i guess
Pawno
Код:
GetPlayerIp(playerid, name[], len);