[QUOTE=Jangan;2674070]Here it is since people asked for it, here it is
AquaScape Announcement System V1.0
Tutorial:
Step 1:
Download The "announcement.rar" in the attachment it includes
- Announcement.class
- Announcement Folder
And add them to your server files =D were client, server etc are!
--------------------------------------------------------------
Step 2:
Open [Server.java] and find
PHP Code:
itemHandler = new ItemHandler();
then add this code right under it
PHP Code:
announcement = new announcement();
Then Find
PHP Code:
public static ItemHandler itemHandler = null;
And add this code right under it
PHP Code:
public static announcement announcement = null;
--------------------------------------------------------------
Step 3:
Compile and run the server
Well now your done, just please make sure to share anything that you find useful for others =D remmeber, the more you share the more help you contribute to the community =D
your dealing with a old server m8:technolog