Help with a code and Eclipse
1. Here is a code but the recompiler say that there is something wrong with the multiplication.
Code:
public int getXpValue();
{
if(Hacks.xphack)
{
xpValue + 500;
} else
{
return xpValue;
}
}
2. I want to work with Eclipse but when I mark the workbench for the eclipse-folder I get an error.
Please help.