Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Hello, i have a problem in C#

$
0
0
Hello Everyone,

recently i was playing with my mining ship and .... well i dont know why, but some parts of it just dont work.

Code:
void Main()	 {
 
 
 
 
Color ColorMining = new Color(255,100,0);
Color ColorDone = new Color(0,255,0);
float WorkingBlinkInterval = 1f; //not working
float NotWorkingBlinkInterval = 0f; //not working
 
IMySensorBlock S1 = (IMySensorBlock)GridTerminalSystem.GetBlockWithName("S1");
IMySensorBlock S2 = (IMySensorBlock)GridTerminalSystem.GetBlockWithName("S2");...
Hello, i have a problem in C#

Viewing all articles
Browse latest Browse all 903

Trending Articles