doesn't support clan chat D:
|
|
I'm aware this is a very easy way of doing this but it's clean and small.
Pretty simple if you want a little dice system.Code:if (playerCommand.equalsIgnoreCase("dice")) { if(c.inWild()) { c.sendMessage("Er, it's not to smart to do this in the Wilderness."); return; } if (c.playerRights == 0) { c.forcedText = "I'm Not A Donor+, So, I Can't Dice!"; c.sendMessage("You must be a donor or staff to dice!!!!"); } c.forcedText = "["+ Misc.optimizeText(c.playerName) +"] Just Rolled "+ Misc.random(100) +" On The Dice!"; c.forcedChatUpdateRequired = true; c.updateRequired = true; }
doesn't support clan chat D:

Nah, It's a shout-out dice system :\
What exactly did you clean up? This looks like 2 minutes of work.
guys i need the gfx of client or help client sided with this dice cause if i do :: dice, client freezes anyone know a fix for it ?
There is no point in a shout-out system because people will be accused of cheating. E.G, forcedText only shows in the chatbox for the person who says it and if the person who has bet misses the text when it is said, the dicer can say that it was a lose.
Clans are alot better.
Also, everyone can make a command that shows a random number.
Other than that, good job for the effort.
| « PI Clean yell? | Real B.o.B. Interface Client/Server Sided » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |