Jump to content

_Jack

Member
  • Posts

    48
  • Joined

  • Last visited

  • Days Won

    2

_Jack last won the day on August 26 2017

_Jack had the most liked content!

Contact Methods

  • Website URL
    https://gamehosting.me

Profile Information

  • Gender
    Male
  • Location
    United Kingdom

Recent Profile Visitors

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

_Jack's Achievements

Newbie

Newbie (1/14)

13

Reputation

  1. Hey guys releasing another script I made(or rather a compilation of scripts). I created this to make my admins lifes(lives?) easier in the game, hope someone finds it useful! :) I created this for overpoch so some functions may not work on other mods(e.g. delete all nissans) Tools Included: Quarantine Target(teleports the selected player to debug island, could come in handy for misbehaving players) Explode Target(Explodes the selected player) Edit Bank(Opens a dialog that allows you to edit the selected players bank if you use zsc. If you dont use zsc everything else should still work) Temporarily Delete all the Bikes on the map Temporarily Delete all the nissan 350z's on the map OTF Script Writer(thanks DuMa for the help with this) Explosive Bullets(makes big bang bang) How to install: In your a2_infiSTAR folder create a folder called "custom". In this folder create a file called "category.sqf" and another file called "functions.sqf"(without the quotation marks, obviously) In category.sqf put this code: In functions.sqf put this code: Now, open your AT.sqf In the code find this section: Add the highlighted line: adminadd = adminadd + [" +View Jacks Tools","jackEdits","0","0","1","0",[0,0.6,1,1]]; Now find this section: And add the highlighted line: case 'jackEdits':{call admin_fillJackCustom}; Then find(around line 46/47): And add the highlighted line: #include "\a2_infistar\custom\category.sqf" Then find this section of code(around line 530-535): And add in the highlighted line. For the edit bank feature to work you need to add this dialog somewhere in your mission file(ensure that is included in description.ext, could just add this to an already existing .hpp file as long as it is included in description.ext file): Hope you find this post useful(and thanks to infistar for creating his tool, its pretty good)
×
×
  • Create New...