Did you write that yourself, Follow a tutorial or was it already in the source?
|
|
this is the error i get
src\server\model\players\packets\Commands.java:301 6: error: <identifier> expecte
d
Public Void; void DonatorCommands(Client); c StringplayerCommand;
^
1 error
Press any key to continue . . .
And this is the line where the error comes from
}
Public Void; void DonatorCommands(Client); c StringplayerCommand;
{
}
}
help please!

Did you write that yourself, Follow a tutorial or was it already in the source?

Replace this:
With this:Code:Public Void; void DonatorCommands(Client); c StringplayerCommand;
Might work just try it.Code:public void DonatorCommands(Client c, String playerCommand)
If it doesn't work just tell me, try using an IDE such as 'Netbeans' or 'Eclipse' they're free.

[Only registered and activated users can see links. ]
Netbeans is an IDE, it is owned by Oracle it's free developing software for Java.
It helps you with errors etc. It'll tell you exactly what's wrong with your code.
Also it can help you code easier for example:
You type:
It'll automatically do aCode:{
It'll close it for youCode:}![]()
| « Hosting Company | Adding new maps to the clipping system? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |