GM:IsSpawnpointSuitable
Description
Check if a player can spawn at a certain spawnpoint.
Arguments
Returns
1 boolean
Return true to indicate that the spawnpoint is suitable (Allow for the player to spawn here), false to prevent spawning.
Example
This will check if anyone is blocking the spawnpoint. If someone is, then it'll, depending on the bMakeSuitable value, kill the player, or return false.
Output: true or false