Jump to content

brbender

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by brbender


  1. Yep. I'm currently working on my own TLR server, i finally managed to set it up. - But im still working on *Adding Admins* and MYSQL to the server :)

    I recommend you to add: iOGC_Aenigma|uk| - On steam. He'v helpd me out alot, but hes not on that much. - BTW: If you find out / or know anything about this please reply :)

    Here's what you gonna do to run an TLR server original with admin powers.

    1- Join the original TLR server

    2- Copy the .pbo mission from : C:\Users\Username\AppData\Local\ArmA 2 OA\MPMissionsCache (probably the name is TakiLife.Takistan.pbo).

    3- De-pbo it with eliteness tool and depbo.dll.

    4- Open the white_black_list.sqf with wordpad and edit the following line:

    A_LIST_ADMINS	=
    [
    "[b]uid[/b]", 
    
    ];

    At uid put your uid or the admins UID.Save.

    5- Open the onkeypress.sqf with wordpad and edit the following line:

    //U key -  ***, *** ***, *** 320, *** 680, *** 622, *** 878, *** 502, ***110
    case 22:
    {
    	_playeruid = getPlayerUID  player;
    	if (_playeruid == "[b]uid[/b]"  || 
    
    		) then 
    		{
    			[player] execVM "adminconsolfill.sqf";
    			_ok = createDialog "Main";
    		};
    

    UID for your UID.

    6- Save and PBO-it with eliteness tool.

    7- Click on the game the key U or CTRL + U.

×