Jump to content

georetro

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About georetro

  • Rank
    Private
  1. georetro

    RPG Standalone Mod Installer???

    Can anybody help me please?
  2. Hey guys I don't know if this is in the right forum section but basically I am developing an RPG mod for Arma 2 OA. I wanted to know, how I can make a standalone installer for it to install the mods etc.... I know it is possible because DayZ and City Life have done it! Thank you if you can respond :)
  3. Ah. So I would put it before the hint? Where would I put this if statement. In description.ext or init.sqf. Or should I make a new script file?
  4. So would i put this then: if (getPlayerUID player in _PIDList execVM K6_Menu.sqf) exitWith { hint "Admin Menu activated" }; Is that what it would be? Thank you btw
  5. So do I basically do for this _PIDList = [ "Player Id number", "Player Id number" ]; if (!(getPlayerUID player in _PIDList)) exitWith { hint "You are not an admin!"; }; Thank you. My final questions are: After the if statement I want it to run the k6_Menu.sqf file if someone is an admin or has the player id number. How would I do that? Thanks xD
  6. Thanks and sorry! I already know some of the coding for the admin menu. I looked at the admin menu that comes with Takistan Life, there is a lot of code in their that I can use. Do you know how I could add or make a script that only allows certain player UID numbers to have this menu??? Sorry again xD
  7. Hey guys. I have a takistan life revolution server and I wanted to know how I could make my own admin menu. In this admin menu I would be able to spawn items in, teleport players, kick players, ban players etc... In the mission file I have it comes with an admin menu but I cannot seem to work it. If anyone can help me thanks. BTW It is going to be a script file
  8. I have tried them but for some reason it doesn't work. What file do I put the uid numbers in for admin???
  9. Hey there! I have done everything got my UID number. What do I press to get the admin menu up????
×