mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
_index = EPOCH_spawnIndex find _this;
|
|
if (_index != -1) then{
|
|
EPOCH_playerSpawnArray set[_index, ((EPOCH_playerSpawnArray select _index) - 1) max 0];
|
|
};
|