View Single Post
  #3  
Old 01-08-2012, 02:25 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Emera View Post
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
__________________
MEEP!
Reply With Quote