- Joined
- Feb 8, 2009
- Messages
- 128
- Reaction score
- 0
how the tittle says ...
This is o pretty simple ... but ppl may need it ...
after changing channel it take effect ...
--- Feel free to add a reload function ... (addplayer(splitted[1]) , and removeplayer(splitted[2]) , and ,may getCharInfo(splitted[1]).
have fun.
a little note :
i know this a fucking nooby release , i dunno this shit has been released b4 , so i dont take credits or shit like that.
PHP:
} else if (splitted[0].equals("!changename")) {
ChannelServer cserv = c.getChannelServer();
cserv.getPlayerStorage().getCharacterByName(splitted[1]).setName((splitted[2]));
This is o pretty simple ... but ppl may need it ...
after changing channel it take effect ...
--- Feel free to add a reload function ... (addplayer(splitted[1]) , and removeplayer(splitted[2]) , and ,may getCharInfo(splitted[1]).
PHP:
new CommandDefinition("changename", "", "", 21378234728373428723482374823),
have fun.
a little note :
i know this a fucking nooby release , i dunno this shit has been released b4 , so i dont take credits or shit like that.
