Eross Posted May 7, 2020 Posted May 7, 2020 Hi ! is it posible to bind the /w /showname and other /commands into @command? like /w I want it to become @players ? .. Thanks Im just curious how .. Quote
0 sader1992 Posted May 7, 2020 Posted May 7, 2020 (edited) /showname nope , you mostly can't control graphic options from the server /w , you can easily create something like this - script jstrrjstsrjt -1,{ OnCommand: message strcharinfo(0),"There are " + getusers(0) + " Players Currently Connected."; end; OnInit: bindatcmd("players",strnpcinfo(3)+"::OnCommand",0,99); end; } Edited May 7, 2020 by sader1992 Quote
0 Eross Posted May 8, 2020 Author Posted May 8, 2020 6 hours ago, sader1992 said: /showname nope , you mostly can't control graphic options from the server /w , you can easily create something like this - script jstrrjstsrjt -1,{ OnCommand: message strcharinfo(0),"There are " + getusers(0) + " Players Currently Connected."; end; OnInit: bindatcmd("players",strnpcinfo(3)+"::OnCommand",0,99); end; } Hi senpai @sader1992 thankyou for your response .. how about /am command ?? most players nowadays doesnt know that command so im planning to make it @afk thankyou ! Quote
Question
Eross
Hi ! is it posible to bind the /w /showname and other /commands into @command? like /w I want it to become @players ? .. Thanks Im just curious how ..
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.