Mine toggle doesn't work but I can build now this is what it looks like.
[spoiler]
while {sporktoggle} do
{
dayz_spaceInterrupt = dayz_spaceInterrupt + {
private ["_dikCode", "_handled"];
_dikCode = _this select 1;
_handled = false;
_uid = getPlayerUID player;
if (_dikCode...
I can use the one you can it breaks the Epoch base building
if !(toggled) then
{
_keyalt = (findDisplay 46) displayAddEventHandler ["KeyDown","if ((_this select 1) == 63) then {call change_debug;}"]; //ALT
toggled = true;
};
I am forced to go back to this
A request. Can you do the debug like that so it can be toggleable. My anti hacks are blocking the toggle part.
That code is another way to toggle the debug can you add that in please?
sporkulus can you redo the debug monitor? my anti hack is blocking the action.
Try something like this
dayz_spaceInterrupt = {
private ["_dikCode", "_handled"];
_dikCode = _this select 1;
_handled = false;
if (_dikCode == 0x44) then {
if (debugMonitor) then {...
Have it already running and have it disabled then in the addons make it turn on.
_something setVariable ["R3F_LOG_disabled",true,true];
in the addons
_something _vehicle setVariable ["R3F_LOG_disabled",false,true];
this is an example^^
didn't even try I just deleted it.
I only have this problem, players can't toggle the debug monitor. I even changed it to H and people still can't.
I haven't looked into the anti hack much any one help me?
Can anyone help me I am trying to add a logo on the login camera
The logo is not showing up at all
In my description.ext
class RscTitles
{
titles[] = {
"creditz","logo"
};
class creditz {
idd = -1;
movingEnable = 0;
duration = 10;
fadein = 2;
fadeout = 2;
name="creditz"...
I am not understanding how to install this. I don't want to mess up my server so I want to get it right.
I am HFB server host. Do I need to be a dedicated host?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.