Lemke

Member
Hello guys!
Just getting error atached in picture while loading the server,here the pic:
Sin título.png
The line says:
C#:
public List<Item> Fixtures { get; set; } = new List<Item>();

Thanks in advance!!!
 
Looks like you are missing a brace or some other punctuation, or the declaration is missing a keyword. You could post that script if you like.
 
The script is from a paid resource from Dexter Lexia,i asked to him and says i need to update framework to 4.7.2,but my ServUo is 2019 repo,its possible to update by hand?No idea about that.
 
This version or newest is installed on this computer,i think my pc is updated,buff...
Cant change that lines like that?:
C#:
public List<Item> Fixtures { get; set; } = new List<Item>();
C#:
public List<Item> Fixtures{ get { return "xxx"; } }
 
UPDATE////SOLVED
Thank you all guys,The resource provider helped me so fast and solved the problem.
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back