From 347189c86b2c8eb6da776778d170434fa91e6286 Mon Sep 17 00:00:00 2001 From: kuplion Date: Fri, 24 Mar 2017 08:02:13 +0000 Subject: [PATCH] Bug fix for Occupy Random Spawns.. Corrected formatting when naming a targeted player. --- pre-packaged pbo/a3_exile_occupation.pbo | Bin 226278 -> 226280 bytes .../scripts/occupationRandomSpawn.sqf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-packaged pbo/a3_exile_occupation.pbo b/pre-packaged pbo/a3_exile_occupation.pbo index 035e2f7e247a3a7ff79d0488debd14dbbb7b5e7e..cb1a062d0819b65a3def9e9507ce7fc8a2c14507 100644 GIT binary patch delta 91 zcmaF%ocG0Z-VOJe_}1DmfWd)_S0dKhOjcwPX=Y^J&dAKzvu1k121ZHtwEUvn#FFUg uYt}OcOuxK=(Y)Pg1LJn14NMCTi&W=Ld?_=Nb>lT3y&w*?Hk(VcTGIeT?IW%L delta 105 zcmaFyocGyt-VOJe_*UC6fPu2r?ugYklNFgnroZiFVsGYP-p;|y*t&)-Ex#x?v1EGh zdPd3V-5VH9raxTIC^NmOok?=~`wfh;?Is%-x0`HWT5wq8aoLyeF8A8vCQRy8(7nl+ J%9ib^1^^J~D763p diff --git a/source/a3_exile_occupation/scripts/occupationRandomSpawn.sqf b/source/a3_exile_occupation/scripts/occupationRandomSpawn.sqf index 7388603..1262b1d 100644 --- a/source/a3_exile_occupation/scripts/occupationRandomSpawn.sqf +++ b/source/a3_exile_occupation/scripts/occupationRandomSpawn.sqf @@ -451,7 +451,7 @@ _livePlayers call BIS_fnc_arrayShuffle; { if (SC_randomSpawnNameTarget) then { - ["toastRequest", ["InfoTitleAndText", format["Raid group Incoming!", "A squad of Police have been despatched to take out %1!",name _selectedPlayer]]] call ExileServer_system_network_send_broadcast; + ["toastRequest", ["InfoTitleAndText", ["Raid group Incoming!", format["A squad of Police have been despatched to take out %1!",name _selectedPlayer]]]] call ExileServer_system_network_send_broadcast; } else {