16.08.2013, 08:58
Hello. I want to be quick. So i wrote a row which should read IP from my text file, but i get this error.
thanks for help!
Quote:
warning 202: number of arguments does not match definition error 035: argument type mismatch (argument 2) |
Код:
INI_Open(PlayerFile); GetPlayerIp(playerid, PlayerIP, sizeof(PlayerIP)); if(!strcmp(PlayerIP, INI_ReadString("IP"))) // THIS LINE { }