![]() |
|
|
|
#1
|
|||
|
|||
|
Copy log and code here I will send it to naryv please.
|
|
#2
|
|||
|
|||
|
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
|
|
#3
|
|||
|
|||
|
Thank you. I asked naryv.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Ive tried it also, but i get only a kick Kodiak message in the console, without execution.
![]() if i type kick Kodiak in the console and hit enter, i get kicked. Last edited by FG28_Kodiak; 10-12-2011 at 04:56 PM. |
|
#6
|
|||
|
|||
|
Did you try someother commands? Maybe the dedi has troubles kicking the IP it is hosted by or something like that.
__________________
http://cornedebrouwer.nl/cf48e |
|
#7
|
|||
|
|||
|
I also tried battle stop -> no effect.
|
|
#8
|
|||
|
|||
|
So the script is writing to the console, but the command is not executed. Odd? Could it be that the command appears in the console but the cursor has not moved to the next line (ie command not exectuted)?
Does the script need to included the [enter] ie something like System.Console.WriteLine("kick Kodiak" & chr(13));
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash. Get the latest COD Team Fusion patch info HERE |
![]() |
| Thread Tools | |
| Display Modes | |
|
|