Quote:
Originally Posted by FG28_Kodiak
Nothing special, just for testing i tried (Tester was 30sec delay Trigger) :
public override void OnTrigger(int missionNumber, string shortName, bool active)
{
base.OnTrigger(missionNumber, shortName, active);
if ("Tester".Equals(shortName) && active)
{
System.Console.WriteLine("kick Kodiak");
}
}
I also tried "\r\n" and "\n". I get the message kick Kodiak in console, thats all
So the simply way doesn't exist 
|
Maybe you did not manage to connect to server within 30 seconds? Could you try OnPlaceEnter with a spawnpoint?