Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - m1k3

#1
Clans and Families / Re: MysTerRaZe Nynjas
Dec 04, 2016, 12:13 PM
Xader was Accepted has Jonin. [MysTer]Xader
#2
Servers / Re: [0.4]Moon Gravity DeathMatch
Oct 26, 2016, 06:58 PM
Credits to kiki too.
#3
Clans and Families / MysTerRaZe Nynjas
Oct 08, 2016, 03:36 PM

Forum: http://tiny.cc/myster/
IRC: #Nynja @LUNet
Tag(s): [MysTer]  or  [Mr]  or  =Mr=  or  [Mr_N]


VanStryder


[MysTer]HawK
[MysTer]Xader


MichaelDeSanta
Cena



[Mr]RomanEmpire
[MysTer]Dragon
#4
Script Showroom / Re: Console Input Commands
Jul 25, 2016, 12:03 PM
pos gives error if no text
#5
Thnx!
#6
Errors Fixed:

else if ( cmd == "pmirc" )
{
if ( !text ) MessagePlayer( "[#FF0000]> Syntax: /" + cmd + " [User] [Message]", player );
else if ( NumTok( text, " " ) < 2 ) MessagePlayer( "[#FF0000]> Syntax: /" + cmd + " [User] [Message]", player );
else {
local user = GetTok( text, " ", 1 );
local msg = GetTok( text, " ", 2, NumTok( text, " " ));
EchoNotice( user, "> Private Message from "+player.Name+": "+msg );
MessagePlayer( "[#79EF06]> Sent Message to [#FF0000]"+user+"[#79EF06]: "+msg, player );
}
}

Any other error reply!
#7
else if ( cmd == "pmirc" )
{
if (status[ player.ID ].IsReg == false) MessagePlayer(RED+"** [KM-Error]: >> "+ORANGE+"You Need To Registered First!",player);
else if ( status[ player.ID ].IsLogged == false ) MessagePlayer(RED+"** [KM-Error]: >> "+ORANGE+"You Need To Logged-In First!",player);
else if ( !text ) MessagePlayer(ORANGE+"Usage: /" + cmd + " [User] [Message]", player );
else if ( NumTok( text, " " ) < 2 ) MessagePlayer(ORANGE+"Usage: /" + cmd + " [User] [Message]", player );
else {
local user = GetTok( text, " ", 1 );
local msg = GetTok( text, " ", 2, NumTok( text, " " ));
EchoNotice( user, ICOL_LBLUE+"> Private Message from "+ICOL_RED+""+player.Name+""+ICOL_LBLUE+": "+msg );
MessagePlayer( WHITE+"> Sent Message to "+RED+""+user+""+WHITE+": "+msg, player );
}
}

This command was made by me! Because a friend asked me if i could do one!
#8
Applications / Serverhost
Jan 31, 2016, 02:18 PM
First Name: Edgar
Last Name: Gomes
Email Address: [email protected]
Server Name: [0.4]DeathMatch CitY SerVer
Port: 5190
Slots(10-100): 50