Jump to content
  • 0

Binding /commands to @command script


Question

Posted

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

  • 0
Posted (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 by sader1992
  • 0
Posted
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 !

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...