georetro
Member-
Content Count
10 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout georetro
-
Rank
Private
-
Can anybody help me please?
-
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 :)
-
How to make a admin menu?
georetro replied to georetro's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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? -
How to make a admin menu?
georetro replied to georetro's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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 -
How to make a admin menu?
georetro replied to georetro's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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 -
How to make a admin menu?
georetro replied to georetro's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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 -
How to make a admin menu?
georetro replied to georetro's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Anyone can help me *bump -
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
-
Help with this admin script
georetro replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have tried them but for some reason it doesn't work. What file do I put the uid numbers in for admin??? -
Help with this admin script
georetro replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hey there! I have done everything got my UID number. What do I press to get the admin menu up????