14.06.2010, 21:39
Hi, i tried to make an auto login system, but i came across a wierd problem (I'm not used to work with IP)
I have this:
and then when i use this:
I get the error
And when i change it to
i get this error
So should i simply just make it
or why is these errors coming?
I have this:
Код:
new pip[18]; GetPlayerIp(playerid,pip,sizeof(pip));
Код:
if(pip == dini_Int(file,"IP"))
Код:
error 033: array must be indexed (variable "pip")
Код:
if(pip[18] == dini_Int(file,"IP"))
Код:
error 032: array index out of bounds (variable "pip")
Код:
if(pip[17] == dini_Int(file,"IP"))