Eross Posted May 7, 2020 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Tuesday at 10:06 AM Share 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 Link to comment Share on other sites More sharing options...
0 sader1992 Posted May 7, 2020 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Tuesday at 07:50 PM Share 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 Link to comment Share on other sites More sharing options...
0 Eross Posted May 8, 2020 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Tuesday at 10:06 AM Author Share 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 Link to comment Share on other sites More sharing options...
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 ..
Link to comment
Share on other sites
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.