SolvedNeed Spectate script for Scroll Menu

Posts 13 of 3 · Page 1 of 1
Need Spectate script for Scroll Menu
Hello everyone lol..

I need new spectate script for my scroll menu. The one i have is for normal *sniper of god* menu. If somebody have it or know from where to get it, please don't be shy and tell me :P


Don't forget.. Sharing is Caring!
Bump. Really need one!
Quote Originally Posted by alexw203 View Post
Bump. Really need one!
This is a spectate target script from the Battlehigh menu:

Code:
_name = _this select 0;
{
	if(name _x == _name) then
	{

		vehicle _x switchCamera "EXTERNAL";
		hint format ["Spectating %1, press F10 to cancel", name _x];
		cutText [format["Spectating %1, press F10 to cancel", name _x], "PLAIN DOWN"];

	};
} forEach playableUnits;
(findDisplay 46) displayAddEventHandler ['KeyDown', 'if ((_this select 1) == 0x44) then {vehicle player switchCamera "EXTERNAL";}'];
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?