Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
5 "" !="currentInvites" !"PVDZE_" !="PVAH_" !"norrn" !"usec" !="remExField" !="remExFP" !="drn_AskServerDynamicWeatherEventArgs" !="norrinRAlie" !="BIS_effects_gepv" !="dayzPlayerLogin" !="dayzPlayerLogin2" !"PVAHR_" !="PVAH_AdminReq" !="PVAH_WriteLogReq"
5 "norrn" !="norrnRACarUp" !="norrnRAPicUp" !="norrnRaDrag" !="norrnR180" !="norrnRalie" !="norrnRLact" !="norrnRALW" !="norrnRDead"
5 "usec" !="usecMorphine" !="usecBandage" !="usecBleed"
5 "PVDZE_" !"PVDZE_player" !="PVDZE_send" !="PVDZE_log_lockUnlock" !="PVDZE_Server_Simulation" !="PVDZE_veh_Update" !="PVDZE_plr_GutBody" !="PVDZE_plr_GutBodyZ" !="PVDZE_veh_Lock" !="PVDZE_plr_DeathB" !="PVDZE_maintainArea" !="PVDZE_obj_Publish" !="PVDZE_obj_Swap" !="PVDZE_plr_Save" !="PVDZE_obj_Delete" !="PVDZE_obj_Trade" !="PVDZE_veh_Publish2" !="PVDZE_zed_Spawn" !="PVDZE_plr_Died" !="PVDZE_plr_TradeMenu" !="PVDZE_veh_Upgrade" !="PVDZE_atp" !="PVDZE_plr_Login" !="PVDZE_plr_Login2" !="PVDZE_plr_LoginRecord" !="PVDZE_plr_DeathBResult" !="PVDZE_veh_SFix" !="PVDZE_plr_Hit" !="PVDZE_plr_HitV" !="PVDZE_veh_SFuel" !="PVDZE_plr_HideBody" !="PVDZE_plr_Morph" !="PVDZE_veh_Publish" !="PVDZE_plr_Characters" !="PVDZE_lockVault" !="PVDZE_obj_setlocalVars" !="PVDZE_obj_getlocalVars"
1 "PVAHR_" !"PVAHR_0_"
5 "remExFP" !="\"remExFP\" = \[,,\"per\",\"execVM\",\"ca\\Modules\\Functions\\init.sqf\"\]" !"\[,,\"per\",\"execVM\",\"ca\\Modules\\Functions\\init.sqf\"\]"
5="player"
5="server"
5 "fnc_plyrHit"
1="PVAH_AdminReq"
1="PVAH_WriteLogReq"
1 "PVAHR_0_"
Anything in the mission.pbo is public as far as I'm concerned![]()
How do i disable the auto radio commands such as "Form on Me", "Get back in formatin" randomly showing up in group chat?
enableRadio false;
enableSentences false;
I got problem with opening the Menu
If i try to press Right Ctrl nothing happens...
Does anyone else have this Problem?
Make sure you have done this in your compiles.sqf
http://pastebin.com/nKGnr6ze
#include "custom\GroupManagement\defines.hpp"
class RscTitles
{
#include "custom\GroupManagement\icons.hpp"
};
#include "custom\GroupManagement\groupManagement.hpp"
#include "custom\extrarc.hpp"
class ExtraRc {
class ItemToolbox {
class Old_bike_TK_INS_EP1 {
text = "Deploy Bike";
script = "execVM 'bike.sqf'";
};
};
class ItemRadio {
class GroupManagement {
text = "Group Management";
script = "[] execVM 'dzgm\loadGroupManagement.sqf'";
};
};
};
SMmain_menu =
[
["",true],
["Commit Suicide", [2], "", -5, [["expression", "[] execVM 'menu\suicide_menu.sqf'"]], "1", "1"]
];
showCommandingMenu "#USER:SMmain_menu";