GetPlayerIp troubleshooting
#6

pawn Код:
OnSomeWhereYouWantIt(playerid,blahblahblah)
dini_Set(file,"IP",GetPlaeyrIP2(playerid));

GetPlayerIP2(playerid)
{
    new IP[24];
    GetPlayerIp(playerid,IP,24);
    return IP;
}
Like this.
EDIT: Also don't put it in OnPlayerDisconnect
Reply


Messages In This Thread
GetPlayerIp troubleshooting - by kin - 28.06.2011, 22:20
Re: GetPlayerIp troubleshooting - by Shadoww5 - 28.06.2011, 22:29
Re: GetPlayerIp troubleshooting - by =WoR=Varth - 28.06.2011, 23:29
Re: GetPlayerIp troubleshooting - by kin - 28.06.2011, 23:34
Re: GetPlayerIp troubleshooting - by kin - 28.06.2011, 23:41
Re: GetPlayerIp troubleshooting - by =WoR=Varth - 29.06.2011, 00:04
Re: GetPlayerIp troubleshooting - by kin - 29.06.2011, 00:55
Re: GetPlayerIp troubleshooting - by =WoR=Varth - 29.06.2011, 01:33
Re: GetPlayerIp troubleshooting - by dr.pepper - 29.06.2011, 02:09
Re: GetPlayerIp troubleshooting - by kin - 29.06.2011, 02:26

Forum Jump:


Users browsing this thread: 4 Guest(s)