Space Engineers

Space Engineers

Phils_Ship_Diagnostics
Skull Boy X 18 Oct, 2024 @ 12:04pm
I can't pass de check code
The code has some error from line 490 to 765 with the definition for "WritePublicText" on "1MyTextPanel"
And others things.
Below I let you the text of the game.

Program(490,16): Error: 'MyTextPanel' does not contain a definition for 'ShowPublic TextOnScreen' and no accessible extension method 'ShowPublic TextOnScreen' accepting a first argument of type ''MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program($19,16) Error: 'MyTextPanel' does not contain a definition for WritePublicText and no accessible extension method
WritePublicText accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(521,66): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText and no accessible extension method
'WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(525,66): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText' and no accessible extension method
'WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(762,8): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText' and no accessible extension method
'WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(763,8): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText' and no accessible extension method
'WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(764,8): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText' and no accessible extension method
"WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)
Program(765,8): Error: 'MyTextPanel' does not contain a definition for 'WritePublicText' and no accessible extension method
'WritePublicText' accepting a first argument of type 'MyTextPanel' could be found (are you missing a using directive or an assembly reference?)