Jump to content
  • 0

atcommand "@mute <#> <name>";


Question

Posted (edited)

I had an idea of making a simple script but I'm just having a hard time on this part..

 

M_Mute2:
		mes "Enter the COMPLETE name";
	next;
		input .@c_name$;
	next;
                mes "How many minutes will you mute [ "+ .@c_name$ +" ]?";
                input .@min_mute$;
        next;

	atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
	next;
		mes " [ "+ .@c_name$ +" ] has been muted for [ "+ .@min_mute$ +" ] minutes.";
	close;

 

This is part of my script. I don't really understand it lol :)) I'm new in making scripts and still aiming high to make better scripts..

 

This is the line that I'm talking about/taking error..

 

atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
"+ .@min_mute$

 

 

Hope someone will help me ! 

Edited by Paulinds

2 answers to this question

Recommended Posts

Posted

I had an idea of making a simple script but I'm just having a hard time on this part..

 

M_Mute2:
		mes "Enter the COMPLETE name";
	next;
		input .@c_name$;
	next;
                mes "How many minutes will you mute [ "+ .@c_name$ +" ]?";
                input .@min_mute$;
        next;

	atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
	next;
		mes " [ "+ .@c_name$ +" ] has been muted for [ "+ .@min_mute$ +" ] minutes.";
	close;

 

This is part of my script. I don't really understand it lol :)) I'm new in making scripts and still aiming high to make better scripts..

 

This is the line that I'm talking about/taking error..

 

atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
"+ .@min_mute$

 

 

Hope someone will help me ! 

atcommand "@mute "+.@min_mute$+" "+.@c_name$;

 

Posted

I had an idea of making a simple script but I'm just having a hard time on this part..

 

M_Mute2:
		mes "Enter the COMPLETE name";
	next;
		input .@c_name$;
	next;
                mes "How many minutes will you mute [ "+ .@c_name$ +" ]?";
                input .@min_mute$;
        next;

	atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
	next;
		mes " [ "+ .@c_name$ +" ] has been muted for [ "+ .@min_mute$ +" ] minutes.";
	close;

 

This is part of my script. I don't really understand it lol :)) I'm new in making scripts and still aiming high to make better scripts..

 

This is the line that I'm talking about/taking error..

 

atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
"+ .@min_mute$

 

 

Hope someone will help me ! 

atcommand "@mute "+.@min_mute$+" "+.@c_name$;

 

Oh great ! Thanks TrojanWorm :)

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...