ArmySniper69

Member
  • Content count

    1
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ArmySniper69

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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; }; };