Hey Guys!
need help with iPrintLn ..
I want is the message every minute or second...
[Sorry for My english ]
need help with iPrintLn ..
I want is the message every minute or second...
[Sorry for My english ]
Code:
using Addon;
using System.Threading;
namespace iPrintLn
{
public class iPrintLn : CPlugin
{
public override void OnServerLoad()
{
ServerPrint("iPrintLntest");
}
public override void OnPlayerConnect(ServerClient Client)
{
iPrintLn("message", null);
}
private void iPrintLnBold(string p, bool p_2)
{
}
private bool player { get; set; }
}
}