08.09.2015, 13:21
Hello x)
compiler says:
line 589 is: if(owner == "Drzava")
Код:
new owner[24];
cache_get_field_content(i, "Owner",owner, mysql, 129);
if(owner == "Drzava")
{
}
Код:
.pwn(589) : error 033: array must be indexed (variable "owner")


