Quote:
Originally Posted by Emera
What's wrong with a chat command? Why do you even need a summon. Just warp to the player in question. It's just another toy that screams "Abuse me". Also, adding a row to a GUI control is pretty simple stuff and doesn't require a genuis to code it. Why post something like this?
and for this...
PHP Code:
if (graalversion == 6.015 || graalversion > 6.015) {
It can be shortened down to...
PHP Code:
if (graalversion < 6) {
|
PHP Code:
if (graalversion => 6.015) {
thats what he wants :P Also you can use the warp thing as a command... I like this and now I know how to add stuff into the playerslist window :o should check the GUI container more.
But it seems very nice the script.
PS: Maybe you should change the right to
warpplayers seems more to be the one you need :P