[HELP]Save ip
#10

Quote:
Originally Posted by gabrissxxx
Посмотреть сообщение
1 Error and 2 warning:

Код:
C:\Users\Gabri\Desktop\[IWG]\gamemodes\Gamemode[IWG].pwn(403) : warning 202: number of arguments does not match definition
C:\Users\Gabri\Desktop\[IWG]\gamemodes\Gamemode[IWG].pwn(403) : warning 202: number of arguments does not match definition
C:\Users\Gabri\Desktop\[IWG]\gamemodes\Gamemode[IWG].pwn(403) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
PHP код:
dini_Create(string);
dini_Set(string"UserIP"GetPlayerIp(playerid)); 
pawn Код:
public OnPlayerConnect(playerid)
{
    new string[256], pname[MAX_PLAYER_NAME], IP[16];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, sizeof(string), "/User IPs/IP_%s.ini", pname);
    GetPlayerIp(playerid, IP, sizeof(IP));
    dini_Set(string, "UserIP", IP);
    dini_Create(string);
    return 1;
}
Reply


Messages In This Thread
[HELP]Save ip - by gabrissxxx - 11.01.2011, 17:06
Re: [HELP]Save ip - by Rizard - 11.01.2011, 17:10
Re: [HELP]Save ip - by gabrissxxx - 11.01.2011, 17:10
Re: [HELP]Save ip - by XCarBOn - 11.01.2011, 17:11
Re: [HELP]Save ip - by gabrissxxx - 11.01.2011, 17:12
Re: [HELP]Save ip - by gabrissxxx - 11.01.2011, 17:14
Re: [HELP]Save ip - by XCarBOn - 11.01.2011, 17:26
Re: [HELP]Save ip - by DeathOnaStick - 11.01.2011, 17:28
Re: [HELP]Save ip - by gabrissxxx - 11.01.2011, 17:58
Re: [HELP]Save ip - by HyperZ - 11.01.2011, 18:09

Forum Jump:


Users browsing this thread: 4 Guest(s)