c.playerName.toUpperCase();
|
How would i fix this?
It only happens in yell..
![]()
were would i put that in here?
Code:if (c.playerName.equalsIgnoreCase("sam")) { c2.sendMessage("[@[email protected]@[email protected]] " + Misc.optimizeText(c.playerName) +": " + Misc.optimizeText(playerCommand.substring(5)) +"");
Code:if (c.playerName.equalsIgnoreCase("sam")) { c2.sendMessage("[@[email protected]@[email protected]] " + Misc.optimizeText(c.playerName.toUpperCase()) +": " + Misc.optimizeText(playerCommand.substring(5)) +"");
It's probably your optimizeText method, anyway you could replace that with this:
Code:if (c.playerName.equalsIgnoreCase("sam")) { c2.sendMessage("[@[email protected]@[email protected]] " + c.playerName.toUpperCase() +": "
alright fixed it thanks![]()
« points dont save | Projectile Clipping fail :C please help! » |
Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |