snniper
Member-
Content Count
27 -
Joined
-
Last visited
-
Medals
Everything posted by snniper
-
Was wondering what the size is for the image if i where to put it on a whiteboard
-
Hi all, after searching around for an answer I have failed to find one so I decided to ask,Im trying to make a Tanoa mission that has to do with being the right rank to access a store and I am having a trouble with a trigger. The trigger is to inform a player that they are not the right rank for the store but I cant find a command other than thisTrigger to see what is triggering the trigger. Im trying to find out what is trigger the trigger because Im comparing its rank ingame to what the store needs to wether it gets access or not. And when I do this I feel like its not grabbing the player that triggers it. //What I Have in the trigger nul = [thisTrigger,1] execVM "HG_MSS\checking.sqf"; //What is in the checking.sqf _math=_this select 0; _num=_this select 1; _compare=rankId _math; if (_compare<=_num) then { hint "You are not a high enough rank to use this shop"; } else { hint "Welcome to the shop"; }; Thanks In advance. -Snniper
-
Grabbing what triggers a trigger
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am doing what your suggesting with the addaction but I had this trigger setup to tell them if they where the wrong rank or not when they entered the zone but now after reading what you guys said its kind of point less to have this trigger and I think I will just add another add action saying that they are the wrong rank. Thank you for your responses -
Anyone Know what the different cop levels are?
-
Hello I see To have a Problem With Arma2NET mysql plugin when ever I run it on the server it crashed upon join I know its that mod because I have disabled it and it has work fine(by fine I meen I can get it with out it crashing). Any help is welcome Edit: The server gets done reading the mission then crashes ---------- Post added at 21:34 ---------- Previous post was at 19:45 ---------- Ok now Im stuck At Contacting server for player information
-
So After trying multiple things my server continues to crash when I join. there is nothing in rpt erroring so im lost
-
How do you make a blob on top of there head
snniper posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Looking for some help on compiling a script that puts a blob on top of there head so team mates know who on there team and whos not -
How do you make a blob on top of there head
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
bumping -
How do you make a blob on top of there head
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for Giveing me a reply but thats not what Im looking for I ran across that one before I made this post. Im more looking for the wasteland style Identifier. -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Has anyone tryed this on altis -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
None of that seem to work -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
bumped -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Bumping -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I will try that out but no matter what I try it seems to be to big -
Possible To Do Custom LoadOuts By UID?
snniper posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I was wondering if you can do it with like a _UIDArray or something. Kinda a noob at scripting So I can to the best place to fined help. -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok and btw im doing this on stratis -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you ---------- Post added at 16:04 ---------- Previous post was at 14:45 ---------- When I export the size as that it changes and then when I put it on the side it sitll is really big -
Image to white board Why size
snniper replied to snniper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
bumping -
Possible To Do Custom LoadOuts By UID?
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
ok thanks for the help. -
Possible To Do Custom LoadOuts By UID?
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Bumping -
Possible To Do Custom LoadOuts By UID?
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
one last thing what is the line "_specialGats","_specialGatMags" and If I wanted to add more loads who would I do that with the Whole Gat thing at the end. -
Possible To Do Custom LoadOuts By UID?
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks for this, I will see what I can do. Where did you get this form or did you just make it on the spot. -
I have a takistan life mission that I want to edit but the admin script in this mission I can not firgure it out and I was wondering if some one could tell me what the button is for this admin menu in this mission. Might be the wrong section Download http://www.mediafire.com/?68wt647bom6uyqn
-
Help with this admin script
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you I will try that now ---------- Post added at 15:37 ---------- Previous post was at 15:24 ---------- Thank you I will try that now ---------- Post added at 15:37 ---------- Previous post was at 15:37 ---------- So I did that and now I'm trying to find the key/ button that triggers it ---------- Post added at 15:52 ---------- Previous post was at 15:37 ---------- Never mind -
Help with this admin script
snniper replied to snniper's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Im trying to figure out how to make the mission think im an admin so that the menu in the mission will pop up for me and thank you for answering