Incomplete SP dump provided by Louvenarde

This commit is contained in:
reaaLx
2024-09-05 17:14:53 +10:00
parent 1ea2370337
commit e5de1d5d55
784 changed files with 340494 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/*QUAKED script_vehicle_littlebird_player (1 0 0) (-16 -16 -24) (16 16 32) USABLE SPAWNER
valid ai groups are:
"first_guys" - left and right side guys that need to be on first
"left" - all left guys
"right" - all right guys
"passengers" - everybody that can unload
"default"
maps\_littlebird_player::main( "vehicle_little_bird_bench" );
include,vehicle_littlebird_bench
sound,vehicle_littlebird,vehicle_standard,all_sp
defaultmdl="vehicle_little_bird_bench"
default:"vehicletype" "littlebird_player"
default:"script_team" "allies"
*/
main( model, type )
{
maps\_littlebird::main( model, "littlebird_player" );
}