Suggestion to improve vehicle spawn system:
Code:
spawn <type> <name> <x> <y> <z> <team>
Examples:
Code:
spawn vehi "vehicles\banshee\banshee_mp" 4 5 8 red
Will spawn a banshee that after the vehicle wasn't used for whatever the respawn time of the gametype is will respawn at a red vehicle respawn point.
Code:
spawn vehi "vehicles\banshee\banshee_mp" 4 5 8 none
Will spawn a banshee that after the vehicle wasn't used for whatever the respawn time of the gametype is won't respawn at all, instead it just gets deleted.
Code:
spawn vehi "vehicles\banshee\banshee_mp" 4 5 8 coord
Will spawn a banshee that after the vehicle wasn't used for whatever the respawn time of the gametype is will respawn at the coordinates it was spawned into the level in the first place. So in this case it will respawn at 4 5 8 instead of one of the vehicle respawns on the map.
Bookmarks