29.02.2012, 15:56
Hi, im setting array to array and output is error. Code:
new ipvar[1000];
public OnRconLoginAttempt(ip[], password[], success)
{
ipvar[ip] = ipvar[ip] + 1;//error 033: array must be indexed (variable "ip")
return 1;
}
Thx better
new ipvar[1000];
public OnRconLoginAttempt(ip[], password[], success)
{
ipvar[ip] = ipvar[ip] + 1;//error 033: array must be indexed (variable "ip")
return 1;
}
Thx better