summaryrefslogtreecommitdiffstats
path: root/Server/AI/AI_AddMultiplayerRespawnEH.sqf
blob: 1308fb4ee8bc0833539e4c26f945c73fcad796f6 (plain)
1
(leader _this) addMPEventHandler ['MPRespawn',{if (isServer && !(isPlayer (_this select 0))) then {_this Spawn AIAdvancedRespawn}}];