Hi, I`m running CS server on Win. When I choose enable expanded races and try to compile it returns w/ error:
Code:
..\cstrike\addons\amxmodx\scripting\warcraft3.sma<6379> :error 033: array must be indexed <variable "bdwarfammo">
I understood that there is an error in line 6379.
Code:
if(is_user_connected(iParm[0]) && bDwarfAmmo[iParm[0]] && is_valid_ent (iParm[2]))
But I don`t what each command does, so I don`t know where is the error.
Maybe you can help me?