Jump to content
  • 0

Binding /commands to @command script


Eross

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.10
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

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

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

/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 by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.10
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

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 !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...