Jump to content

CCTV Control Infistar Fix


Recommended Posts

Hey guys

Just a quick helpfull note.

Recently the post covering the infistar change needed to allow non admins control CCTV camera's has gone :blink:

 

Infistar : Search for "_display46"

 

Search this ..

                    _pos = getPos player;
                    _posZ = _pos select 2;
                    _veh = vehicle player;




                    if ((_posZ < 15) || (_veh != player)) then
                    {
                        if (!(_veh isKindOF 'ParachuteBase') && !(_veh isKindOF 'BIS_Steerable_Parachute')) then
                        {

Replace with ..

                    _pos = getPos player;
                    _posZ = _pos select 2;
                    _veh = vehicle player;
                    _nearMonitor = nearestObject [player,'Notebook'];
                    if (_nearMonitor distance player < 2) then {
                    _isUsingNotebok = true;
                    };



                    if ((_posZ < 15) || (_veh != player)) then
                    {
                        if (!(_veh isKindOF 'ParachuteBase') && !(_veh isKindOF 'BIS_Steerable_Parachute') && !(_isUsingNotebok)) then
                        {

Hope this helps. :)

 

Cheers

 

EvOG Lordgeorge

Link to comment
Share on other sites

hmmm i wrote that fix..and the reason that it was probably gone was cause either maca's posts got deleted or cause someone posted more than enough from infistars ah code.

Like you are doing now :)

 

Can you change your post to "Search this...." and "Replace with...." stuff ? so it wont get wiped as well ?

Link to comment
Share on other sites

hmmm i wrote that fix..and the reason that it was probably gone was cause either maca's posts got deleted or cause someone posted more than enough from infistars ah code.

Like you are doing now :)

 

Can you change your post to "Search this...." and "Replace with...." stuff ? so it wont get wiped as well ?

Hey dude :) Yeah i wasnt sure who gave the fix. :)

Yeah sure ;)

Im sure that Maca's post got deleted as he has been banned for some reason, so all his posts have gone bye bye

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...