Code : Tout sélectionner
If OpenConsole()
EnableGraphicalConsole(1)
PrintN("You will never see me")
ClearConsole()
PrintN("Press return to exit")
Input()
EndIf
Dri
Code : Tout sélectionner
If OpenConsole()
EnableGraphicalConsole(1)
PrintN("You will never see me")
ClearConsole()
PrintN("Press return to exit")
Input()
EndIf