25.01.2014, 21:14
Really same problem? I do not know but player ip is string, so if you want assign ip to variable you must use format.
Код:
TempBans[i][BannedIP] = ip;
Код:
new Variable[16]; format(Variable,sizeof(Variable),ip);