prestonflying Posted August 15, 2023 Posted August 15, 2023 New to dcs mission scripting, not new to programming. Looking for tips to automatically re-slot the player upon death into a new fresh aircraft. Has anyone done something similar? If you know of related functions or methods to achieve please leave a comment! Thanks
Kanelbolle Posted August 15, 2023 Posted August 15, 2023 (edited) You can do this with a hook script using: net.force_player_slot(number playerID, number sideId, number slotId ) DCS func force player slot - DCS World Wiki - Hoggitworld.com You can have a look at the script "DCS-SimpleSlotBlock - Multiplayer Slot Blocking Script" to see how to work with slots : https://forum.dcs.world/topic/156844-dcs-simpleslotblock-multiplayer-slot-blocking-script Edited August 15, 2023 by Kanelbolle WARGAMES Servers: https://forum.dcs.world/topic/301046-wargames-server-pvp-and-pve-campaign-servers/ Scripts: RGC & SPGG https://github.com/AGluttonForPunishment/
Recommended Posts