23.05.2010, 11:24
I have a file called ServerInfo.dudb.sav.
In that file I have a varible called - BiggestFish=50
I got this code to check if final is bigger then the value of Biggest Fish.
But I seem to get errored with:
error 033: array must be indexed (variable "dini_Get")
In that file I have a varible called - BiggestFish=50
I got this code to check if final is bigger then the value of Biggest Fish.
Код:
format(strin,sizeof(strin),"ServerInfo.dudb.sav"); if(final > dini_Get(strin, "BiggestFish")) { }
error 033: array must be indexed (variable "dini_Get")