Disabling spawn for a certain player in MP [Solved]
Posted: Sun Apr 12, 2015 12:16 pm
What I want to have happen is when someone dies, they are unable to spawn back in. However, I can't do this with changing the teams of the CPs or their spawnpaths. I attempted to use a list but I have no clue to go about a) checking if they are a player who died b) marking them as a player who died. I figured the initial code might be something like this:
But I know that it won't work in this stage, because I only know half about how to get data from lists, how it actually stores the data, and how to retrieve data. How can I use the information of a character that spawns to search the list for him, and if it finds that his playerMarked value is one, then it stops him from spawning?
Hidden/Spoiler: