Základ, funkční vývojové prostředí
Some checks failed
Generate Compiled Scripts Pull Request / Build DLL and Standalone Compiler (3.8) (push) Has been cancelled

This commit is contained in:
sneedmaster
2025-12-16 13:20:12 +01:00
parent 23942edaff
commit 2b608b9c9a
5 changed files with 6 additions and 1 deletions

View File

@@ -29,7 +29,9 @@ void BrandLogo()
Wait( 2000 );
DrawSceneWithMask( "07th-mod", "logomask", 0, 0, 1000 );
Wait( 2000 );
DrawSceneWithMask( "black", "logomask", 0, 0, 1000 );
DrawSceneWithMask( "czchan", "logomask", 0, 0, 1000 );
Wait( 2000 );
DrawSceneWithMask( "white", "logomask", 0, 0, 1000 );
ModCallScriptSection("&opening", "OpeningLaunch");
}