Jump to content

Milozz

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Milozz

  • Rank
    Newbie
  1. hey, i really searched for a long time on how to get gamemaster module for players over the database adminlevel, and i found nothing. So i ended up here and hope for more help. I am running Altis_Life 5.0 (idk if that matters) so on my MP Server, i want to klick a button in the dialog, and if i do that, it should call for a certain function. In this function it should start like this: #include "..\..\script_macros.hpp" if (FETCH_CONST(life_adminlevel) < 3) exitWith {closeDialog 0;}; closeDialog 0; //from here i need help... //call BIS_fnc_moduleCurator; and from this function, it should enable the player on the server, that has adminlevel 3 or higher, the zeus game master module with all the addons. the only thing i found a little bit similiar is another forum post from 2014, but unsolved...: It would be really great if someone has a solution to this problem...
×