ArmySniper69

Member
  • Content count

    1
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by ArmySniper69

  1. so followed install to a t and still get this error running an exile tanoa server. cant spawn vehicles, or items, cant tp well in vehicle, as well as a few other things not working. anyone haveing simular issue -----description.ext class CfgRemoteExec { class Functions { mode = 1; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; }; class Commands { mode=0; jip=0; }; }; #include "CfgRemoteExec.hpp" #include "infiSTAR_AdminMenu.hpp" ---cfgremoteexec.hpp class CfgRemoteExec { class Functions { mode = 1; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; }; class Commands { mode=0; jip=0; }; };