Project Insanity base SERVER MESSAGE command [PI]
Page 1 of 1 • Share •
Project Insanity base SERVER MESSAGE command [PI]
This is what the command looks like......

Here Is the code you add into your commands.java!
Here Is the code you add into your commands.java!
- Code:
if (playerCommand.startsWith("sm")) {
for (int j = 0; j < Server.playerHandler.players.length; j++) {
if (Server.playerHandler.players[j] != null) {
Client c2 = (Client)Server.playerHandler.players[j];
c2.sendMessage("[SERVER] - " + Misc.optimizeText(playerCommand.substring(3)));
}
}
}
Similar topics» Retexture project #1. (resizing retexturing project)
» Faces Of Meth, Whispers Insanity - Terry Tsia x2
» [Diskusi] Command -AH di game DotA itu sebenarnya guna ga sih?
» pde po pa see ng base def ng +40 set
» Base Design Strategy
» Faces Of Meth, Whispers Insanity - Terry Tsia x2
» [Diskusi] Command -AH di game DotA itu sebenarnya guna ga sih?
» pde po pa see ng base def ng +40 set
» Base Design Strategy
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
