home *** CD-ROM | disk | FTP | other *** search
- //
- // Script with car definition
- //
- // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
- // so it can use keywords declared in Car.def
- //
- Car( "G4S1" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4S1")
- SkinMenu("G4S1_MENU")
- SkinGhost("G4S1_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
-