Welcome to OpioScape!
Welcome to OpioScape!
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePortalGallerySearchLatest imagesRegisterLog in

 

 Mute command for 317!

Go down 
+2
Vokey
Admin Ashton
6 posters
AuthorMessage
Admin Ashton
Forum Staff
Forum Staff



Male
Number of posts : 20
Age : 27
Points : 111777
Reputation : 0
Registration date : 2009-01-18

Mute command for 317! Empty
PostSubject: Mute command for 317!   Mute command for 317! Icon_minitimeSun Jan 18, 2009 1:32 pm

this is for 317!!!!!!
else if (command.startsWith("mute") && playerRights >= 1) {
try {
String otherPName = command.substring(5);
int otherPIndex = PlayerHandler.getPlayerID(otherPName);

if (otherPIndex != -1) {
client p = (client) server.playerHandler.players[otherPIndex];
p.mutedate = lastlogintime;
p.muted = 1;

sendMessage("You have muted "+p.playerName+"!");
} else {
sendMessage("The name doesnt exist.");
}
} catch (Exception e) {
sendMessage("Try entering a name you want to mute..");
}
} else if (command.startsWith("unmute") && playerRights >= 1) {
try {
String otherPName = command.substring(7);
int otherPIndex = PlayerHandler.getPlayerID(otherPName);

if (otherPIndex != -1) {
client p = (client) server.playerHandler.players[otherPIndex];
p.mutedate = 0;
p.muted = 0;

sendMessage("You have unmuted "+p.playerName+"!");
} else {
sendMessage("The name doesnt exist.");
}
} catch (Exception e) {
sendMessage("Try entering a name you want to mute..");
}
}
Back to top Go down
Vokey
Co-Owner
Co-Owner
Vokey


Number of posts : 106
Age : 32
Location : Wisconsin
Points : 112185
Reputation : 0
Registration date : 2008-12-28

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeSun Jan 18, 2009 8:55 pm

Cool, Only we don't have a 317 so this is pointless lol ^.^

But good random info XD
Back to top Go down
http://Dragonscape.nstars.org
saint 8
Noob Poster
Noob Poster



Male
Number of posts : 33
Age : 32
Location : behind your
Points : 111740
Reputation : 0
Registration date : 2009-01-19

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeMon Jan 19, 2009 3:13 pm

=p im tryen to get lots of post
Back to top Go down
devil195
Beginner Poster
Beginner Poster
devil195


Male
Number of posts : 68
Age : 28
Location : go to ur sisters room
Points : 112241
Reputation : 0
Registration date : 2008-12-25

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeSun Jan 25, 2009 4:07 pm

yep its pointless
Back to top Go down
Opio
Owner
Owner



Male
Number of posts : 135
Age : 31
Location : look out your window.
Points : 118680
Reputation : 0
Registration date : 2008-12-19

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeMon Jan 26, 2009 7:26 pm

yeah lol totally.
Back to top Go down
http://opioscape.n-stars.org
saint 8
Noob Poster
Noob Poster



Male
Number of posts : 33
Age : 32
Location : behind your
Points : 111740
Reputation : 0
Registration date : 2009-01-19

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeThu Jan 29, 2009 9:04 pm

if we was making 317 it would help but we arn't sorry D=
Back to top Go down
devil195
Beginner Poster
Beginner Poster
devil195


Male
Number of posts : 68
Age : 28
Location : go to ur sisters room
Points : 112241
Reputation : 0
Registration date : 2008-12-25

Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitimeFri Jan 30, 2009 9:06 am

yh
Back to top Go down
Austin A
Beginner Poster
Beginner Poster
Austin A


Male
Number of posts : 71
Age : 32
Location : in ur sisters closet
Points : 118680
Reputation : 0
Registration date : 2008-12-28

Mute command for 317! Empty
PostSubject: lolololololololololololololol   Mute command for 317! Icon_minitimeFri Jan 30, 2009 10:15 am

party foul
Back to top Go down
Sponsored content





Mute command for 317! Empty
PostSubject: Re: Mute command for 317!   Mute command for 317! Icon_minitime

Back to top Go down
 
Mute command for 317!
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Forums Main :: Codes / Coding-
Jump to: